File tree Expand file tree Collapse file tree 2 files changed +2
-32
lines changed
packages/uui-icon-registry-essential/lib/svgs Expand file tree Collapse file tree 2 files changed +2
-32
lines changed Original file line number Diff line number Diff line change 1
1
import { svg } from 'lit' ;
2
2
3
- export const iconAdd = svg `<svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width="24"
6
- height="24"
7
- viewBox="0 0 24 24"
8
- fill="none"
9
- stroke="currentColor"
10
- stroke-width="1.75"
11
- stroke-linecap="round"
12
- stroke-linejoin="round"
13
- >
14
- <path d="M12 22v-5" />
15
- <path d="M9 8V2" />
16
- <path d="M15 8V2" />
17
- <path d="M18 8v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V8Z" />
18
- </svg>` ;
3
+ export const iconAdd = svg `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"><path d="M12 22v-5" /><path d="M9 8V2" /><path d="M15 8V2" /> <path d="M18 8v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V8Z" /></svg>` ;
Original file line number Diff line number Diff line change 1
1
import { svg } from 'lit' ;
2
2
3
- export const iconAlert = svg `<svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width="24"
6
- height="24"
7
- viewBox="0 0 24 24"
8
- fill="none"
9
- stroke="currentColor"
10
- stroke-width="1.75"
11
- stroke-linecap="round"
12
- stroke-linejoin="round"
13
- >
14
- <path d="m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z" />
15
- <path d="M12 9v4" />
16
- <path d="M12 17h.01" />
17
- </svg>
18
- ` ;
3
+ export const iconAlert = svg `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"><path d="m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z" /><path d="M12 9v4" /><path d="M12 17h.01" /></svg>` ;
You can’t perform that action at this time.
0 commit comments