From 3737d2409859c522c5feb23b91f7afa4629b67ba Mon Sep 17 00:00:00 2001 From: Emmagevv Date: Mon, 9 Dec 2024 13:31:42 +0400 Subject: [PATCH] added 19 icons (p group) --- icons/Blocked.json | 20 ++++++++++++++++++++ icons/Blocked.svg | 3 +++ icons/Brush.json | 20 ++++++++++++++++++++ icons/Brush.svg | 3 +++ icons/HeaderLeft.json | 19 +++++++++++++++++++ icons/HeaderLeft.svg | 3 +++ icons/HeaderLeftFilled.json | 10 ++++++++++ icons/HeaderLeftFilled.svg | 3 +++ icons/People.json | 20 ++++++++++++++++++++ icons/People.svg | 3 +++ icons/PersonBlocked.json | 21 +++++++++++++++++++++ icons/PersonBlocked.svg | 3 +++ icons/PersonBlockedFilled.json | 20 ++++++++++++++++++++ icons/PersonBlockedFilled.svg | 3 +++ icons/PersonFilled.json | 20 ++++++++++++++++++++ icons/PersonFilled.svg | 3 +++ icons/PersonPlus.json | 20 ++++++++++++++++++++ icons/PersonPlus.svg | 3 +++ icons/PersonPlusFilled.json | 22 ++++++++++++++++++++++ icons/PersonPlusFilled.svg | 3 +++ icons/PersonTwo.json | 20 ++++++++++++++++++++ icons/PersonTwo.svg | 3 +++ icons/PhoneMobile.json | 20 ++++++++++++++++++++ icons/PhoneMobile.svg | 3 +++ icons/Pin.json | 20 ++++++++++++++++++++ icons/Pin.svg | 3 +++ icons/PinFilled.json | 21 +++++++++++++++++++++ icons/PinFilled.svg | 3 +++ icons/Play.json | 20 ++++++++++++++++++++ icons/Play.svg | 3 +++ icons/Power.json | 20 ++++++++++++++++++++ icons/Power.svg | 3 +++ icons/Puzzle.json | 20 ++++++++++++++++++++ icons/Puzzle.svg | 3 +++ icons/Wallet.json | 20 ++++++++++++++++++++ icons/Wallet.svg | 3 +++ icons/WalletFilled.json | 21 +++++++++++++++++++++ icons/WalletFilled.svg | 3 +++ 38 files changed, 431 insertions(+) create mode 100644 icons/Blocked.json create mode 100644 icons/Blocked.svg create mode 100644 icons/Brush.json create mode 100644 icons/Brush.svg create mode 100644 icons/HeaderLeft.json create mode 100644 icons/HeaderLeft.svg create mode 100644 icons/HeaderLeftFilled.json create mode 100644 icons/HeaderLeftFilled.svg create mode 100644 icons/People.json create mode 100644 icons/People.svg create mode 100644 icons/PersonBlocked.json create mode 100644 icons/PersonBlocked.svg create mode 100644 icons/PersonBlockedFilled.json create mode 100644 icons/PersonBlockedFilled.svg create mode 100644 icons/PersonFilled.json create mode 100644 icons/PersonFilled.svg create mode 100644 icons/PersonPlus.json create mode 100644 icons/PersonPlus.svg create mode 100644 icons/PersonPlusFilled.json create mode 100644 icons/PersonPlusFilled.svg create mode 100644 icons/PersonTwo.json create mode 100644 icons/PersonTwo.svg create mode 100644 icons/PhoneMobile.json create mode 100644 icons/PhoneMobile.svg create mode 100644 icons/Pin.json create mode 100644 icons/Pin.svg create mode 100644 icons/PinFilled.json create mode 100644 icons/PinFilled.svg create mode 100644 icons/Play.json create mode 100644 icons/Play.svg create mode 100644 icons/Power.json create mode 100644 icons/Power.svg create mode 100644 icons/Puzzle.json create mode 100644 icons/Puzzle.svg create mode 100644 icons/Wallet.json create mode 100644 icons/Wallet.svg create mode 100644 icons/WalletFilled.json create mode 100644 icons/WalletFilled.svg diff --git a/icons/Blocked.json b/icons/Blocked.json new file mode 100644 index 0000000..92faecf --- /dev/null +++ b/icons/Blocked.json @@ -0,0 +1,20 @@ +{ + "id": "BlockedMajor", + "name": "Blocked", + "set": "Major", + "keywords": [ + "blocked", + "restriction", + "ban", + "stop", + "denied", + "access", + "prohibited", + "blocked user", + "unavailable" + ], + "aliases": [""], + "description": "The Blocked icon represents a restriction or prohibition, commonly used to indicate denied access, a blocked user, or unavailable content in applications and interfaces.", + "sizes": [16, 20, 24, 28, 32, 48], + "creation_date": "12/9/2024, 1:30:23 PM" +} diff --git a/icons/Blocked.svg b/icons/Blocked.svg new file mode 100644 index 0000000..1eacb1e --- /dev/null +++ b/icons/Blocked.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/Brush.json b/icons/Brush.json new file mode 100644 index 0000000..83af3b4 --- /dev/null +++ b/icons/Brush.json @@ -0,0 +1,20 @@ +{ + "id": "BrushMajor", + "name": "Brush", + "set": "Major", + "keywords": [ + "brush", + "paint", + "drawing", + "art", + "tool", + "design", + "color", + "creativity", + "edit" + ], + "aliases": [""], + "description": "The Brush icon represents a painting or drawing tool, commonly used to symbolize creativity, design, or editing features in applications related to art, graphics, or design.", + "sizes": [16, 20, 24, 28, 32, 48], + "creation_date": "12/9/2024, 1:28:03 PM" +} diff --git a/icons/Brush.svg b/icons/Brush.svg new file mode 100644 index 0000000..4785b61 --- /dev/null +++ b/icons/Brush.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/HeaderLeft.json b/icons/HeaderLeft.json new file mode 100644 index 0000000..b2788db --- /dev/null +++ b/icons/HeaderLeft.json @@ -0,0 +1,19 @@ +{ + "id": "HeaderLeftMajor", + "name": "HeaderLeft", + "set": "Major", + "keywords": [ + "header", + "left", + "alignment", + "position", + "layout", + "navigation", + "text", + "section" + ], + "aliases": [""], + "description": "The Header Left icon represents text or content aligned to the left within a header, commonly used in layouts or navigation to indicate the left-aligned section of a page or header.", + "sizes": [16, 20, 24, 28, 32, 48], + "creation_date": "12/9/2024, 1:23:45 PM" +} diff --git a/icons/HeaderLeft.svg b/icons/HeaderLeft.svg new file mode 100644 index 0000000..beed567 --- /dev/null +++ b/icons/HeaderLeft.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/HeaderLeftFilled.json b/icons/HeaderLeftFilled.json new file mode 100644 index 0000000..c5d914f --- /dev/null +++ b/icons/HeaderLeftFilled.json @@ -0,0 +1,10 @@ +{ + "id": "HeaderLeftFilledMajor", + "name": "HeaderLeftFilled", + "set": "Major", + "keywords": ["header", "left", "filled", "alignment", "position", "layout", "text", "section"], + "aliases": [""], + "description": "The Header Left Filled icon represents a solid design of left-aligned text or content within a header, commonly used in layouts to indicate a left-aligned section in pages or navigation.", + "sizes": [16, 20, 24, 28, 32, 48], + "creation_date": "12/9/2024, 1:24:58 PM" +} diff --git a/icons/HeaderLeftFilled.svg b/icons/HeaderLeftFilled.svg new file mode 100644 index 0000000..239929c --- /dev/null +++ b/icons/HeaderLeftFilled.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/People.json b/icons/People.json new file mode 100644 index 0000000..d3c5559 --- /dev/null +++ b/icons/People.json @@ -0,0 +1,20 @@ +{ + "id": "PeopleMajor", + "name": "People", + "set": "Major", + "keywords": [ + "people", + "group", + "users", + "community", + "team", + "crowd", + "profiles", + "network", + "social" + ], + "aliases": [""], + "description": "The People icon represents a group or community of individuals, commonly used to symbolize teams, networks, or collective users in applications and interfaces.", + "sizes": [16, 20, 24, 28, 32, 48], + "creation_date": "12/9/2024, 1:16:15 PM" +} diff --git a/icons/People.svg b/icons/People.svg new file mode 100644 index 0000000..f9666ad --- /dev/null +++ b/icons/People.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/PersonBlocked.json b/icons/PersonBlocked.json new file mode 100644 index 0000000..17731f7 --- /dev/null +++ b/icons/PersonBlocked.json @@ -0,0 +1,21 @@ +{ + "id": "PersonBlockedMajor", + "name": "PersonBlocked", + "set": "Major", + "keywords": [ + "person", + "blocked", + "filled", + "user", + "restriction", + "ban", + "prohibited", + "profile", + "stop", + "access" + ], + "aliases": [""], + "description": "The Person Blocked icon represents a restricted or banned user, commonly used to indicate blocked access or prohibited actions for a specific profile in applications and interfaces.", + "sizes": [16, 20, 24, 28, 32, 48], + "creation_date": "12/9/2024, 1:04:01 PM" +} diff --git a/icons/PersonBlocked.svg b/icons/PersonBlocked.svg new file mode 100644 index 0000000..5e58984 --- /dev/null +++ b/icons/PersonBlocked.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/PersonBlockedFilled.json b/icons/PersonBlockedFilled.json new file mode 100644 index 0000000..3a5639b --- /dev/null +++ b/icons/PersonBlockedFilled.json @@ -0,0 +1,20 @@ +{ + "id": "PersonBlockedFilledMajor", + "name": "PersonBlockedFilled", + "set": "Major", + "keywords": [ + "person", + "blocked", + "user", + "restriction", + "ban", + "prohibited", + "profile", + "stop", + "access" + ], + "aliases": [""], + "description": "The Person Blocked Filled icon represents a solid design indicating a restricted or banned user, commonly used to symbolize blocked access or prohibited actions for a specific profile in applications and interfaces.", + "sizes": [16, 20, 24, 28, 32, 48], + "creation_date": "12/9/2024, 1:03:13 PM" +} diff --git a/icons/PersonBlockedFilled.svg b/icons/PersonBlockedFilled.svg new file mode 100644 index 0000000..72a7345 --- /dev/null +++ b/icons/PersonBlockedFilled.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/PersonFilled.json b/icons/PersonFilled.json new file mode 100644 index 0000000..c6d925c --- /dev/null +++ b/icons/PersonFilled.json @@ -0,0 +1,20 @@ +{ + "id": "PersonFilledMajor", + "name": "PersonFilled", + "set": "Major", + "keywords": [ + "person", + "filled", + "user", + "profile", + "individual", + "avatar", + "account", + "figure", + "icon" + ], + "aliases": [""], + "description": "The Person Filled icon represents a solid design of a user or individual, commonly used to symbolize a profile, account, or user in applications and interfaces.", + "sizes": [16, 20, 24, 28, 32, 48], + "creation_date": "12/9/2024, 1:25:47 PM" +} diff --git a/icons/PersonFilled.svg b/icons/PersonFilled.svg new file mode 100644 index 0000000..cf2dbeb --- /dev/null +++ b/icons/PersonFilled.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/PersonPlus.json b/icons/PersonPlus.json new file mode 100644 index 0000000..eb4aa5e --- /dev/null +++ b/icons/PersonPlus.json @@ -0,0 +1,20 @@ +{ + "id": "PersonPlusMajor", + "name": "PersonPlus", + "set": "Major", + "keywords": [ + "person", + "plus", + "add", + "user", + "profile", + "inclusion", + "new", + "member", + "account" + ], + "aliases": [""], + "description": "The Person Plus icon represents adding a new user or member, commonly used in applications to indicate user inclusion, account creation, or profile addition.", + "sizes": [16, 20, 24, 28, 32, 48], + "creation_date": "12/9/2024, 1:05:25 PM" +} diff --git a/icons/PersonPlus.svg b/icons/PersonPlus.svg new file mode 100644 index 0000000..70279ef --- /dev/null +++ b/icons/PersonPlus.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/PersonPlusFilled.json b/icons/PersonPlusFilled.json new file mode 100644 index 0000000..3fb1952 --- /dev/null +++ b/icons/PersonPlusFilled.json @@ -0,0 +1,22 @@ +{ + "id": "PersonPlusFilledMajor", + "name": "PersonPlusFilled", + "set": "Major", + "keywords": [ + "person", + "plus", + "filled", + "add", + "user", + "profile", + "inclusion", + "new", + "member", + "account", + "" + ], + "aliases": [""], + "description": "The Person Plus Filled icon represents a solid design symbolizing the addition of a new user or member, commonly used for account creation or profile inclusion in applications.", + "sizes": [16, 20, 24, 28, 32, 48], + "creation_date": "12/9/2024, 1:13:44 PM" +} diff --git a/icons/PersonPlusFilled.svg b/icons/PersonPlusFilled.svg new file mode 100644 index 0000000..d648a5c --- /dev/null +++ b/icons/PersonPlusFilled.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/PersonTwo.json b/icons/PersonTwo.json new file mode 100644 index 0000000..9875868 --- /dev/null +++ b/icons/PersonTwo.json @@ -0,0 +1,20 @@ +{ + "id": "PersonTwoMajor", + "name": "PersonTwo", + "set": "Major", + "keywords": [ + "person", + "two", + "users", + "group", + "people", + "profile", + "team", + "duo", + "community" + ], + "aliases": [""], + "description": "The Person Two icon represents two individuals or users, commonly used to symbolize a group, duo, or team in applications and interfaces.", + "sizes": [16, 20, 24, 28, 32, 48], + "creation_date": "12/9/2024, 1:15:35 PM" +} diff --git a/icons/PersonTwo.svg b/icons/PersonTwo.svg new file mode 100644 index 0000000..544532e --- /dev/null +++ b/icons/PersonTwo.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/PhoneMobile.json b/icons/PhoneMobile.json new file mode 100644 index 0000000..e4d1ebf --- /dev/null +++ b/icons/PhoneMobile.json @@ -0,0 +1,20 @@ +{ + "id": "PhoneMobileMajor", + "name": "PhoneMobile", + "set": "Major", + "keywords": [ + "mobile", + "phone", + "smartphone", + "device", + "call", + "communication", + "screen", + "technology", + "portable" + ], + "aliases": [""], + "description": "The Mobile Phone icon represents a smartphone or mobile device, commonly used to symbolize communication, calls, or mobile applications in interfaces.", + "sizes": [16, 20, 24, 28, 32, 48], + "creation_date": "12/9/2024, 1:26:43 PM" +} diff --git a/icons/PhoneMobile.svg b/icons/PhoneMobile.svg new file mode 100644 index 0000000..04778bc --- /dev/null +++ b/icons/PhoneMobile.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/Pin.json b/icons/Pin.json new file mode 100644 index 0000000..17fe484 --- /dev/null +++ b/icons/Pin.json @@ -0,0 +1,20 @@ +{ + "id": "PinMajor", + "name": "Pin", + "set": "Major", + "keywords": [ + "pin", + "location", + "marker", + "point", + "map", + "place", + "save", + "navigation", + "position" + ], + "aliases": [""], + "description": "The Pin icon represents marking or saving a location or point, commonly used for navigation, maps, or indicating a specific position in applications and interfaces.", + "sizes": [16, 20, 24, 28, 32, 48], + "creation_date": "12/9/2024, 1:19:43 PM" +} diff --git a/icons/Pin.svg b/icons/Pin.svg new file mode 100644 index 0000000..62469cd --- /dev/null +++ b/icons/Pin.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/PinFilled.json b/icons/PinFilled.json new file mode 100644 index 0000000..3712e8e --- /dev/null +++ b/icons/PinFilled.json @@ -0,0 +1,21 @@ +{ + "id": "PinFilledMajor", + "name": "PinFilled", + "set": "Major", + "keywords": [ + "pin", + "filled", + "location", + "marker", + "point", + "map", + "place", + "save", + "navigation", + "position" + ], + "aliases": [""], + "description": "The Pin Filled icon represents a solid design of a location marker, commonly used to signify a saved or marked point on a map or for navigation purposes in applications and interfaces.", + "sizes": [16, 20, 24, 28, 32, 48], + "creation_date": "12/9/2024, 1:22:18 PM" +} diff --git a/icons/PinFilled.svg b/icons/PinFilled.svg new file mode 100644 index 0000000..6f6c79e --- /dev/null +++ b/icons/PinFilled.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/Play.json b/icons/Play.json new file mode 100644 index 0000000..c7acb59 --- /dev/null +++ b/icons/Play.json @@ -0,0 +1,20 @@ +{ + "id": "PlayMajor", + "name": "Play", + "set": "Major", + "keywords": [ + "play", + "start", + "video", + "media", + "music", + "action", + "begin", + "button", + "control" + ], + "aliases": [""], + "description": "The Play icon represents the action of starting or playing media, such as videos or music, commonly used as a control button to begin playback in applications and interfaces.", + "sizes": [16, 20, 24, 28, 32, 48], + "creation_date": "12/9/2024, 1:31:19 PM" +} diff --git a/icons/Play.svg b/icons/Play.svg new file mode 100644 index 0000000..4c3ae98 --- /dev/null +++ b/icons/Play.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/Power.json b/icons/Power.json new file mode 100644 index 0000000..ea3d1d6 --- /dev/null +++ b/icons/Power.json @@ -0,0 +1,20 @@ +{ + "id": "PowerMajor", + "name": "Power", + "set": "Major", + "keywords": [ + "power", + "energy", + "button", + "on", + "off", + "switch", + "electricity", + "control", + "activation" + ], + "aliases": [""], + "description": "The Power icon represents a power control button, commonly used to indicate turning on or off a device, energy status, or activation in applications and interfaces.", + "sizes": [16, 20, 24, 28, 32, 48], + "creation_date": "12/9/2024, 1:27:24 PM" +} diff --git a/icons/Power.svg b/icons/Power.svg new file mode 100644 index 0000000..af032f0 --- /dev/null +++ b/icons/Power.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/Puzzle.json b/icons/Puzzle.json new file mode 100644 index 0000000..e18aac2 --- /dev/null +++ b/icons/Puzzle.json @@ -0,0 +1,20 @@ +{ + "id": "PuzzleMajor", + "name": "Puzzle", + "set": "Major", + "keywords": [ + "puzzle", + "piece", + "game", + "solve", + "fit", + "challenge", + "problem", + "logic", + "connection" + ], + "aliases": [""], + "description": "The Puzzle icon represents a jigsaw piece, commonly used to symbolize problem-solving, challenges, or games in applications related to logic, puzzles, or tasks.", + "sizes": [16, 20, 24, 28, 32, 48], + "creation_date": "12/9/2024, 1:28:41 PM" +} diff --git a/icons/Puzzle.svg b/icons/Puzzle.svg new file mode 100644 index 0000000..af4a3cf --- /dev/null +++ b/icons/Puzzle.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/Wallet.json b/icons/Wallet.json new file mode 100644 index 0000000..605a163 --- /dev/null +++ b/icons/Wallet.json @@ -0,0 +1,20 @@ +{ + "id": "WalletMajor", + "name": "Wallet", + "set": "Major", + "keywords": [ + "wallet", + "money", + "finance", + "payment", + "cash", + "card", + "currency", + "transaction", + "purse" + ], + "aliases": [""], + "description": "The Wallet icon represents a financial tool for holding money or cards, commonly used to indicate payments, transactions, or financial management in applications and interfaces.", + "sizes": [16, 20, 24, 28, 32, 48], + "creation_date": "12/9/2024, 1:17:18 PM" +} diff --git a/icons/Wallet.svg b/icons/Wallet.svg new file mode 100644 index 0000000..7aa9fd0 --- /dev/null +++ b/icons/Wallet.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/WalletFilled.json b/icons/WalletFilled.json new file mode 100644 index 0000000..b4a561a --- /dev/null +++ b/icons/WalletFilled.json @@ -0,0 +1,21 @@ +{ + "id": "WalletFilledMajor", + "name": "WalletFilled", + "set": "Major", + "keywords": [ + "wallet", + "filled", + "money", + "finance", + "payment", + "cash", + "card", + "currency", + "transaction", + "purse" + ], + "aliases": [""], + "description": "The Wallet Filled icon represents a solid design of a wallet, symbolizing financial tools like payments, transactions, or money management in applications and interfaces.", + "sizes": [16, 20, 24, 28, 32, 48], + "creation_date": "12/9/2024, 1:17:49 PM" +} diff --git a/icons/WalletFilled.svg b/icons/WalletFilled.svg new file mode 100644 index 0000000..8cf46d1 --- /dev/null +++ b/icons/WalletFilled.svg @@ -0,0 +1,3 @@ + + +