Added apps commonly used by designers

This commit is contained in:
Shuqi 2024-11-06 16:11:50 +08:00
parent 9c12227835
commit 72d585205e
7 changed files with 55 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{
"after-effects.svg": [ "after-effects", "logo", "apps", "application", "adobe", "purple" ],
"align-center.svg": [ "align-center", "align", "ui-icon", "black" ],
"align-justify.svg": [ "align-justify", "align", "menu", "burger", "ui-icon", "black" ],
"align-left.svg": [ "align-left", "align", "ui-icon", "black" ],
@ -98,6 +99,7 @@
"export.svg": [ "export", "arrow", "out", "share", "ui-icon", "blue", "orange" ],
"facebook-detailed.svg": [ "facebook-detailed", "facebook", "logo", "apps", "application", "blue" ],
"facebook.svg": [ "facebook", "logo", "apps", "application", "blue" ],
"figma.svg": [ "figma", "logo", "apps", "application", "colorful-colourful" ],
"file-picture.svg": [ "file-picture", "paper", "drawing", "painting", "ui-icon", "blue" ],
"file-text.svg": [ "file-text", "paper", "ui-icon", "blue" ],
"file.svg": [ "file", "paper", "ui-icon", "blue" ],
@ -127,6 +129,7 @@
"house.svg": [ "house", "home", "building", "ui-icon" ],
"horse.svg": [ "horse", "animal", "full-body", "brown" ],
"ice-cream.svg": [ "ice-cream", "dessert", "food", "ui-icon", "pink", "brown" ],
"illustrator.svg": [ "illustrator", "logo", "apps", "application", "adobe", "orange" ],
"inbox.svg": [ "inbox", "arrow", "email", "e-mail", "ui-icon", "blue", "orange" ],
"instagram-detailed.svg": [ "instagram-detailed", "instagram", "logo", "apps", "application", "social-network", "purple", "magenta" ],
"instagram.svg": [ "instagram", "logo", "apps", "application", "social-network", "purple", "magenta" ],
@ -142,6 +145,7 @@
"light-bulb-on.svg": [ "light-bulb-on", "ui-icon", "yellow", "dark" ],
"lightning-bolt-1.svg": [ "lightning-bolt", "ui-icon", "weather", "power", "battery", "electric", "yellow"],
"lightning-bolt-2.svg": [ "lightning-bolt", "ui-icon", "weather", "power", "battery", "electric", "yellow"],
"lightroom.svg": [ "lightroom", "logo", "apps", "application", "adobe", "blue" ],
"lion.svg": [ "lion", "animal", "full-body", "orange" ],
"linkedin.svg": [ "linkedin", "logo", "apps", "application", "social-network", "blue" ],
"lock.svg": [ "lock", "ui-icon", "yellow", "orange" ],
@ -190,6 +194,7 @@
"penguin.svg": [ "penguin", "animal", "bird", "full-body", "black", "white" ],
"phone.svg": [ "phone", "ui-icon", "red" ],
"photo.svg": [ "photo", "ui-icon", "blue" ],
"photoshop.svg": [ "photoshop", "logo", "apps", "application", "adobe", "blue" ],
"picture.svg": [ "picture", "drawing", "painting", "ui-icon", "blue" ],
"pinata.svg": [ "pinata", "horse", "unicorn", "candy", "rainbow", "festive", "party", "colorful-colourful" ],
"pineapple.svg": [ "pineapple", "fruit", "food", "yellow" ],
@ -200,6 +205,7 @@
"pizza-whole.svg": [ "pizza-whole", "food", "orange", "yellow", "brown" ],
"plane.svg": [ "plane", "air-plane", "airplane", "aero-plane", "aeroplane", "aircraft", "vehicle", "transportation", "white", "red" ],
"printer.svg": [ "printer", "fax", "paper", "ui-icon" ],
"procreate.svg": [ "procreate", "logo", "apps", "application", "colorful-colourful" ],
"psyduck.svg": [ "psyduck", "pokemon", "duck", "orange" ],
"pumpkin.svg": [ "pumpkin", "halloween", "spooky", "festive", "orange" ],
"rabbit-grey.svg": [ "rabbit-grey", "bunny", "full-body", "animal", "grey" ],

View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-after-effects">
<path fill="#00005B" d="M1,1V8H8V1z M3,2H4V3H5V4H7V5H6V6H5V7H4V6H3V7H2V3H3z M7,6V7H6V6z"/>
<rect fill="#00005B" x="3" y="4" width="1" height="1"/>
<path fill="#9999FF" d="M2,7H3V6H4V7H5V6H6V5H7V4H5V3H4V2H3V3H2z M4,4V5H3V4z"/>
<rect fill="#9999FF" x="6" y="6" width="1" height="1"/>
</svg>

After

Width:  |  Height:  |  Size: 383 B

7
public/icons/figma.svg Normal file
View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-figma">
<rect fill="#F24E1E" x="2" y="2" width="2" height="2"/>
<rect fill="#FF7262" x="4" y="2" width="2" height="2"/>
<rect fill="#1ABCFE" x="4" y="4" width="2" height="2"/>
<rect fill="#A259FF" x="2" y="4" width="2" height="2"/>
<rect fill="#0ACF83" x="2" y="6" width="2" height="2"/>
</svg>

After

Width:  |  Height:  |  Size: 374 B

View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-illustrator">
<path fill="#330000" d="M1,1V8H8V1z M3,2H4V3H5V7H4V6H3V7H2V3H3z M6,3H7V4H6z M6,5H7V7H6z"/>
<rect fill="#330000" x="3" y="4" width="1" height="1"/>
<path fill="#FF9A00" d="M5,3H4V2H3V3H2V7H3V6H4V7H5z M4,4V5H3V4z"/>
<rect fill="#FF9A00" x="6" y="3" width="1" height="1"/>
<rect fill="#FF9A00" x="6" y="5" width="1" height="2"/>
</svg>

After

Width:  |  Height:  |  Size: 426 B

View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-lightroom">
<path fill="#001E36" d="M1,1V8H8V1z M3,6H4V7H2V2H3z M6,5V7H5V5z M7,4V5H6V4z"/>
<path fill="#31A8FF" d="M3,2H2V7H4V6H3z"/>
<rect fill="#31A8FF" x="6" y="4" width="1" height="1"/>
<rect fill="#31A8FF" x="5" y="5" width="1" height="2"/>
</svg>

After

Width:  |  Height:  |  Size: 331 B

View File

@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-photoshop">
<path fill="#001E36" d="M1,1V8H8V1z M5,2V4H4V5H3V7H2V2z M6,6V7H5V6z M6,4V5H5V4z M7,5V6H6V5z M6,3H7V4H6z"/>
<rect fill="#001E36" x="3" y="3" width="1" height="1"/>
<path fill="#31A8FF" d="M2,7H3V5H4V4H5V2H2z M3,4V3H4V4z"/>
<rect fill="#31A8FF" x="6" y="3" width="1" height="1"/>
<rect fill="#31A8FF" x="5" y="4" width="1" height="1"/>
<rect fill="#31A8FF" x="6" y="5" width="1" height="1"/>
<rect fill="#31A8FF" x="5" y="6" width="1" height="1"/>
</svg>

After

Width:  |  Height:  |  Size: 546 B

View File

@ -0,0 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-procreate">
<path fill="#343341" d="M5,4V3H6V2H7V1H2V2H1V7H2V5H3V4z"/>
<path fill="#343341" d="M8,2H7V4H6V5H5V6H3V7H2V8H7V7H8z"/>
<rect fill="#4435FF" x="5" y="3" width="1" height="1"/>
<rect fill="#9F65FF" x="6" y="2" width="1" height="1"/>
<rect fill="#DE53FF" x="6" y="3" width="1" height="1"/>
<rect fill="#89CDFF" x="3" y="4" width="1" height="1"/>
<rect fill="#CDFF42" x="2" y="5" width="1" height="1"/>
<rect fill="#FFC800" x="3" y="5" width="1" height="1"/>
<rect fill="#4DA5FF" x="4" y="4" width="1" height="1"/>
<rect fill="#DA2934" x="5" y="4" width="1" height="1"/>
<rect fill="#FF8D00" x="4" y="5" width="1" height="1"/>
<rect fill="#FFFBD4" x="2" y="6" width="1" height="1"/>
</svg>

After

Width:  |  Height:  |  Size: 783 B