mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-17 09:57:42 +01:00
Compare commits
2 Commits
lucide-vue
...
0.315.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
28686b5bd5 | ||
|
|
8cc143915c |
17
icons/webhook-off.json
Normal file
17
icons/webhook-off.json
Normal 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
19
icons/webhook-off.svg
Normal 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 |
@@ -22,7 +22,7 @@ const iconNode: IconNode = ${JSON.stringify(children)};
|
||||
* @see https://lucide.dev/guide/packages/lucide-svelte - Documentation
|
||||
*
|
||||
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
||||
* @returns {FunctionalComponent} Vue component
|
||||
* @returns {FunctionalComponent} Svelte component
|
||||
* ${deprecated ? '@deprecated' : ''}
|
||||
*/
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user