5 lines
56 B
Plaintext
5 lines
56 B
Plaintext
import { svg } from "lit";
|
|
export const icon = svg`
|
|
|
|
`;
|
import { svg } from "lit";
|
|
export const icon = svg`
|
|
|
|
`;
|