Compare commits

...

2 Commits

Author SHA1 Message Date
Jakob Guddas
28686b5bd5 feat: added webhook-off icon (#1566)
Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
2024-01-25 08:54:18 +01:00
Eric Fennis
8cc143915c Update JSdoc lucide svelte (#1826) 2024-01-25 08:23:34 +01:00
3 changed files with 37 additions and 1 deletions

17
icons/webhook-off.json Normal file
View File

@@ -0,0 +1,17 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere",
"jguddas"
],
"tags": [
"push api",
"interface",
"callback"
],
"categories": [
"development",
"social",
"account"
]
}

19
icons/webhook-off.svg Normal file
View File

@@ -0,0 +1,19 @@
<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="M17 17h-5c-1.09-.02-1.94.92-2.5 1.9A3 3 0 1 1 2.57 15" />
<path d="M9 3.4a4 4 0 0 1 6.52.66" />
<path d="m6 17 3.1-5.8a2.5 2.5 0 0 0 .057-2.05" />
<path d="M20.3 20.3a4 4 0 0 1-2.3.7" />
<path d="M18.6 13a4 4 0 0 1 3.357 3.414" />
<path d="m12 6 .6 1" />
<path d="m2 2 20 20" />
</svg>

After

Width:  |  Height:  |  Size: 510 B

View File

@@ -22,7 +22,7 @@ const iconNode: IconNode = ${JSON.stringify(children)};
* @see https://lucide.dev/guide/packages/lucide-svelte - Documentation * @see https://lucide.dev/guide/packages/lucide-svelte - Documentation
* *
* @param {Object} props - Lucide icons props and any valid SVG attribute * @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {FunctionalComponent} Vue component * @returns {FunctionalComponent} Svelte component
* ${deprecated ? '@deprecated' : ''} * ${deprecated ? '@deprecated' : ''}
*/ */
</script> </script>