Compare commits

...

11 Commits

Author SHA1 Message Date
Jakob Guddas
db6194369d Optimized database (#1106) 2023-04-16 23:15:43 +02:00
Daniel Bayley
29c952fdaf Improve [*-]check[-*] metadata (#1057) 2023-04-16 22:01:57 +02:00
Daniel Bayley
637e285c52 Improve minus metadata (#1071) 2023-04-16 22:00:01 +02:00
Lucide Bot
d6ee5d963c 📦 Bump lucide package versions to 0.160.0 2023-04-16 17:20:01 +00:00
Jakob Guddas
97d02ec6e5 Optimized vegan (#1104)
* Optimized `vegan`

* Update icons/vegan.svg

Co-authored-by: Karsa <contact@karsa.org>

* Update vegan.svg

---------

Co-authored-by: Karsa <contact@karsa.org>
2023-04-16 19:14:42 +02:00
Lucide Bot
f5be205fc9 📦 Bump lucide package versions to 0.159.0 2023-04-16 16:50:55 +00:00
Jakob Guddas
f2e0da9bb1 Simplified citrus (#1098)
* Simplified `citrus`

* Update icons/citrus.svg

Co-authored-by: Karsa <contact@karsa.org>

* Update citrus.svg

---------

Co-authored-by: Karsa <contact@karsa.org>
2023-04-16 18:45:34 +02:00
Jakob Guddas
2ca852fc7d Optimized headphones (#1099) 2023-04-16 18:43:52 +02:00
Jakob Guddas
a64215bb25 Optimized key (#1101) 2023-04-16 18:40:51 +02:00
Daniel Bayley
6d975609c4 Complete circle-* set (#1032)
* Add `circle-equal` icon

* Add `circle-slash` icon

* Rename `slash` to `ban`

* Add `circle-off` icon

* Rename `circle-slashed` to `circle-slash-2`
2023-04-16 18:37:17 +02:00
Lucide Bot
13b9c1fadb 📦 Bump lucide package versions to 0.155.0 2023-04-16 16:18:47 +00:00
44 changed files with 229 additions and 43 deletions

View File

@@ -1,7 +1,11 @@
{ {
"$schema": "../icon.schema.json", "$schema": "../icon.schema.json",
"tags": [ "tags": [
"done" "done",
"todo",
"tick",
"complete",
"task"
], ],
"categories": [ "categories": [
"devices", "devices",

View File

@@ -2,7 +2,6 @@
"$schema": "../icon.schema.json", "$schema": "../icon.schema.json",
"tags": [ "tags": [
"cancel", "cancel",
"ban",
"no", "no",
"stop", "stop",
"forbidden", "forbidden",
@@ -11,5 +10,8 @@
], ],
"categories": [ "categories": [
"account" "account"
],
"aliases": [
"slash"
] ]
} }

View File

Before

Width:  |  Height:  |  Size: 297 B

After

Width:  |  Height:  |  Size: 297 B

View File

@@ -3,7 +3,12 @@
"tags": [ "tags": [
"read", "read",
"library", "library",
"plain language" "plain language",
"done",
"todo",
"tick",
"complete",
"task"
], ],
"categories": [ "categories": [
"gaming", "gaming",

View File

@@ -5,7 +5,12 @@
"time", "time",
"event", "event",
"confirm", "confirm",
"subscribe" "subscribe",
"done",
"todo",
"tick",
"complete",
"task"
], ],
"categories": [ "categories": [
"time" "time"

View File

@@ -5,7 +5,13 @@
"time", "time",
"event", "event",
"confirm", "confirm",
"subscribe" "subscribe",
"schedule",
"done",
"todo",
"tick",
"complete",
"task"
], ],
"categories": [ "categories": [
"time" "time"

View File

@@ -3,7 +3,11 @@
"tags": [ "tags": [
"done", "done",
"received", "received",
"double" "double",
"todo",
"tick",
"complete",
"task"
], ],
"categories": [ "categories": [
"notifications" "notifications"

View File

@@ -1,7 +1,11 @@
{ {
"$schema": "../icon.schema.json", "$schema": "../icon.schema.json",
"tags": [ "tags": [
"done" "done",
"todo",
"tick",
"complete",
"task"
], ],
"categories": [ "categories": [
"notifications", "notifications",

View File

@@ -1,7 +1,11 @@
{ {
"$schema": "../icon.schema.json", "$schema": "../icon.schema.json",
"tags": [ "tags": [
"done" "done",
"todo",
"tick",
"complete",
"task"
], ],
"categories": [ "categories": [
"notifications", "notifications",

View File

@@ -1,7 +1,11 @@
{ {
"$schema": "../icon.schema.json", "$schema": "../icon.schema.json",
"tags": [ "tags": [
"done" "done",
"todo",
"tick",
"complete",
"task"
], ],
"categories": [ "categories": [
"notifications", "notifications",

View File

@@ -1,7 +1,11 @@
{ {
"$schema": "../icon.schema.json", "$schema": "../icon.schema.json",
"tags": [ "tags": [
"done" "done",
"todo",
"tick",
"complete",
"task"
], ],
"categories": [ "categories": [
"notifications" "notifications"

12
icons/circle-equal.json Normal file
View File

@@ -0,0 +1,12 @@
{
"$schema": "../icon.schema.json",
"tags": [
"calculate",
"maths",
"shape"
],
"categories": [
"maths",
"shapes"
]
}

15
icons/circle-equal.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="M7 10h10" />
<path d="M7 14h10" />
<circle cx="12" cy="12" r="10" />
</svg>

After

Width:  |  Height:  |  Size: 292 B

20
icons/circle-off.json Normal file
View File

@@ -0,0 +1,20 @@
{
"$schema": "../icon.schema.json",
"tags": [
"diameter",
"zero",
"Ø",
"null",
"nothing",
"cancel",
"ban",
"no",
"stop",
"forbidden",
"prohibited",
"error"
],
"categories": [
"shapes"
]
}

15
icons/circle-off.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 2 20 20" />
<path d="M8.4 2.7c1.2-.4 2.4-.7 3.7-.7 5.5 0 10 4.5 10 10 0 1.3-.2 2.5-.7 3.6" />
<path d="M19.1 19.1C17.3 20.9 14.8 22 12 22 6.5 22 2 17.5 2 12c0-2.7 1.2-5.2 3-7" />
</svg>

After

Width:  |  Height:  |  Size: 405 B

View File

@@ -10,5 +10,8 @@
], ],
"categories": [ "categories": [
"shapes" "shapes"
],
"aliases": [
"circle-slashed"
] ]
} }

View File

Before

Width:  |  Height:  |  Size: 270 B

After

Width:  |  Height:  |  Size: 270 B

20
icons/circle-slash.json Normal file
View File

@@ -0,0 +1,20 @@
{
"$schema": "../icon.schema.json",
"tags": [
"diameter",
"zero",
"Ø",
"null",
"nothing",
"cancel",
"ban",
"no",
"stop",
"forbidden",
"prohibited",
"error"
],
"categories": [
"shapes"
]
}

14
icons/circle-slash.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"
>
<line x1="9" x2="15" y1="15" y2="9" />
<circle cx="12" cy="12" r="10" />
</svg>

After

Width:  |  Height:  |  Size: 285 B

View File

@@ -9,9 +9,8 @@
stroke-linecap="round" stroke-linecap="round"
stroke-linejoin="round" stroke-linejoin="round"
> >
<path d="M5.51 18.49a12 12 0 0 0 16.12.78c.49-.41.49-1.15.03-1.6L6.34 2.33a1.08 1.08 0 0 0-1.6.03A12 12 0 0 0 5.5 18.5Z" /> <path d="M21.66 17.67a1.08 1.08 0 0 1-.04 1.6A12 12 0 0 1 4.73 2.38a1.1 1.1 0 0 1 1.61-.04z" />
<path d="M8.34 15.66a8 8 0 0 0 10.4.78c.54-.4.54-1.16.06-1.64L9.2 5.2c-.48-.48-1.25-.48-1.64.06a8 8 0 0 0 .78 10.4Z" /> <path d="M19.65 15.66A8 8 0 0 1 8.35 4.34" />
<path d="m14 10-5.5 5.5" /> <path d="m14 10-5.5 5.5" />
<path d="M14 10v8" /> <path d="M14 17.85V10H6.15" />
<path d="M14 10H6" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 534 B

After

Width:  |  Height:  |  Size: 417 B

View File

@@ -2,7 +2,12 @@
"$schema": "../icon.schema.json", "$schema": "../icon.schema.json",
"tags": [ "tags": [
"copied", "copied",
"pasted" "pasted",
"done",
"todo",
"tick",
"complete",
"task"
], ],
"categories": [ "categories": [
"text" "text"

View File

@@ -10,6 +10,6 @@
stroke-linejoin="round" stroke-linejoin="round"
> >
<ellipse cx="12" cy="5" rx="9" ry="3" /> <ellipse cx="12" cy="5" rx="9" ry="3" />
<path d="M21 12c0 1.66-4 3-9 3s-9-1.34-9-3" /> <path d="M3 5V19A9 3 0 0 0 21 19V5" />
<path d="M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5" /> <path d="M3 12A9 3 0 0 0 21 12" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 351 B

After

Width:  |  Height:  |  Size: 329 B

View File

@@ -2,7 +2,11 @@
"$schema": "../icon.schema.json", "$schema": "../icon.schema.json",
"tags": [ "tags": [
"done", "done",
"document" "document",
"todo",
"tick",
"complete",
"task"
], ],
"categories": [ "categories": [
"files" "files"

View File

@@ -2,7 +2,11 @@
"$schema": "../icon.schema.json", "$schema": "../icon.schema.json",
"tags": [ "tags": [
"done", "done",
"document" "document",
"todo",
"tick",
"complete",
"task"
], ],
"categories": [ "categories": [
"files" "files"

View File

@@ -3,7 +3,10 @@
"tags": [ "tags": [
"done", "done",
"directory", "directory",
"check" "todo",
"tick",
"complete",
"task"
], ],
"categories": [ "categories": [
"files" "files"

View File

@@ -9,6 +9,5 @@
stroke-linecap="round" stroke-linecap="round"
stroke-linejoin="round" stroke-linejoin="round"
> >
<path d="M3 18v-6a9 9 0 0 1 18 0v6" /> <path d="M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 18 0v7a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3" />
<path d="M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 377 B

After

Width:  |  Height:  |  Size: 347 B

View File

@@ -9,5 +9,7 @@
stroke-linecap="round" stroke-linecap="round"
stroke-linejoin="round" stroke-linejoin="round"
> >
<path d="m21 2-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0 3 3L22 7l-3-3m-3.5 3.5L19 4" /> <circle cx="7.5" cy="15.5" r="5.5" />
<path d="m21 2-9.6 9.6" />
<path d="m15.5 7.5 3 3L22 7l-3-3" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 342 B

After

Width:  |  Height:  |  Size: 316 B

View File

@@ -2,7 +2,10 @@
"$schema": "../icon.schema.json", "$schema": "../icon.schema.json",
"tags": [ "tags": [
"todo", "todo",
"done" "done",
"tick",
"complete",
"task"
], ],
"categories": [ "categories": [
"text" "text"

View File

@@ -6,7 +6,13 @@
"letter", "letter",
"subscribe", "subscribe",
"delivered", "delivered",
"success" "success",
"read",
"done",
"todo",
"tick",
"complete",
"task"
], ],
"categories": [ "categories": [
"mail" "mail"

View File

@@ -3,9 +3,14 @@
"tags": [ "tags": [
"subtract", "subtract",
"calculate", "calculate",
"maths" "maths",
"line",
"divide",
"horizontal rule",
"hr"
], ],
"categories": [ "categories": [
"maths" "maths",
"shapes"
] ]
} }

View File

@@ -2,7 +2,12 @@
"$schema": "../icon.schema.json", "$schema": "../icon.schema.json",
"tags": [ "tags": [
"confirm", "confirm",
"verified" "verified",
"done",
"todo",
"tick",
"complete",
"task"
], ],
"categories": [ "categories": [
"development" "development"

View File

@@ -4,7 +4,11 @@
"security", "security",
"secure", "secure",
"done", "done",
"save" "save",
"todo",
"tick",
"complete",
"task"
], ],
"categories": [ "categories": [
"account", "account",

View File

@@ -3,7 +3,11 @@
"tags": [ "tags": [
"followed", "followed",
"subscribed", "subscribed",
"done" "done",
"todo",
"tick",
"complete",
"task"
], ],
"categories": [ "categories": [
"account" "account"

View File

@@ -9,7 +9,7 @@
stroke-linecap="round" stroke-linecap="round"
stroke-linejoin="round" stroke-linejoin="round"
> >
<path d="M2 2c4.056 3.007 9.232 9.337 10 20 .897-6.818 1.5-9.5 4-14" /> <path d="M2 2a26.6 26.6 0 0 1 10 20c.9-6.82 1.5-9.5 4-14" />
<path d="M20.375 6.533A9.953 9.953 0 0 1 22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2c2.003 0 3.869.589 5.433 1.603" /> <path d="M16 8c4 0 6-2 6-6-4 0-6 2-6 6" />
<path d="M17.104 4c-1.002 1.274-1.146 2.586-1.1 4 1.9-.1 3.003-.201 4.3-1.4 1.406-1.3 1.6-2.3 1.7-4.6-2.7.1-3.623.375-4.9 2Z" /> <path d="M17.41 3.6a10 10 0 1 0 3 3" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 546 B

After

Width:  |  Height:  |  Size: 358 B

View File

@@ -5,7 +5,9 @@
"poll", "poll",
"ballot", "ballot",
"political", "political",
"social" "social",
"check",
"tick"
], ],
"categories": [ "categories": [
"social" "social"

View File

@@ -1,7 +1,7 @@
{ {
"name": "lucide-angular", "name": "lucide-angular",
"description": "A Lucide icon library package for Angular applications", "description": "A Lucide icon library package for Angular applications",
"version": "0.154.0", "version": "0.160.0",
"author": "SMAH1", "author": "SMAH1",
"license": "ISC", "license": "ISC",
"homepage": "https://lucide.dev", "homepage": "https://lucide.dev",

View File

@@ -1,6 +1,6 @@
name: lucide_icons name: lucide_icons
description: A Lucide icon library package for Flutter applications. Fork of Feather Icons, open for anyone to contribute icons. description: A Lucide icon library package for Flutter applications. Fork of Feather Icons, open for anyone to contribute icons.
version: 0.154.0 version: 0.160.0
homepage: https://lucide.dev homepage: https://lucide.dev
repository: https://github.com/lucide-icons/lucide repository: https://github.com/lucide-icons/lucide

View File

@@ -1,7 +1,7 @@
{ {
"name": "lucide-preact", "name": "lucide-preact",
"description": "A Lucide icon library package for Preact applications", "description": "A Lucide icon library package for Preact applications",
"version": "0.154.0", "version": "0.160.0",
"license": "ISC", "license": "ISC",
"homepage": "https://lucide.dev", "homepage": "https://lucide.dev",
"bugs": "https://github.com/lucide-icons/lucide/issues", "bugs": "https://github.com/lucide-icons/lucide/issues",

View File

@@ -1,7 +1,7 @@
{ {
"name": "lucide-react-native", "name": "lucide-react-native",
"description": "A Lucide icon library package for React Native applications", "description": "A Lucide icon library package for React Native applications",
"version": "0.154.0", "version": "0.160.0",
"license": "ISC", "license": "ISC",
"homepage": "https://lucide.dev", "homepage": "https://lucide.dev",
"bugs": "https://github.com/lucide-icons/lucide/issues", "bugs": "https://github.com/lucide-icons/lucide/issues",

View File

@@ -1,7 +1,7 @@
{ {
"name": "lucide-react", "name": "lucide-react",
"description": "A Lucide icon library package for React applications", "description": "A Lucide icon library package for React applications",
"version": "0.154.0", "version": "0.160.0",
"license": "ISC", "license": "ISC",
"homepage": "https://lucide.dev", "homepage": "https://lucide.dev",
"bugs": "https://github.com/lucide-icons/lucide/issues", "bugs": "https://github.com/lucide-icons/lucide/issues",

View File

@@ -1,7 +1,7 @@
{ {
"name": "lucide-svelte", "name": "lucide-svelte",
"description": "A Lucide icon library package for Svelte applications", "description": "A Lucide icon library package for Svelte applications",
"version": "0.154.0", "version": "0.160.0",
"license": "ISC", "license": "ISC",
"homepage": "https://lucide.dev", "homepage": "https://lucide.dev",
"bugs": "https://github.com/lucide-icons/lucide/issues", "bugs": "https://github.com/lucide-icons/lucide/issues",

View File

@@ -1,6 +1,6 @@
{ {
"name": "lucide-vue-next", "name": "lucide-vue-next",
"version": "0.154.0", "version": "0.160.0",
"author": "Eric Fennis", "author": "Eric Fennis",
"description": "A Lucide icon library package for Vue 3 applications", "description": "A Lucide icon library package for Vue 3 applications",
"license": "ISC", "license": "ISC",

View File

@@ -1,6 +1,6 @@
{ {
"name": "lucide-vue", "name": "lucide-vue",
"version": "0.154.0", "version": "0.160.0",
"author": "Eric Fennis", "author": "Eric Fennis",
"description": "A Lucide icon library package for Vue 2 applications", "description": "A Lucide icon library package for Vue 2 applications",
"license": "ISC", "license": "ISC",

View File

@@ -1,7 +1,7 @@
{ {
"name": "lucide", "name": "lucide",
"description": "A Lucide icon library package for web and javascript applications.", "description": "A Lucide icon library package for web and javascript applications.",
"version": "0.154.0", "version": "0.160.0",
"license": "ISC", "license": "ISC",
"homepage": "https://lucide.dev", "homepage": "https://lucide.dev",
"bugs": "https://github.com/lucide-icons/lucide/issues", "bugs": "https://github.com/lucide-icons/lucide/issues",