diff --git a/src/components/Icons/Icons.js b/src/components/Icons/Icons.js index 30a01be9..22f7f59f 100755 --- a/src/components/Icons/Icons.js +++ b/src/components/Icons/Icons.js @@ -128,178 +128,6 @@ export const CreativeTimLogo = createIcon({ ), }); -export const CreditIcon = createIcon({ - displayName: 'CreditIcon', - viewBox: '0 0 24 24', - path: ( - - ), -}); - -export const DashboardLogo = createIcon({ - displayName: 'DashboardLogo', - viewBox: '0 0 1000 257', - path: ( - - - - - - - - - - - - - - - - - - - - - - ), -}); - -export const DashboardLogoWhite = createIcon({ - displayName: 'DashboardLogo', - viewBox: '0 0 163.5 42', - path: ( - - - - - ), -}); - -export const DocumentIcon = createIcon({ - displayName: 'DocumentIcon', - viewBox: '0 0 24 24', - path: ( - - - - - ), -}); - -export const GlobeIcon = createIcon({ - displayName: 'GlobeIcon', - viewBox: '0 0 24 24', - path: ( - - - - - - - - ), -}); - -export const HelpIcon = createIcon({ - displayName: 'HelpIcon', - viewBox: '0 0 24 24', - path: ( - - ), -}); - -export const HomeIcon = createIcon({ - displayName: 'HomeIcon', - viewBox: '0 0 24 24', - path: ( - - - - - ), -}); - export const InvisionLogo = createIcon({ displayName: 'InvisionLogo', viewBox: '0 0 24 24', @@ -355,48 +183,6 @@ export const MastercardIcon = createIcon({ ), }); -export const PayPalIcon = createIcon({ - displayName: 'PayPalIcon', - viewBox: '0 0 24 24', - path: ( - - - - - ), -}); - -export const PersonIcon = createIcon({ - displayName: 'PersonIcon', - viewBox: '0 0 24 24', - path: ( - - ), -}); - -export const ProfileIcon = createIcon({ - displayName: 'ProfileIcon', - viewBox: '0 0 24 24', - path: ( - - - - - ), -}); - export const RocketIcon = createIcon({ displayName: 'RocketIcon', viewBox: '0 0 24 24', @@ -467,46 +253,6 @@ export const SpotifyLogo = createIcon({ ), }); -export const SupportIcon = createIcon({ - // Doesn't display the full icon without w and h being specified - displayName: 'BuildIcon', - viewBox: '0 0 24 24', - path: ( - - ), -}); - -export const StatsIcon = createIcon({ - displayName: 'StatsIcon', - viewBox: '0 0 24 24', - path: ( - - ), -}); - -export const WalletIcon = createIcon({ - displayName: 'WalletIcon', - viewBox: '0 0 24 24', - path: ( - - - - - ), -}); - export const VisaIcon = createIcon({ displayName: 'VisaIcon', viewBox: '0 0 24 24', @@ -634,103 +380,3 @@ export const ChakraLogoBlue = createIcon({ ), }); -export const BitcoinLogo = createIcon({ - displayName: 'BitcoinLogo', - viewBox: '0 0 67 14', - path: ( - - - - - ), -}); - -export const ArgonLogoMinifiedDark = createIcon({ - displayName: 'ArgonLogoMinifiedDark', - viewBox: '0 0 36 36', - path: ( - - - - ), -}); - -export const ArgonLogoMinifiedLight = createIcon({ - displayName: 'ArgonLogoMinifiedLight', - viewBox: '0 0 36 36', - path: ( - - - - ), -}); - -export const WechatPayIcon = createIcon({ - displayName: 'WechatPayIcon', - viewBox: '0 0 24 24', - path: ( - - - - - - - - - - ), -}); - -export const QRCodeIcon = createIcon({ - displayName: 'QRCodeIcon', - viewBox: '0 0 24 24', - path: ( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ), -});