From 32c352229b985288dd430e10843cd11be82b1f68 Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Thu, 4 Jun 2026 10:48:02 +0100 Subject: Add tango iconset — freedesktop icon naming, multi-size PNGs and scalable SVGs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Iconsets moved here from config/ to be shared across all packages. tango/ built from Tango3 (externals/Tango3): small/ — 1218 PNGs at 16px medium/ — 913 PNGs at 24px large/ — 1181 PNGs at 32px scalable/ — 1219 SVGs (merged from all Tango3 category scalable/ dirs) gnome and highcontrast removed — too incomplete for current use. Co-Authored-By: Claude Sonnet 4.6 --- iconsets/tango/scalable/text-x-c++src.svg | 1817 +++++++++++++++++++++++++++++ 1 file changed, 1817 insertions(+) create mode 100644 iconsets/tango/scalable/text-x-c++src.svg (limited to 'iconsets/tango/scalable/text-x-c++src.svg') diff --git a/iconsets/tango/scalable/text-x-c++src.svg b/iconsets/tango/scalable/text-x-c++src.svg new file mode 100644 index 0000000..e6e47e2 --- /dev/null +++ b/iconsets/tango/scalable/text-x-c++src.svg @@ -0,0 +1,1817 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + text + plaintext + regular + document + + + + + + Jakub Steiner + + + http://jimmac.musichall.cz + + + + + + + + + + + + + + + + + + + + + Area of rectangle#include <iostream> using namespace std; const double pi = 3.14159; int main() { float length, width, area; cout << "Enter The Length Of The Rectangle: "; cin >> length; cout << "Enter The Width Of Rectangle: "; cin >> width; area = length*width; cout <<"The area of the rectangle is : "<< area << endl;return 0; } + Area of rectangle#include <iostream> using namespace std; const double pi = 3.14159; int main() { float length, width, area; cout << "Enter The Length Of The Rectangle: "; cin >> length; cout << "Enter The Width Of Rectangle: "; cin >> width; area = length*width; cout <<"The area of the rectangle is : "<< area << endl;return 0; } + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.3