diff --git a/public/icons.json b/public/icons.json index 927d771..7ebea37 100644 --- a/public/icons.json +++ b/public/icons.json @@ -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" ], diff --git a/public/icons/after-effects.svg b/public/icons/after-effects.svg new file mode 100644 index 0000000..0749f21 --- /dev/null +++ b/public/icons/after-effects.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/public/icons/figma.svg b/public/icons/figma.svg new file mode 100644 index 0000000..40bf10f --- /dev/null +++ b/public/icons/figma.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/public/icons/illustrator.svg b/public/icons/illustrator.svg new file mode 100644 index 0000000..5526d98 --- /dev/null +++ b/public/icons/illustrator.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/public/icons/lightroom.svg b/public/icons/lightroom.svg new file mode 100644 index 0000000..66c1907 --- /dev/null +++ b/public/icons/lightroom.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/public/icons/photoshop.svg b/public/icons/photoshop.svg new file mode 100644 index 0000000..a51ea4f --- /dev/null +++ b/public/icons/photoshop.svg @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/public/icons/procreate.svg b/public/icons/procreate.svg new file mode 100644 index 0000000..2cd3693 --- /dev/null +++ b/public/icons/procreate.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file