4 new icons: `arrow-ramp-left`, `arrow-ramp-right`, `picture-in-picture-off`, `picture-in-picture-on`
Fixed icons: `anchor`, `aspect-ratio`, `backspace`, `cast`, `compass`, `corner-down-left`, `corner-down-right`, `corner-left-down`, `corner-left-up`, `corner-right-down`, `corner-right-up`, `corner-up-left`, `corner-up-right`, `current-location`, `directions`, `ear`, `flag`, `flip-horizontal`, `flip-vertical`, `gas-station`, `live-view`, `location`, `mail-opened`, `mail`, `map-2`, `map-pin-off`, `map-pin`, `map`, `microphone-off`, `microphone`, `picture-in-picture`, `pin`, `power`, `rocket`, `route`, `send`, `separator-horizontal`, `separator-vertical`, `separator`, `space`, `target`, `viewfinder`, `world-latitude`, `world-longitude`, `world`, `zoom-cancel`, `zoom-in`, `zoom-out`
This commit is contained in:
parent
47443b36a2
commit
ecc5650e74
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Map
|
||||
tags: [hold, ship, harbor, docks]
|
||||
---
|
||||
<svg>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<line x1="17" y1="3" x2="17" y2="11.707" />
|
||||
<path d="M13 7l4 -4l4 4" />
|
||||
<path d="M7 14l-4 -4l4 -4" />
|
||||
<path d="M17 21a11 11 0 0 0 -11 -11h-3" />
|
||||
</svg>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<line x1="7" y1="3" x2="7" y2="11.707" />
|
||||
<path d="M11 7l-4 -4l-4 4" />
|
||||
<path d="M17 14l4 -4l-4 -4" />
|
||||
<path d="M7 21a11 11 0 0 1 11 -11h3" />
|
||||
</svg>
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Media
|
||||
---
|
||||
<svg>
|
||||
<rect x="3" y="5" width="18" height="14" rx="2" />
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Text
|
||||
tags: [delete, remove, eliminate]
|
||||
---
|
||||
<svg>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Media
|
||||
tags: [broadcast, stream, mirroring, apple, airplay, chromecast]
|
||||
---
|
||||
<svg>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Map
|
||||
tags: [navigation, safari, travel, direction, discover]
|
||||
---
|
||||
<svg>
|
||||
|
|
|
|||
|
|
@ -3,5 +3,5 @@ tags: [move, arrow]
|
|||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<path d="M18 6v6a3 3 0 0 1 -3 3h-10l5 -5m0 10l-5 -5" />
|
||||
<path d="M18 6v6a3 3 0 0 1 -3 3h-10l4 -4m0 8l-4 -4" />
|
||||
</svg>
|
||||
|
|
|
|||
|
|
@ -3,5 +3,5 @@ tags: [move, arrow]
|
|||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<path d="M6 6v6a3 3 0 0 0 3 3h10l-5 -5m0 10l5 -5" />
|
||||
<path d="M6 6v6a3 3 0 0 0 3 3h10l-4 -4m0 8l4 -4" />
|
||||
</svg>
|
||||
|
|
|
|||
|
|
@ -3,5 +3,5 @@ tags: [move, arrow]
|
|||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<path d="M18 6h-6a3 3 0 0 0 -3 3v10l-5 -5m10 0l-5 5" />
|
||||
<path d="M18 6h-6a3 3 0 0 0 -3 3v10l-4 -4m8 0l-4 4" />
|
||||
</svg>
|
||||
|
|
|
|||
|
|
@ -3,5 +3,5 @@ tags: [move, arrow]
|
|||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<path d="M18 18h-6a3 3 0 0 1 -3 -3v-10l-5 5m10 0l-5 -5" />
|
||||
<path d="M18 18h-6a3 3 0 0 1 -3 -3v-10l-4 4m8 0l-4 -4" />
|
||||
</svg>
|
||||
|
|
|
|||
|
|
@ -3,5 +3,5 @@ tags: [move, arrow]
|
|||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<path d="M6 6h6a3 3 0 0 1 3 3v10l-5 -5m10 0l-5 5" />
|
||||
<path d="M6 6h6a3 3 0 0 1 3 3v10l-4 -4m8 0l-4 4" />
|
||||
</svg>
|
||||
|
|
|
|||
|
|
@ -3,5 +3,5 @@ tags: [move, arrow]
|
|||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<path d="M6 18h6a3 3 0 0 0 3 -3v-10l-5 5m10 0l-5 -5" />
|
||||
<path d="M6 18h6a3 3 0 0 0 3 -3v-10l-4 4m8 0l-4 -4" />
|
||||
</svg>
|
||||
|
|
|
|||
|
|
@ -3,5 +3,5 @@ tags: [move, arrow]
|
|||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<path d="M18 18v-6a3 3 0 0 0 -3 -3h-10l5 -5m0 10l-5 -5" />
|
||||
<path d="M18 18v-6a3 3 0 0 0 -3 -3h-10l4 -4m0 8l-4 -4" />
|
||||
</svg>
|
||||
|
|
|
|||
|
|
@ -3,5 +3,5 @@ tags: [move, arrow]
|
|||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<path d="M6 18v-6a3 3 0 0 1 3 -3h10l-5 -5m0 10l5 -5" />
|
||||
<path d="M6 18v-6a3 3 0 0 1 3 -3h10l-4 -4m0 8l4 -4" />
|
||||
</svg>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Map
|
||||
---
|
||||
<svg>
|
||||
<circle cx="12" cy="12" r="3" />
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Map
|
||||
tags: [travel, navigation, discover]
|
||||
---
|
||||
<svg>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Media
|
||||
tags: [sound, listen, music, hear, loud, speakers]
|
||||
---
|
||||
<svg>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Map
|
||||
tags: [banner, pin, report, map]
|
||||
---
|
||||
<svg>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Design
|
||||
tags: [mirror, rotate]
|
||||
---
|
||||
<svg>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Design
|
||||
tags: [mirror, rotate]
|
||||
---
|
||||
<svg>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Map
|
||||
category: Vehicles
|
||||
---
|
||||
<svg>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Map
|
||||
---
|
||||
<svg>
|
||||
<path d="M4 8v-2a2 2 0 0 1 2 -2h2" />
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Map
|
||||
tags: [navigation, map, direction, discover, travel]
|
||||
---
|
||||
<svg>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Messages
|
||||
tags: [inbox, gmail, email, envelope, message, read]
|
||||
---
|
||||
<svg>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Messages
|
||||
tags: [inbox, gmail, email, envelope, message]
|
||||
---
|
||||
<svg>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Map
|
||||
tags: [navigation, location, travel, pin, position, marker]
|
||||
---
|
||||
<svg>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Map
|
||||
---
|
||||
<svg>
|
||||
<line x1="3" y1="3" x2="21" y2="21" />
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Map
|
||||
tags: [navigation, location, travel, pin, position, marker]
|
||||
---
|
||||
<svg>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Map
|
||||
tags: [navigation, location, travel]
|
||||
---
|
||||
<svg>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Media
|
||||
---
|
||||
<svg>
|
||||
<line x1="3" y1="3" x2="21" y2="21" />
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Media
|
||||
tags: [record, sound, listen]
|
||||
---
|
||||
<svg>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
category: Media
|
||||
---
|
||||
<svg>
|
||||
<path d="M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4" />
|
||||
<rect x="14" y="14" width="7" height="5" rx="1" />
|
||||
<line x1="7" y1="9" x2="11" y2="13" />
|
||||
<path d="M7 12v-3h3" />
|
||||
</svg>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
category: Media
|
||||
---
|
||||
<svg>
|
||||
<path d="M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4" />
|
||||
<rect x="14" y="14" width="7" height="5" rx="1" />
|
||||
<line x1="7" y1="9" x2="11" y2="13" />
|
||||
<path d="M8 13h3v-3" />
|
||||
</svg>
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
category: Media
|
||||
---
|
||||
<svg>
|
||||
<rect x="3" y="5" width="18" height="14" rx="2" />
|
||||
<rect x="12" y="12" width="6" height="4" rx="1" />
|
||||
<path d="M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4" />
|
||||
<rect x="14" y="14" width="7" height="5" rx="1" />
|
||||
</svg>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Map
|
||||
---
|
||||
<svg>
|
||||
<line x1="4" y1="20" x2="9.5" y2="14.5" />
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Devices
|
||||
tags: ["on", "off", turn on, turn off, electricity]
|
||||
---
|
||||
<svg>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Map
|
||||
---
|
||||
<svg>
|
||||
<path d="M4 13a8 8 0 0 1 7 7a6 6 0 0 0 3 -5a9 9 0 0 0 6 -8a3 3 0 0 0 -3 -3a9 9 0 0 0 -8 6a6 6 0 0 0 -5 3" />
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Map
|
||||
tags: [path, navigation, map]
|
||||
---
|
||||
<svg>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Messages
|
||||
tags: [message, mail, email, gmail, paper, airplane, aeroplane]
|
||||
---
|
||||
<svg>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Text
|
||||
---
|
||||
<svg>
|
||||
<line x1="4" y1="12" x2="20" y2="12" />
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Text
|
||||
---
|
||||
<svg>
|
||||
<line x1="12" y1="4" x2="12" y2="20" />
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Text
|
||||
tags: [divider, space, separate, set apart]
|
||||
---
|
||||
<svg>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Text
|
||||
---
|
||||
<svg>
|
||||
<path d="M4 10v3a1 1 0 0 0 1 1h14a1 1 0 0 0 1 -1v-3" />
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Map
|
||||
tags: [focus, bullseye, aim]
|
||||
---
|
||||
<svg>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Map
|
||||
tags: [target, aim, focus]
|
||||
---
|
||||
<svg>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Map
|
||||
tags: [earth, globe, global, language, union]
|
||||
---
|
||||
<svg>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Map
|
||||
tags: [earth, globe, global, language, union]
|
||||
---
|
||||
<svg>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Map
|
||||
tags: [earth, globe, global, language, union]
|
||||
---
|
||||
<svg>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Map
|
||||
tags: [magnifying glass]
|
||||
---
|
||||
<svg>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Map
|
||||
tags: [magnifying glass]
|
||||
---
|
||||
<svg>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category: Map
|
||||
tags: [magnifying glass]
|
||||
---
|
||||
<svg>
|
||||
|
|
|
|||
Loading…
Reference in New Issue