Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b8a595275d | ||
|
|
a7b3ecde63 | ||
|
|
8bcfc225ce | ||
|
|
1d608db223 | ||
|
|
c1cb5d9bc2 | ||
|
|
66f51474cd | ||
|
|
af0b16bc10 | ||
|
|
46d6c3c119 | ||
|
|
d3b8510602 | ||
|
|
97e0f30627 |
62
.github/labeler.yml
vendored
Normal file
@@ -0,0 +1,62 @@
|
||||
# For changed dependencies
|
||||
📦 dependencies:
|
||||
- pnpm-lock.yaml
|
||||
|
||||
# For changes in documentation
|
||||
📖 documentation:
|
||||
- docs/*.md
|
||||
- docs/**/*.md
|
||||
|
||||
# For changes in the site, but not markdown files
|
||||
🌍 site:
|
||||
- 'docs/**'
|
||||
|
||||
# For changes in the metadata
|
||||
🫧 metadata:
|
||||
- 'icons/*.json'
|
||||
- categories/*
|
||||
|
||||
# For changes or added icons
|
||||
🎨 icon:
|
||||
- 'icons/*.svg'
|
||||
|
||||
# For changes in the lucide package
|
||||
🧳 lucide package:
|
||||
- 'packages/lucide/*'
|
||||
|
||||
# For changes in the lucide React package
|
||||
⚛️ react package:
|
||||
- 'packages/lucide-react/*'
|
||||
|
||||
# For changes in the lucide React Native package
|
||||
⚛️ react native package:
|
||||
- 'packages/lucide-react-native/*'
|
||||
|
||||
# For changes in the lucide vue packages
|
||||
💎 vue package:
|
||||
- 'packages/lucide-vue/*'
|
||||
- 'packages/lucide-vue-next/*'
|
||||
|
||||
# For changes in the lucide angular package
|
||||
🅰️ angular package:
|
||||
- 'packages/lucide-angular/*'
|
||||
|
||||
# For changes in the lucide preact package
|
||||
⚛️ preact package:
|
||||
- 'packages/lucide-preact/*'
|
||||
|
||||
# For changes in the lucide svelte package
|
||||
🧣 svelte package:
|
||||
- 'packages/lucide-svelte/*'
|
||||
|
||||
# For changes in the lucide solid package
|
||||
🪝 solid package:
|
||||
- 'packages/lucide-solid/*'
|
||||
|
||||
# For changes in the lucide static package
|
||||
🪨 static package:
|
||||
- 'packages/lucide-static/*'
|
||||
|
||||
# For changes in the lucide flutter package
|
||||
🏹 flutter package:
|
||||
- 'packages/lucide-flutter/*'
|
||||
12
.github/workflows/labeler.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
name: "Pull Request Labeler"
|
||||
on:
|
||||
- pull_request_target
|
||||
|
||||
jobs:
|
||||
triage:
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/labeler@v4
|
||||
15
icons/area-chart.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"nstokoe"
|
||||
],
|
||||
"tags": [
|
||||
"statistics",
|
||||
"diagram",
|
||||
"graph",
|
||||
"area"
|
||||
],
|
||||
"categories": [
|
||||
"charts"
|
||||
]
|
||||
}
|
||||
14
icons/area-chart.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"
|
||||
>
|
||||
<path d="M3 3v18h18" />
|
||||
<path d="M7 12v5h12V8l-5 5-4-4Z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 272 B |
@@ -11,7 +11,8 @@
|
||||
"square",
|
||||
"rectangular",
|
||||
"marquee",
|
||||
"tool"
|
||||
"tool",
|
||||
"dashed"
|
||||
],
|
||||
"categories": [
|
||||
"text",
|
||||
|
||||
16
icons/cassette-tape.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"audio",
|
||||
"music",
|
||||
"recording",
|
||||
"play"
|
||||
],
|
||||
"categories": [
|
||||
"connectivity",
|
||||
"devices",
|
||||
"multimedia",
|
||||
"communication",
|
||||
"files"
|
||||
]
|
||||
}
|
||||
17
icons/cassette-tape.svg
Normal 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"
|
||||
>
|
||||
<rect width="20" height="16" x="2" y="4" rx="2" />
|
||||
<circle cx="8" cy="10" r="2" />
|
||||
<path d="M8 12h8" />
|
||||
<circle cx="16" cy="10" r="2" />
|
||||
<path d="m6 20 .7-2.9A1.4 1.4 0 0 1 8.1 16h7.8a1.4 1.4 0 0 1 1.4 1l.7 3"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 430 B |
@@ -7,7 +7,8 @@
|
||||
"tags": [
|
||||
"reflect",
|
||||
"mirror",
|
||||
"alignment"
|
||||
"alignment",
|
||||
"dashed"
|
||||
],
|
||||
"categories": [
|
||||
"design",
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
"tags": [
|
||||
"reflect",
|
||||
"mirror",
|
||||
"alignment"
|
||||
"alignment",
|
||||
"dashed"
|
||||
],
|
||||
"categories": [
|
||||
"design",
|
||||
|
||||
@@ -8,7 +8,8 @@
|
||||
"tags": [
|
||||
"reflect",
|
||||
"mirror",
|
||||
"alignment"
|
||||
"alignment",
|
||||
"dashed"
|
||||
],
|
||||
"categories": [
|
||||
"design",
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
"tags": [
|
||||
"reflect",
|
||||
"mirror",
|
||||
"alignment"
|
||||
"alignment",
|
||||
"dashed"
|
||||
],
|
||||
"categories": [
|
||||
"design",
|
||||
|
||||
@@ -9,7 +9,8 @@
|
||||
"tags": [
|
||||
"camera",
|
||||
"lens",
|
||||
"photo"
|
||||
"photo",
|
||||
"dashed"
|
||||
],
|
||||
"categories": [
|
||||
"photography"
|
||||
|
||||
15
icons/folder-dot.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"directory",
|
||||
"root",
|
||||
"project",
|
||||
"active",
|
||||
"current",
|
||||
"pinned"
|
||||
],
|
||||
"categories": [
|
||||
"files",
|
||||
"development"
|
||||
]
|
||||
}
|
||||
14
icons/folder-dot.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"
|
||||
>
|
||||
<path d="M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z" />
|
||||
<circle cx="12" cy="13" r="1" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 381 B |
11
icons/folder-kanban.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"directory",
|
||||
"project",
|
||||
"root"
|
||||
],
|
||||
"categories": [
|
||||
"files"
|
||||
]
|
||||
}
|
||||
16
icons/folder-kanban.svg
Normal file
@@ -0,0 +1,16 @@
|
||||
<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="M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z" />
|
||||
<path d="M8 10v4" />
|
||||
<path d="M12 10v2" />
|
||||
<path d="M16 10v6" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 417 B |
15
icons/folder-open-dot.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"directory",
|
||||
"root",
|
||||
"project",
|
||||
"active",
|
||||
"current",
|
||||
"pinned"
|
||||
],
|
||||
"categories": [
|
||||
"files",
|
||||
"development"
|
||||
]
|
||||
}
|
||||
14
icons/folder-open-dot.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"
|
||||
>
|
||||
<path d="m6 14 1.45-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.55 6a2 2 0 0 1-1.94 1.5H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H18a2 2 0 0 1 2 2v2" />
|
||||
<circle cx="14" cy="15" r="1" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 438 B |
14
icons/folder-root.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"directory",
|
||||
"root",
|
||||
"project",
|
||||
"git",
|
||||
"repo"
|
||||
],
|
||||
"categories": [
|
||||
"files",
|
||||
"development"
|
||||
]
|
||||
}
|
||||
15
icons/folder-root.svg
Normal 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="M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z" />
|
||||
<circle cx="12" cy="13" r="2" />
|
||||
<path d="M12 15v5" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 405 B |
16
icons/folder-sync.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"directory",
|
||||
"synchronize",
|
||||
"synchronise",
|
||||
"refresh",
|
||||
"reconnect",
|
||||
"transfer",
|
||||
"backup"
|
||||
],
|
||||
"categories": [
|
||||
"files",
|
||||
"arrows"
|
||||
]
|
||||
}
|
||||
17
icons/folder-sync.svg
Normal 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="M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v1" />
|
||||
<path d="M12 10v4h4" />
|
||||
<path d="m12 14 1.5-1.5c.9-.9 2.2-1.5 3.5-1.5s2.6.6 3.5 1.5c.4.4.8 1 1 1.5" />
|
||||
<path d="M22 22v-4h-4" />
|
||||
<path d="m22 18-1.5 1.5c-.9.9-2.1 1.5-3.5 1.5s-2.6-.6-3.5-1.5c-.4-.4-.8-1-1-1.5" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 547 B |
27
icons/gallery-horizontal-end.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"danielbayley"
|
||||
],
|
||||
"tags": [
|
||||
"carousel",
|
||||
"pictures",
|
||||
"images",
|
||||
"scroll",
|
||||
"swipe",
|
||||
"album",
|
||||
"portfolio",
|
||||
"history",
|
||||
"versions",
|
||||
"backup",
|
||||
"time machine"
|
||||
],
|
||||
"categories": [
|
||||
"layout",
|
||||
"design",
|
||||
"development",
|
||||
"photography",
|
||||
"multimedia",
|
||||
"files"
|
||||
]
|
||||
}
|
||||
15
icons/gallery-horizontal-end.svg
Normal 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 7v10" />
|
||||
<path d="M6 5v14" />
|
||||
<rect width="12" height="18" x="10" y="3" rx="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 308 B |
22
icons/gallery-horizontal.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"danielbayley"
|
||||
],
|
||||
"tags": [
|
||||
"carousel",
|
||||
"pictures",
|
||||
"images",
|
||||
"scroll",
|
||||
"swipe",
|
||||
"album",
|
||||
"portfolio"
|
||||
],
|
||||
"categories": [
|
||||
"layout",
|
||||
"design",
|
||||
"development",
|
||||
"photography",
|
||||
"multimedia"
|
||||
]
|
||||
}
|
||||
15
icons/gallery-horizontal.svg
Normal 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 3v18" />
|
||||
<rect width="12" height="18" x="6" y="3" rx="2" />
|
||||
<path d="M22 3v18" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 308 B |
21
icons/gallery-thumbnails.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"danielbayley"
|
||||
],
|
||||
"tags": [
|
||||
"carousel",
|
||||
"pictures",
|
||||
"images",
|
||||
"album",
|
||||
"portfolio",
|
||||
"preview"
|
||||
],
|
||||
"categories": [
|
||||
"layout",
|
||||
"design",
|
||||
"development",
|
||||
"photography",
|
||||
"multimedia"
|
||||
]
|
||||
}
|
||||
17
icons/gallery-thumbnails.svg
Normal 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"
|
||||
>
|
||||
<rect width="18" height="14" x="3" y="3" rx="2" />
|
||||
<path d="M4 21h1" />
|
||||
<path d="M9 21h1" />
|
||||
<path d="M14 21h1" />
|
||||
<path d="M19 21h1" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 355 B |
27
icons/gallery-vertical-end.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"danielbayley"
|
||||
],
|
||||
"tags": [
|
||||
"carousel",
|
||||
"pictures",
|
||||
"images",
|
||||
"scroll",
|
||||
"swipe",
|
||||
"album",
|
||||
"portfolio",
|
||||
"history",
|
||||
"versions",
|
||||
"backup",
|
||||
"time machine"
|
||||
],
|
||||
"categories": [
|
||||
"layout",
|
||||
"design",
|
||||
"development",
|
||||
"photography",
|
||||
"multimedia",
|
||||
"files"
|
||||
]
|
||||
}
|
||||
15
icons/gallery-vertical-end.svg
Normal 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 2h10" />
|
||||
<path d="M5 6h14" />
|
||||
<rect width="18" height="12" x="3" y="10" rx="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 308 B |
22
icons/gallery-vertical.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"danielbayley"
|
||||
],
|
||||
"tags": [
|
||||
"carousel",
|
||||
"pictures",
|
||||
"images",
|
||||
"scroll",
|
||||
"swipe",
|
||||
"album",
|
||||
"portfolio"
|
||||
],
|
||||
"categories": [
|
||||
"layout",
|
||||
"design",
|
||||
"development",
|
||||
"photography",
|
||||
"multimedia"
|
||||
]
|
||||
}
|
||||
15
icons/gallery-vertical.svg
Normal 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="M3 2h18" />
|
||||
<rect width="18" height="12" x="3" y="6" rx="2" />
|
||||
<path d="M3 22h18" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 308 B |
24
icons/gantt-chart.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"projects",
|
||||
"roadmap",
|
||||
"overview",
|
||||
"deadline",
|
||||
"work",
|
||||
"productivity",
|
||||
"plan",
|
||||
"date",
|
||||
"timeline",
|
||||
"event",
|
||||
"range",
|
||||
"period",
|
||||
"code"
|
||||
],
|
||||
"categories": [
|
||||
"charts",
|
||||
"time",
|
||||
"development",
|
||||
"design"
|
||||
]
|
||||
}
|
||||
15
icons/gantt-chart.svg
Normal 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="M8 6h10" />
|
||||
<path d="M6 12h9" />
|
||||
<path d="M11 18h7" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 278 B |
@@ -6,12 +6,22 @@
|
||||
],
|
||||
"tags": [
|
||||
"diamond",
|
||||
"crystal",
|
||||
"ruby",
|
||||
"jewellery",
|
||||
"price",
|
||||
"special",
|
||||
"present"
|
||||
"present",
|
||||
"gift",
|
||||
"ring",
|
||||
"wedding",
|
||||
"proposal",
|
||||
"marriage",
|
||||
"rubygems"
|
||||
],
|
||||
"categories": [
|
||||
"gaming",
|
||||
"money"
|
||||
"money",
|
||||
"development"
|
||||
]
|
||||
}
|
||||
@@ -9,8 +9,7 @@
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<polygon points="6 3 18 3 22 9 12 22 2 9" />
|
||||
<path d="m12 22 4-13-3-6" />
|
||||
<path d="M12 22 8 9l3-6" />
|
||||
<path d="M6 3h12l4 6-10 13L2 9Z" />
|
||||
<path d="M11 3 8 9l4 13 4-13-3-6" />
|
||||
<path d="M2 9h20" />
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 339 B After Width: | Height: | Size: 308 B |
@@ -10,7 +10,8 @@
|
||||
"units",
|
||||
"collection",
|
||||
"cluster",
|
||||
"gather"
|
||||
"gather",
|
||||
"dashed"
|
||||
],
|
||||
"categories": [
|
||||
"shapes",
|
||||
|
||||
@@ -8,7 +8,8 @@
|
||||
],
|
||||
"tags": [
|
||||
"fullscreen",
|
||||
"expand"
|
||||
"expand",
|
||||
"dashed"
|
||||
],
|
||||
"categories": [
|
||||
"layout",
|
||||
|
||||
@@ -11,8 +11,7 @@
|
||||
"issue",
|
||||
"code",
|
||||
"coding",
|
||||
"version control",
|
||||
"dashed"
|
||||
"version control"
|
||||
],
|
||||
"categories": [
|
||||
"arrows",
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
"face",
|
||||
"biometric",
|
||||
"authentication",
|
||||
"2fa"
|
||||
"2fa",
|
||||
"dashed"
|
||||
],
|
||||
"categories": [
|
||||
"devices",
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
"ericfennis"
|
||||
],
|
||||
"tags": [
|
||||
"qr-code"
|
||||
"qr-code",
|
||||
"dashed"
|
||||
],
|
||||
"categories": [
|
||||
"devices",
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
"ericfennis"
|
||||
],
|
||||
"tags": [
|
||||
"qr-code"
|
||||
"qr-code",
|
||||
"dashed"
|
||||
],
|
||||
"categories": [
|
||||
"devices",
|
||||
|
||||
23
icons/square-gantt.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"projects",
|
||||
"roadmap",
|
||||
"overview",
|
||||
"work",
|
||||
"plan",
|
||||
"date",
|
||||
"timeline",
|
||||
"event",
|
||||
"range",
|
||||
"period",
|
||||
"code",
|
||||
"intentions"
|
||||
],
|
||||
"categories": [
|
||||
"charts",
|
||||
"time",
|
||||
"development",
|
||||
"design"
|
||||
]
|
||||
}
|
||||
16
icons/square-gantt.svg
Normal file
@@ -0,0 +1,16 @@
|
||||
<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 8h7" />
|
||||
<path d="M8 12h6" />
|
||||
<path d="M11 16h5" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 330 B |
17
icons/square-kanban-dashed.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"projects",
|
||||
"overview",
|
||||
"work",
|
||||
"code",
|
||||
"draft",
|
||||
"template",
|
||||
"boilerplate"
|
||||
],
|
||||
"categories": [
|
||||
"development",
|
||||
"design",
|
||||
"charts"
|
||||
]
|
||||
}
|
||||
27
icons/square-kanban-dashed.svg
Normal file
@@ -0,0 +1,27 @@
|
||||
<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="M8 7v7" />
|
||||
<path d="M12 7v4" />
|
||||
<path d="M16 7v9" />
|
||||
<path d="M5 3a2 2 0 0 0-2 2" />
|
||||
<path d="M9 3h1" />
|
||||
<path d="M14 3h1" />
|
||||
<path d="M19 3a2 2 0 0 1 2 2" />
|
||||
<path d="M21 9v1" />
|
||||
<path d="M21 14v1" />
|
||||
<path d="M21 19a2 2 0 0 1-2 2" />
|
||||
<path d="M14 21h1" />
|
||||
<path d="M9 21h1" />
|
||||
<path d="M5 21a2 2 0 0 1-2-2" />
|
||||
<path d="M3 14v1" />
|
||||
<path d="M3 9v1" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 600 B |
14
icons/square-kanban.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"projects",
|
||||
"overview",
|
||||
"work",
|
||||
"code"
|
||||
],
|
||||
"categories": [
|
||||
"development",
|
||||
"design",
|
||||
"charts"
|
||||
]
|
||||
}
|
||||
16
icons/square-kanban.svg
Normal file
@@ -0,0 +1,16 @@
|
||||
<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="M8 7v7" />
|
||||
<path d="M12 7v4" />
|
||||
<path d="M16 7v9" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 329 B |
@@ -5,7 +5,12 @@
|
||||
],
|
||||
"tags": [
|
||||
"logo",
|
||||
"bullseye"
|
||||
"bullseye",
|
||||
"deadline",
|
||||
"projects",
|
||||
"overview",
|
||||
"work",
|
||||
"productivity"
|
||||
],
|
||||
"categories": [
|
||||
"brands",
|
||||
|
||||
@@ -3,14 +3,17 @@
|
||||
"contributors": [
|
||||
"danielbayley"
|
||||
],
|
||||
"aliases": ["text-selection"],
|
||||
"tags": [
|
||||
"find",
|
||||
"search",
|
||||
"selection"
|
||||
"selection",
|
||||
"dashed"
|
||||
],
|
||||
"categories": [
|
||||
"text",
|
||||
"cursors"
|
||||
],
|
||||
"aliases": [
|
||||
"text-selection"
|
||||
]
|
||||
}
|
||||
@@ -8,7 +8,9 @@
|
||||
"tags": [
|
||||
"entry",
|
||||
"pass",
|
||||
"voucher"
|
||||
"voucher",
|
||||
"perforated",
|
||||
"dashed"
|
||||
],
|
||||
"categories": [
|
||||
"account",
|
||||
|
||||
@@ -8,7 +8,11 @@
|
||||
"tags": [
|
||||
"camera",
|
||||
"movie",
|
||||
"film"
|
||||
"film",
|
||||
"recording",
|
||||
"motion picture",
|
||||
"camcorder",
|
||||
"reel"
|
||||
],
|
||||
"categories": [
|
||||
"devices",
|
||||
|
||||
19
icons/videotape.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"vhs",
|
||||
"movie",
|
||||
"film",
|
||||
"recording",
|
||||
"motion picture",
|
||||
"showreel",
|
||||
"cassette"
|
||||
],
|
||||
"categories": [
|
||||
"devices",
|
||||
"communication",
|
||||
"connectivity",
|
||||
"photography",
|
||||
"files"
|
||||
]
|
||||
}
|
||||
17
icons/videotape.svg
Normal 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"
|
||||
>
|
||||
<rect width="20" height="16" x="2" y="4" rx="2" />
|
||||
<path d="M2 8h20" />
|
||||
<circle cx="8" cy="14" r="2" />
|
||||
<path d="M8 12h8" />
|
||||
<circle cx="16" cy="14" r="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 376 B |
@@ -7,10 +7,15 @@
|
||||
],
|
||||
"tags": [
|
||||
"phone",
|
||||
"cassette"
|
||||
"cassette",
|
||||
"tape",
|
||||
"reel",
|
||||
"recording",
|
||||
"audio"
|
||||
],
|
||||
"categories": [
|
||||
"connectivity",
|
||||
"devices"
|
||||
"devices",
|
||||
"social"
|
||||
]
|
||||
}
|
||||
14
icons/wallet-2.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"danielbayley"
|
||||
],
|
||||
"tags": [
|
||||
"finance",
|
||||
"pocket"
|
||||
],
|
||||
"categories": [
|
||||
"account",
|
||||
"money"
|
||||
]
|
||||
}
|
||||
14
icons/wallet-2.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"
|
||||
>
|
||||
<path d="M17 14h.01" />
|
||||
<path d="M7 7h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 323 B |
22
icons/wallet-cards.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"danielbayley"
|
||||
],
|
||||
"tags": [
|
||||
"money",
|
||||
"finance",
|
||||
"pocket",
|
||||
"credit",
|
||||
"purchase",
|
||||
"payment",
|
||||
"shopping",
|
||||
"retail",
|
||||
"consumer",
|
||||
"cc"
|
||||
],
|
||||
"categories": [
|
||||
"account",
|
||||
"money"
|
||||
]
|
||||
}
|
||||
15
icons/wallet-cards.svg
Normal 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"
|
||||
>
|
||||
<rect width="18" height="18" x="3" y="3" rx="2" />
|
||||
<path d="M3 9a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2" />
|
||||
<path d="M3 11h3c.8 0 1.6.3 2.1.9l1.1.9c1.6 1.6 4.1 1.6 5.7 0l1.1-.9c.5-.5 1.3-.9 2.1-.9H21" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 410 B |
@@ -9,7 +9,7 @@
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="M20 12V8H6a2 2 0 0 1-2-2c0-1.1.9-2 2-2h12v4" />
|
||||
<path d="M4 6v12c0 1.1.9 2 2 2h14v-4" />
|
||||
<path d="M18 12a2 2 0 0 0-2 2c0 1.1.9 2 2 2h4v-4h-4z" />
|
||||
<path d="M21 12V7H5a2 2 0 0 1 0-4h14v4" />
|
||||
<path d="M3 5v14a2 2 0 0 0 2 2h16v-5" />
|
||||
<path d="M18 12a2 2 0 0 0 0 4h4v-4Z" />
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 369 B After Width: | Height: | Size: 338 B |