mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-21 18:19:22 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3823993c39 | ||
|
|
36c53f956a | ||
|
|
58c652908a |
14
icons/play-square.json
Normal file
14
icons/play-square.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"music",
|
||||
"audio",
|
||||
"video",
|
||||
"start",
|
||||
"run"
|
||||
],
|
||||
"categories": [
|
||||
"arrows",
|
||||
"multimedia"
|
||||
]
|
||||
}
|
||||
14
icons/play-square.svg
Normal file
14
icons/play-square.svg
Normal 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"
|
||||
>
|
||||
<rect width="18" height="18" x="3" y="3" rx="2" />
|
||||
<path d="m9 8 6 4-6 4Z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 290 B |
@@ -2,6 +2,8 @@
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"music",
|
||||
"audio",
|
||||
"video",
|
||||
"start",
|
||||
"run"
|
||||
],
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="M22 12a9.92 9.92 0 0 0-3.24-6.41 10.12 10.12 0 0 0-13.52 0A9.92 9.92 0 0 0 2 12Z" />
|
||||
<path d="M22 12a10.06 10.06 1 0 0-20 0Z" />
|
||||
<path d="M12 12v8a2 2 0 0 0 4 0" />
|
||||
<line x1="12" x2="12" y1="2" y2="3" />
|
||||
<path d="M12 2v1" />
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 383 B After Width: | Height: | Size: 315 B |
@@ -30,6 +30,7 @@ declare module 'lucide-vue-next'
|
||||
// Create interface extending SVGAttributes
|
||||
export interface SVGProps extends Partial<SVGAttributes> {
|
||||
size?: 24 | number
|
||||
strokeWidth?: number
|
||||
absoluteStrokeWidth?: boolean
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user