Skip to content

Commit bb51e80

Browse files
nielslyngsoeiOvergaard
authored andcommitted
correct line breaks
1 parent da4adb9 commit bb51e80

File tree

2 files changed

+2
-32
lines changed

2 files changed

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

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

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

0 commit comments

Comments
 (0)