chore: add icons

This commit is contained in:
Miguel da Mota 2024-02-11 18:37:41 +01:00
parent 9ad8d255de
commit e8fa766976
6 changed files with 24589 additions and 0 deletions

4069
src/icons/arrows.tsx Normal file

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

11
src/icons/index.ts Normal file
View 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

File diff suppressed because it is too large Load diff

1782
src/icons/media.tsx Normal file

File diff suppressed because it is too large Load diff

5443
src/icons/others.tsx Normal file

File diff suppressed because it is too large Load diff