Skip to content

Commit

Permalink
feat(Icon): add icons (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisa18289 authored Jun 20, 2024
1 parent b45b447 commit be0b815
Show file tree
Hide file tree
Showing 30 changed files with 479 additions and 55 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.heading {
font-family: "ProximaNova", sans-serif;
color: var(--heading--color);
display: flex;
column-gap: var(--heading--icon-to-text-spacing);
font-size: var(--font-size);
font-weight: var(--heading--font-weight);

&.dark {
color: var(--heading--color-dark);
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/* eslint-disable */
/* auto-generated file */
import React, { ComponentProps, FC } from "react";
import { IconCalendar as Tabler } from "@tabler/icons-react";
import { Icon } from "@/components/Icon";

export const IconCalendar: FC<Omit<ComponentProps<typeof Icon>, "children">> = (
props,
) => (
<Icon {...props}>
<Tabler />
</Icon>
);

export default IconCalendar;
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/* eslint-disable */
/* auto-generated file */
import React, { ComponentProps, FC } from "react";
import { IconCamera as Tabler } from "@tabler/icons-react";
import { Icon } from "@/components/Icon";

export const IconCamera: FC<Omit<ComponentProps<typeof Icon>, "children">> = (
props,
) => (
<Icon {...props}>
<Tabler />
</Icon>
);

export default IconCamera;
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/* eslint-disable */
/* auto-generated file */
import React, { ComponentProps, FC } from "react";
import { IconClipboardList as Tabler } from "@tabler/icons-react";
import { Icon } from "@/components/Icon";

export const IconChangelog: FC<
Omit<ComponentProps<typeof Icon>, "children">
> = (props) => (
<Icon {...props}>
<Tabler />
</Icon>
);

export default IconChangelog;
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/* eslint-disable */
/* auto-generated file */
import React, { ComponentProps, FC } from "react";
import { IconClock as Tabler } from "@tabler/icons-react";
import { Icon } from "@/components/Icon";

export const IconClock: FC<Omit<ComponentProps<typeof Icon>, "children">> = (
props,
) => (
<Icon {...props}>
<Tabler />
</Icon>
);

export default IconClock;
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/* eslint-disable */
/* auto-generated file */
import React, { ComponentProps, FC } from "react";
import { IconFileInfo as Tabler } from "@tabler/icons-react";
import { Icon } from "@/components/Icon";

export const IconContractPosition: FC<
Omit<ComponentProps<typeof Icon>, "children">
> = (props) => (
<Icon {...props}>
<Tabler />
</Icon>
);

export default IconContractPosition;
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/* eslint-disable */
/* auto-generated file */
import React, { ComponentProps, FC } from "react";
import { IconCreditCard as Tabler } from "@tabler/icons-react";
import { Icon } from "@/components/Icon";

export const IconCredit: FC<Omit<ComponentProps<typeof Icon>, "children">> = (
props,
) => (
<Icon {...props}>
<Tabler />
</Icon>
);

export default IconCredit;
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/* eslint-disable */
/* auto-generated file */
import React, { ComponentProps, FC } from "react";
import { IconEdit as Tabler } from "@tabler/icons-react";
import { Icon } from "@/components/Icon";

export const IconEdit: FC<Omit<ComponentProps<typeof Icon>, "children">> = (
props,
) => (
<Icon {...props}>
<Tabler />
</Icon>
);

export default IconEdit;
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/* eslint-disable */
/* auto-generated file */
import React, { ComponentProps, FC } from "react";
import { IconPuzzle as Tabler } from "@tabler/icons-react";
import { Icon } from "@/components/Icon";

export const IconExtension: FC<
Omit<ComponentProps<typeof Icon>, "children">
> = (props) => (
<Icon {...props}>
<Tabler />
</Icon>
);

export default IconExtension;
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/* eslint-disable */
/* auto-generated file */
import React, { ComponentProps, FC } from "react";
import { IconFileEuro as Tabler } from "@tabler/icons-react";
import { Icon } from "@/components/Icon";

export const IconInvoice: FC<Omit<ComponentProps<typeof Icon>, "children">> = (
props,
) => (
<Icon {...props}>
<Tabler />
</Icon>
);

export default IconInvoice;
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/* eslint-disable */
/* auto-generated file */
import React, { ComponentProps, FC } from "react";
import { IconLock as Tabler } from "@tabler/icons-react";
import { Icon } from "@/components/Icon";

export const IconLock: FC<Omit<ComponentProps<typeof Icon>, "children">> = (
props,
) => (
<Icon {...props}>
<Tabler />
</Icon>
);

export default IconLock;
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/* eslint-disable */
/* auto-generated file */
import React, { ComponentProps, FC } from "react";
import { IconLockOpen as Tabler } from "@tabler/icons-react";
import { Icon } from "@/components/Icon";

export const IconLockOpen: FC<Omit<ComponentProps<typeof Icon>, "children">> = (
props,
) => (
<Icon {...props}>
<Tabler />
</Icon>
);

export default IconLockOpen;
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/* eslint-disable */
/* auto-generated file */
import React, { ComponentProps, FC } from "react";
import { IconMaximize as Tabler } from "@tabler/icons-react";
import { Icon } from "@/components/Icon";

export const IconMaximize: FC<Omit<ComponentProps<typeof Icon>, "children">> = (
props,
) => (
<Icon {...props}>
<Tabler />
</Icon>
);

export default IconMaximize;
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/* eslint-disable */
/* auto-generated file */
import React, { ComponentProps, FC } from "react";
import { IconMinimize as Tabler } from "@tabler/icons-react";
import { Icon } from "@/components/Icon";

export const IconMinimize: FC<Omit<ComponentProps<typeof Icon>, "children">> = (
props,
) => (
<Icon {...props}>
<Tabler />
</Icon>
);

export default IconMinimize;
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/* eslint-disable */
/* auto-generated file */
import React, { ComponentProps, FC } from "react";
import { IconHash as Tabler } from "@tabler/icons-react";
import { Icon } from "@/components/Icon";

export const IconNumber: FC<Omit<ComponentProps<typeof Icon>, "children">> = (
props,
) => (
<Icon {...props}>
<Tabler />
</Icon>
);

export default IconNumber;
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/* eslint-disable */
/* auto-generated file */
import React, { ComponentProps, FC } from "react";
import { IconShoppingCart as Tabler } from "@tabler/icons-react";
import { Icon } from "@/components/Icon";

export const IconOrder: FC<Omit<ComponentProps<typeof Icon>, "children">> = (
props,
) => (
<Icon {...props}>
<Tabler />
</Icon>
);

export default IconOrder;
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/* eslint-disable */
/* auto-generated file */
import React, { ComponentProps, FC } from "react";
import { IconChartHistogram as Tabler } from "@tabler/icons-react";
import { Icon } from "@/components/Icon";

export const IconPerformance: FC<
Omit<ComponentProps<typeof Icon>, "children">
> = (props) => (
<Icon {...props}>
<Tabler />
</Icon>
);

export default IconPerformance;
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/* eslint-disable */
/* auto-generated file */
import React, { ComponentProps, FC } from "react";
import { IconStar as Tabler } from "@tabler/icons-react";
import { Icon } from "@/components/Icon";

export const IconStar: FC<Omit<ComponentProps<typeof Icon>, "children">> = (
props,
) => (
<Icon {...props}>
<Tabler />
</Icon>
);

export default IconStar;
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/* eslint-disable */
/* auto-generated file */
import React, { ComponentProps, FC } from "react";
import { IconStarFilled as Tabler } from "@tabler/icons-react";
import { Icon } from "@/components/Icon";

export const IconStarFilled: FC<
Omit<ComponentProps<typeof Icon>, "children">
> = (props) => (
<Icon {...props}>
<Tabler />
</Icon>
);

export default IconStarFilled;
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/* eslint-disable */
/* auto-generated file */
import React, { ComponentProps, FC } from "react";
import { IconTicket as Tabler } from "@tabler/icons-react";
import { Icon } from "@/components/Icon";

export const IconTicket: FC<Omit<ComponentProps<typeof Icon>, "children">> = (
props,
) => (
<Icon {...props}>
<Tabler />
</Icon>
);

export default IconTicket;
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/* eslint-disable */
/* auto-generated file */
import React, { ComponentProps, FC } from "react";
import { IconUser as Tabler } from "@tabler/icons-react";
import { Icon } from "@/components/Icon";

export const IconUser: FC<Omit<ComponentProps<typeof Icon>, "children">> = (
props,
) => (
<Icon {...props}>
<Tabler />
</Icon>
);

export default IconUser;
Loading

0 comments on commit be0b815

Please sign in to comment.