File tree Expand file tree Collapse file tree 2 files changed +32
-2
lines changed
packages/uui-icon-registry-essential/lib/svgs Expand file tree Collapse file tree 2 files changed +32
-2
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 xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M420.592 214.291H296.104V89.804h-83.102v124.487H88.518v83.104h124.484v124.488h83.102V297.395h124.488z"/></svg>` ;
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>` ;
Original file line number Diff line number Diff line change 1
1
import { svg } from 'lit' ;
2
2
3
- export const iconAlert = svg `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M255.399 66.934L36.38 444.893h438.036L255.399 66.934zm22.094 331.988h-46.29v-44.743h46.29v44.743zm-11.458-63.166h-23.068l-12.849-106.419v-57.846h48.458v57.846l-12.541 106.419z"/></svg>` ;
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
+ ` ;
You can’t perform that action at this time.
0 commit comments