Renamed smartphone icon, added computer and tablet
This commit is contained in:
parent
1dc25b7da4
commit
752cb63274
5
public/icons/device-computer.svg
Normal file
5
public/icons/device-computer.svg
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-device-computer">
|
||||||
|
<polygon fill="#A1A0B4" points="5,7 5,6 4,6 4,7 3,7 3,8 6,8 6,7"/>
|
||||||
|
<path fill="#343341" d="M1,1v5h7V1H1z M7,5H2V2h5V5z"/>
|
||||||
|
<rect fill="#FFFFFF" x="2" y="2" width="5" height="3"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 280 B |
5
public/icons/device-smartphone.svg
Normal file
5
public/icons/device-smartphone.svg
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-device-smartphone">
|
||||||
|
<polygon fill="#FFFFFF" points="3,2 3,7 4,7 4,6 5,6 5,7 6,7 6,2"/>
|
||||||
|
<path fill="#343341" d="M2,1v7h5V1H2z M6,7H3V2h3V7z"/>
|
||||||
|
<rect fill="#A1A0B4" x="4" y="6" width="1" height="1"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 282 B |
5
public/icons/device-tablet.svg
Normal file
5
public/icons/device-tablet.svg
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-device-tablet">
|
||||||
|
<polygon fill="#FFFFFF" points="2,1 2,8 4,8 4,7 5,7 5,8 7,8 7,1"/>
|
||||||
|
<path fill="#343341" d="M1,0v9h7V0H1z M7,8H2V1h5V8z"/>
|
||||||
|
<rect fill="#A1A0B4" x="4" y="7" width="1" height="1"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 278 B |
@ -50,6 +50,9 @@
|
|||||||
"cloud.svg": [ "cloud", "ui-icon", "white" ],
|
"cloud.svg": [ "cloud", "ui-icon", "white" ],
|
||||||
"coffee.svg": [ "coffee", "drink", "beverage", "orange" ],
|
"coffee.svg": [ "coffee", "drink", "beverage", "orange" ],
|
||||||
"copy.svg": [ "copy", "ui-icon", "cut", "paste" ],
|
"copy.svg": [ "copy", "ui-icon", "cut", "paste" ],
|
||||||
|
"device-computer.svg": [ "device-computer", "screen", "imac", "desktop", "pc", "ui-icon", "black", "white", "grey-gray" ],
|
||||||
|
"device-tablet.svg": [ "device-tablet", "screen", "ipad", "ui-icon", "black", "white", "grey-gray" ],
|
||||||
|
"device-smartphone.svg": [ "device-smartphone", "screen", "iphone", "ui-icon", "black", "white", "grey-gray" ],
|
||||||
"dog.svg": [ "dog", "full-body", "animal", "brown" ],
|
"dog.svg": [ "dog", "full-body", "animal", "brown" ],
|
||||||
"dog-beagle.svg": [ "dog-beagle", "face", "animal", "brown" ],
|
"dog-beagle.svg": [ "dog-beagle", "face", "animal", "brown" ],
|
||||||
"dog-shiba.svg": [ "dog-shiba", "face", "animal", "orange" ],
|
"dog-shiba.svg": [ "dog-shiba", "face", "animal", "orange" ],
|
||||||
@ -100,7 +103,6 @@
|
|||||||
"santa.svg": [ "santa-full", "xmas", "christmas", "festive", "red", "human" ],
|
"santa.svg": [ "santa-full", "xmas", "christmas", "festive", "red", "human" ],
|
||||||
"save.svg": [ "save", "floppy-disk", "ui-icon", "grey-gray", "black" ],
|
"save.svg": [ "save", "floppy-disk", "ui-icon", "grey-gray", "black" ],
|
||||||
"scissors.svg": [ "scissors", "ui-icon", "cut", "copy", "paste", "purple", "pink" ],
|
"scissors.svg": [ "scissors", "ui-icon", "cut", "copy", "paste", "purple", "pink" ],
|
||||||
"smartphone.svg": [ "smartphone", "ui-icon", "black", "white", "grey-gray" ],
|
|
||||||
"snowman.svg": [ "snowman", "white" ],
|
"snowman.svg": [ "snowman", "white" ],
|
||||||
"sound-high.svg": [ "sound-high", "ui-icon", "yellow" ],
|
"sound-high.svg": [ "sound-high", "ui-icon", "yellow" ],
|
||||||
"sound-low.svg": [ "sound-low", "ui-icon", "yellow" ],
|
"sound-low.svg": [ "sound-low", "ui-icon", "yellow" ],
|
||||||
|
Loading…
Reference in New Issue
Block a user