chore: add icons
This commit is contained in:
parent
9ad8d255de
commit
e8fa766976
6 changed files with 24589 additions and 0 deletions
4069
src/icons/arrows.tsx
Normal file
4069
src/icons/arrows.tsx
Normal file
File diff suppressed because it is too large
Load diff
8924
src/icons/edit-formatting.tsx
Normal file
8924
src/icons/edit-formatting.tsx
Normal file
File diff suppressed because it is too large
Load diff
11
src/icons/index.ts
Normal file
11
src/icons/index.ts
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
import { JSX } from "solid-js";
|
||||||
|
|
||||||
|
export interface IconProps extends JSX.SvgSVGAttributes<SVGSVGElement> {
|
||||||
|
size?: number | string;
|
||||||
|
}
|
||||||
|
|
||||||
|
export * from "./arrows";
|
||||||
|
export * from "./mathematics";
|
||||||
|
export * from "./edit-formatting";
|
||||||
|
export * from "./media";
|
||||||
|
export * from "./others";
|
4360
src/icons/mathematics.tsx
Normal file
4360
src/icons/mathematics.tsx
Normal file
File diff suppressed because it is too large
Load diff
1782
src/icons/media.tsx
Normal file
1782
src/icons/media.tsx
Normal file
File diff suppressed because it is too large
Load diff
5443
src/icons/others.tsx
Normal file
5443
src/icons/others.tsx
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue