Skip to content

Commit b6e3353

Browse files
committed
essential icons
1 parent 875e752 commit b6e3353

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed
Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
11
import { svg } from 'lit';
22

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>`;
Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
11
import { svg } from 'lit';
22

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+
`;

0 commit comments

Comments
 (0)