Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
feat(lsg): change icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexpeschel committed Dec 18, 2017
1 parent c7067bf commit bc0ff66
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/lsg/patterns/icons/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export interface IconProps {
}

export enum Size {
XXS = 6,
XXS = 12,
XS = 24,
S = 38
}
Expand All @@ -39,9 +39,7 @@ const icons: { readonly [key: string]: JSX.Element[][] | JSX.Element[] } = {
[IconName.Arrow]: [
[<path key="arrow" d="M17.5 12l-8.486 8.485L7.6 19.071 14.671 12 7.6 4.929l1.414-1.414z" />]
],
[IconName.ArrowFill]: [
[<path key="arrowFill" d="M8 4l8 8-8 8z" />]
],
[IconName.ArrowFill]: [[<path key="arrowFill" d="M8 4l8 8-8 8z" />]],
[IconName.Robo]: [
[<path key="robo" d="M0 0h24v24H0V0zm15 5v5h5V5h-5zM4 20h16v-1H4v1zM4 5v5h5V5H4z" />]
]
Expand Down

0 comments on commit bc0ff66

Please sign in to comment.