Compare commits

...

8 Commits

Author SHA1 Message Date
Thijs-Jan
1c1b6c7732 Add tent icon (#331)
* Add campsite icon

* Add campsite and tent to tags.json

* Replace campsite with tent
2021-05-20 20:38:11 +02:00
Lucide Bot
29236b45d1 📦 Bump lucide package versions to 2021-05-18 20:28:12 +00:00
Yashu Mittal
1e9a09e8f3 add circle-check-2 icon (#237) 2021-05-18 22:24:17 +02:00
Eric Fennis
9031285357 Add bell ring icon (#300) 2021-05-18 22:21:33 +02:00
Yashu Mittal
03fd0452f3 add clipboard-copy icon (#241)
* add clipboard-copy icon

* Update clipboard-copy.svg

Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
2021-05-18 22:20:45 +02:00
Lucide Bot
e4adf28a48 📦 Bump lucide package versions to 2021-05-18 19:13:58 +00:00
Eric Fennis
9af28b9247 Add vibrate icon (#297) 2021-05-18 21:09:58 +02:00
Eric Fennis
e9879d5db0 Update tags for the website (#329)
* update tags

* update tags
2021-05-18 21:09:07 +02:00
9 changed files with 409 additions and 54 deletions

16
icons/bell-ring.svg Normal file
View File

@@ -0,0 +1,16 @@
<svg
width="24"
height="24"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M18 8A6 6 0 006 8c0 7-3 9-3 9h18s-3-2-3-9" />
<path d="M13.73 21a2 2 0 01-3.46 0" />
<path d="M2 8c0-2.2.7-4.3 2-6" />
<path d="M22 8a10 10 0 00-2-6" />
</svg>

After

Width:  |  Height:  |  Size: 378 B

14
icons/check-circle-2.svg Normal file
View File

@@ -0,0 +1,14 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z" />
<path d="M9 12l2 2 4-4" />
</svg>

After

Width:  |  Height:  |  Size: 325 B

16
icons/clipboard-copy.svg Normal file
View File

@@ -0,0 +1,16 @@
<svg
width="24"
height="24"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M16 4h2a2 2 0 012 2v4M8 4H6a2 2 0 00-2 2v14a2 2 0 002 2h12a2 2 0 002-2v-2" />
<rect x="8" y="2" width="8" height="4" rx="1" ry="1" />
<path d="M21 14H11" />
<path d="M15 10l-4 4 4 4" />
</svg>

After

Width:  |  Height:  |  Size: 411 B

17
icons/tent.svg Normal file
View File

@@ -0,0 +1,17 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M19 20L10 4" />
<path d="M5 20l9-16" />
<path d="M3 20h18" />
<path d="M12 15l-3 5" />
<path d="M12 15l3 5" />
</svg>

After

Width:  |  Height:  |  Size: 338 B

15
icons/vibrate.svg Normal file
View File

@@ -0,0 +1,15 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M2 8L4 10L2 12L4 14L2 16" />
<path d="M22 8L20 10L22 12L20 14L22 16" />
<rect x="8" y="5" width="8" height="14" rx="1" />
</svg>

After

Width:  |  Height:  |  Size: 345 B

View File

@@ -1,7 +1,7 @@
{
"name": "lucide-react",
"description": "Lucide React package, Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.",
"version": "0.15.11",
"version": "0.15.16",
"license": "ISC",
"homepage": "https://lucide.dev",
"bugs": "https://github.com/lucide-icons/lucide/issues",

View File

@@ -1,6 +1,6 @@
{
"name": "lucide-vue",
"version": "0.15.11",
"version": "0.15.16",
"author": "Eric Fennis",
"description": "Lucide Vue Package",
"license": "ISC",

View File

@@ -1,7 +1,7 @@
{
"name": "lucide",
"description": "Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.",
"version": "0.15.11",
"version": "0.15.16",
"license": "ISC",
"homepage": "https://lucide.dev",
"bugs": "https://github.com/lucide-icons/lucide/issues",

379
tags.json
View File

@@ -13,7 +13,9 @@
"alarm-check": [
"done"
],
"alarm-clock": [],
"alarm-clock": [
"morning"
],
"alarm-minus": [
"remove"
],
@@ -80,18 +82,42 @@
"key",
"forward"
],
"arrow-down": [],
"arrow-down-circle": [],
"arrow-down-left": [],
"arrow-down-right": [],
"arrow-left": [],
"arrow-left-circle": [],
"arrow-right": [],
"arrow-right-circle": [],
"arrow-up": [],
"arrow-up-circle": [],
"arrow-up-left": [],
"arrow-up-right": [],
"arrow-down": [
"direction"
],
"arrow-down-circle": [
"direction"
],
"arrow-down-left": [
"direction"
],
"arrow-down-right": [
"direction"
],
"arrow-left": [
"direction"
],
"arrow-left-circle": [
"direction"
],
"arrow-right": [
"direction"
],
"arrow-right-circle": [
"direction"
],
"arrow-up": [
"direction"
],
"arrow-up-circle": [
"direction"
],
"arrow-up-left": [
"direction"
],
"arrow-up-right": [
"direction"
],
"asterisk": [
"reference"
],
@@ -131,9 +157,18 @@
"power",
"electricity"
],
"battery-full": [],
"battery-low": [],
"battery-medium": [],
"battery-full": [
"power",
"electricity"
],
"battery-low": [
"power",
"electricity"
],
"battery-medium": [
"power",
"electricity"
],
"beaker": [
"cup"
],
@@ -171,7 +206,13 @@
"transport",
"trip"
],
"binary": [],
"binary": [
"code",
"digits",
"computer",
"zero",
"one"
],
"bitcoin": [
"currency",
"money",
@@ -234,6 +275,11 @@
"paint",
"color"
],
"bug": [
"issue",
"report",
"insect"
],
"building": [
"organisation",
"organization"
@@ -280,14 +326,33 @@
"check-square": [
"done"
],
"chevron-down": [],
"chevron-left": [],
"chevron-right": [],
"chevron-up": [],
"chevrons-down": [],
"chevrons-left": [],
"chevrons-right": [],
"chevrons-up": [],
"chevron-down": [
"arrow"
],
"chevron-left": [
"arrow"
],
"chevron-right": [
"arrow"
],
"chevron-up": [
"arrow"
],
"chevrons-down": [
"arrow"
],
"chevrons-left": [
"arrow"
],
"chevrons-right": [
"arrow"
],
"chevrons-up": [
"arrow"
],
"chevrons-up-down": [
"arrow"
],
"chrome": [
"browser"
],
@@ -296,10 +361,21 @@
"zero",
"record"
],
"circle-slashed": [
"diameter",
"zero",
"Ø",
"null",
"nothing"
],
"clipboard": [
"copy",
"paste"
],
"clipboard-check": [
"copied",
"pasted"
],
"clipboard-list": [
"copy",
"paste",
@@ -317,6 +393,10 @@
"weather",
"shower"
],
"cloud-fog": [
"weather",
"mist"
],
"cloud-hail": [
"weather",
"rainfall"
@@ -325,6 +405,10 @@
"weather",
"bolt"
],
"cloud-moon": [
"weather",
"night"
],
"cloud-off": [
"disconnect"
],
@@ -340,13 +424,28 @@
"weather",
"blizzard"
],
"cloud-sun": [
"weather",
"partly"
],
"cloudy": [
"clouds"
],
"clover": [
"leaf",
"luck"
],
"code": [
"source",
"programming"
"programming",
"html",
"xml"
],
"code-2": [
"source",
"programming",
"html",
"xml"
],
"codepen": [
"logo"
@@ -480,8 +579,13 @@
"money",
"payment"
],
"download": [],
"download-cloud": [],
"download": [
"import",
"export"
],
"download-cloud": [
"import"
],
"dribbble": [],
"droplet": [
"water"
@@ -514,6 +618,10 @@
"money",
"payment"
],
"expand": [
"scale",
"fullscreen"
],
"external-link": [
"outbound"
],
@@ -540,56 +648,79 @@
"design",
"tool"
],
"file": [],
"file": [
"document"
],
"file-check": [
"done"
"done",
"document"
],
"file-check-2": [
"done"
"done",
"document"
],
"file-code": [
"script"
"script",
"document"
],
"file-digit": [
"number"
"number",
"document"
],
"file-input": [
"document"
],
"file-minus": [
"delete",
"remove",
"erase"
"erase",
"document"
],
"file-minus-2": [
"document"
],
"file-output": [
"document"
],
"file-minus-2": [],
"file-plus": [
"add",
"create",
"new"
"new",
"document"
],
"file-plus-2": [
"add",
"create",
"new"
"new",
"document"
],
"file-search": [
"lost"
"lost",
"document",
"find"
],
"file-text": [
"data",
"txt",
"pdf"
"pdf",
"document"
],
"file-x": [
"lost",
"delete",
"remove"
"remove",
"document"
],
"file-x-2": [
"lost",
"delete",
"remove"
"remove",
"document"
],
"files": [
"multiple",
"copy"
"copy",
"documents"
],
"film": [
"movie",
@@ -628,6 +759,13 @@
"folder-plus": [
"directory"
],
"form-input": [
"2fa",
"authenticate",
"login",
"field",
"text"
],
"framer": [
"logo",
"design",
@@ -653,6 +791,10 @@
"hammer",
"mallet"
],
"ghost": [
"pacman",
"spooky"
],
"gift": [
"present",
"box",
@@ -745,6 +887,10 @@
"number",
"pound"
],
"haze": [
"mist",
"fog"
],
"headphones": [
"music",
"audio",
@@ -875,6 +1021,12 @@
"photo",
"item"
],
"layout-template": [
"window",
"webpage",
"block",
"section"
],
"library": [
"book",
"music",
@@ -887,7 +1039,11 @@
],
"lightbulb": [
"idea",
"bright"
"bright",
"lights"
],
"lightbulb-off": [
"lights"
],
"link": [
"chain",
@@ -916,7 +1072,12 @@
"number",
"order"
],
"loader": [],
"loader": [
"load"
],
"loader-2": [
"load"
],
"locate": [
"map",
"gps",
@@ -1037,6 +1198,11 @@
"monitor-off": [
"share"
],
"monitor-speaker": [
"devices",
"connect",
"cast"
],
"moon": [
"dark",
"night"
@@ -1061,6 +1227,11 @@
"cursor",
"click"
],
"mouse-pointer-click": [
"arrow",
"cursor",
"click"
],
"move": [
"arrows"
],
@@ -1127,6 +1298,11 @@
"audio",
"stop"
],
"pause-octagon": [
"music",
"audio",
"stop"
],
"pen-tool": [
"vector",
"drawing",
@@ -1140,6 +1316,12 @@
"percent": [
"discount"
],
"person-standing": [
"people",
"human",
"accessibility",
"stick figure"
],
"phone": [
"call"
],
@@ -1182,6 +1364,12 @@
"music",
"start"
],
"plug-zap": [
"charge",
"charging",
"battery",
"connect"
],
"plus": [
"add",
"new"
@@ -1212,7 +1400,11 @@
],
"power": [
"on",
"off"
"off",
"device"
],
"power-off": [
"device"
],
"printer": [
"fax",
@@ -1284,6 +1476,14 @@
"save": [
"floppy disk"
],
"scale": [
"balance",
"legal",
"license",
"right",
"rule",
"law"
],
"scissors": [
"cut"
],
@@ -1315,16 +1515,30 @@
"move",
"split"
],
"server": [],
"server-crash": [],
"server-off": [],
"server": [
"cloud",
"storage"
],
"server-crash": [
"cloud",
"storage",
"problem",
"error"
],
"server-off": [
"cloud",
"storage"
],
"settings": [
"cog",
"edit",
"gear",
"preferences"
],
"share": [],
"share": [
"network",
"connections"
],
"share-2": [
"network",
"connections"
@@ -1387,12 +1601,22 @@
"dig",
"spade"
],
"shrink": [
"scale",
"fullscreen"
],
"shuffle": [
"music"
],
"sidebar": [
"menu"
],
"sidebar-close": [
"menu"
],
"sidebar-open": [
"menu"
],
"sigma": [
"sum",
"calculate"
@@ -1403,6 +1627,11 @@
"skip-forward": [
"music"
],
"skull": [
"death",
"danger",
"bone"
],
"slack": [
"logo"
],
@@ -1457,7 +1686,16 @@
"star": [
"bookmark",
"favorite",
"like"
"like",
"review",
"rating"
],
"star-half": [
"bookmark",
"favorite",
"like",
"review",
"rating"
],
"stop-circle": [
"media",
@@ -1510,10 +1748,21 @@
"logo",
"bullseye"
],
"tent": [
"campsite",
"wigwam"
],
"terminal": [
"code",
"command line",
"prompt"
"prompt",
"shell"
],
"terminal-square": [
"code",
"command line",
"prompt",
"shell"
],
"thermometer": [
"temperature",
@@ -1521,6 +1770,23 @@
"fahrenheit",
"weather"
],
"thermometer-snowflake": [
"temperature",
"celsius",
"fahrenheit",
"weather",
"cold",
"freeze",
"freezing"
],
"thermometer-sun": [
"temperature",
"celsius",
"fahrenheit",
"weather",
"warm",
"hot"
],
"thumbs-down": [
"dislike",
"bad",
@@ -1531,6 +1797,11 @@
"good",
"emotion"
],
"ticket": [
"entry",
"pass",
"voucher"
],
"timer": [
"time",
"timer",
@@ -1546,6 +1817,12 @@
"off",
"switch"
],
"tornado": [
"weather",
"wind",
"storm",
"hurricane"
],
"trash": [
"garbage",
"delete",