mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 23:17:42 +01:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf530d39d3 | ||
|
|
71e8df6354 | ||
|
|
cafd2a838b | ||
|
|
e16f368502 |
@@ -11,7 +11,6 @@
|
||||
"button"
|
||||
],
|
||||
"categories": [
|
||||
"arrows",
|
||||
"coding"
|
||||
"arrows"
|
||||
]
|
||||
}
|
||||
11
icons/iteration-ccw.json
Normal file
11
icons/iteration-ccw.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"arrow",
|
||||
"right"
|
||||
],
|
||||
"categories": [
|
||||
"arrows",
|
||||
"design"
|
||||
]
|
||||
}
|
||||
14
icons/iteration-ccw.svg
Normal file
14
icons/iteration-ccw.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="M20 10c0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8h8" />
|
||||
<polyline points="16 14 20 18 16 22" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 311 B |
11
icons/iteration-cw.json
Normal file
11
icons/iteration-cw.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"arrow",
|
||||
"left"
|
||||
],
|
||||
"categories": [
|
||||
"arrows",
|
||||
"design"
|
||||
]
|
||||
}
|
||||
14
icons/iteration-cw.svg
Normal file
14
icons/iteration-cw.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 10c0-4.4 3.6-8 8-8s8 3.6 8 8-3.6 8-8 8H4" />
|
||||
<polyline points="8 22 4 18 8 14" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 306 B |
16
icons/workflow.json
Normal file
16
icons/workflow.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"action",
|
||||
"continuous integration",
|
||||
"ci",
|
||||
"automation",
|
||||
"devops",
|
||||
"network",
|
||||
"node",
|
||||
"connection"
|
||||
],
|
||||
"categories": [
|
||||
"development"
|
||||
]
|
||||
}
|
||||
15
icons/workflow.svg
Normal file
15
icons/workflow.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="8" height="8" x="3" y="3" rx="2" />
|
||||
<path d="M7 11v4a2 2 0 0 0 2 2h4" />
|
||||
<rect width="8" height="8" x="13" y="13" rx="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 351 B |
@@ -3,5 +3,6 @@ import * as icons from './icons/lucide-icons';
|
||||
export * from './lib/lucide-angular.component';
|
||||
export * from './lib/lucide-angular.module';
|
||||
export * from './lib/lucide-icon.config';
|
||||
export * from './lib/lucide-icon.provider';
|
||||
export * from './icons/lucide-icons';
|
||||
export { icons };
|
||||
|
||||
Reference in New Issue
Block a user