Refactored icons.

This commit is contained in:
Mike Cao
2025-05-27 00:50:28 -07:00
parent 18eceee4c4
commit 99330a1a4d
86 changed files with 310 additions and 273 deletions

View File

@@ -1,8 +0,0 @@
import * as React from 'react';
import type { SVGProps } from 'react';
const SvgEye = (props: SVGProps<SVGSVGElement>) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" {...props}>
<path d="M288 144a111 111 0 0 0-31.24 5 55.4 55.4 0 0 1 7.24 27 56 56 0 0 1-56 56 55.4 55.4 0 0 1-27-7.24A111.71 111.71 0 1 0 288 144m284.52 97.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19M288 400c-98.65 0-189.09-55-237.93-144C98.91 167 189.34 112 288 112s189.09 55 237.93 144C477.1 345 386.66 400 288 400" />
</svg>
);
export default SvgEye;

View File

@@ -3,27 +3,22 @@ export { default as BarChart } from './BarChart';
export { default as Bars } from './Bars';
export { default as Bolt } from './Bolt';
export { default as Bookmark } from './Bookmark';
export { default as Calendar } from './Calendar';
export { default as Change } from './Change';
export { default as Clock } from './Clock';
export { default as Compare } from './Compare';
export { default as Dashboard } from './Dashboard';
export { default as Expand } from './Expand';
export { default as Eye } from './Eye';
export { default as Flag } from './Flag';
export { default as Funnel } from './Funnel';
export { default as Gear } from './Gear';
export { default as Globe } from './Globe';
export { default as Lightbulb } from './Lightbulb';
export { default as Lightning } from './Lightning';
export { default as Link } from './Link';
export { default as Location } from './Location';
export { default as Lock } from './Lock';
export { default as LogoWhite } from './LogoWhite';
export { default as Logo } from './Logo';
export { default as Magnet } from './Magnet';
export { default as Money } from './Money';
export { default as Moon } from './Moon';
export { default as Network } from './Network';
export { default as Nodes } from './Nodes';
export { default as Overview } from './Overview';
@@ -34,10 +29,8 @@ export { default as Redo } from './Redo';
export { default as Reports } from './Reports';
export { default as Security } from './Security';
export { default as Speaker } from './Speaker';
export { default as Sun } from './Sun';
export { default as Tag } from './Tag';
export { default as Target } from './Target';
export { default as User } from './User';
export { default as Users } from './Users';
export { default as Visitor } from './Visitor';
export { default as Website } from './Website';