import React from 'react'; import EssentialLogo from './essential-logo.svg'; import NavActive from './nav-menu-active.svg'; import IconCheck from './icon-check.svg'; import IconTimes from './icon-times.svg'; import IconInfoGray from './icon-infogray.svg'; import IconCopy from './icon-copy.svg'; import IconLove from './icon-love.svg'; import IconDemo from './icon-demo.svg'; import IconImported from './icon-imported.svg'; import IconWarn from './icon-warn.svg'; import IconClose from './icon-close.svg'; import IconRadioChecked from './icon-radio-checked.svg'; import IconRadio from './icon-radio.svg'; import IconSearch from './icon-search.svg'; import IconMenuNav from './icon-menu-nav.svg'; import IconSave from './icon-save.svg'; import IconFontControl from './icon-font-control.svg'; import IconMonitor from './icon-monitor.svg'; import IconTablet from './icon-tablet.svg'; import IconPhone from './icon-phone.svg'; import IconWidescreen from './icon-widescreen.svg'; import IconLaptop from './icon-laptop.svg'; import IconTabletLandscape from './icon-tablet-landscape.svg'; import IconPhoneLandscape from './icon-phone-landscape.svg'; import IconSearchArrow from './icon-search-arrow.svg'; import IconHilight from './icon-hilight.svg'; import IconGlobal from './icon-global.svg'; import IconPaint from './icon-paint.svg'; import IconDrop from './icon-drop.svg'; export const EssentialLogoSVG = () => { return ; }; export const NavActiveSVG = () => { return ; }; export const IconInfoGraySVG = () => { return ; }; export const IconCheckSVG = () => { return ; }; export const IconTimesSVG = () => { return ; }; export const IconCopySVG = () => { return ; }; export const SvgIconLove = () => { return ; }; export const IconDemoSVG = () => { return ; }; export const IconImportedSVG = () => { return ; }; export const IconWarnSVG = () => { return ; }; export const IconCloseSVG = () => { return ; }; export const IconRadioCheckedSVG = () => { return ; }; export const IconRadioSVG = () => { return ; }; export const IconSearchSVG = () => { return ; }; export const IconMenuNavSVG = () => { return ; }; export const IconSaveSVG = () => { return ; }; export const IconFontControlSVG = () => { return ; }; export const IconMonitorSVG = () => { return ; }; export const IconTabletSVG = () => { return ; }; export const IconPhoneSVG = () => { return ; }; export const IconWidescreenSVG = () => { return ; }; export const IconLaptopSVG = () => { return ; }; export const IconTabletLandscapeSVG = () => { return ; }; export const IconPhoneLandscapeSVG = () => { return ; }; export const IconSearchArrowSVG = () => { return ; }; export const IconHilightSVG = () => { return ; }; export const IconGlobalSVG = () => { return ; }; export const IconPaintSVG = () => { return ; }; export const IconDropSVG = () => { return ; }; export const EmptySvg = ({ size = 25, ...props }) => { return ; }; export const HeartFullSvg = ({ size = 16, ...props }) => { return ; }; export const GlobalMiniSvg = ({ isGlobal = false, ...props }) => { return ; }; export const GlobalSettingSvg = () => { return ; }; export const LinkSvg = ({ active = false, ...props }) => { return ; }; export const ContrasSvg = () => { return ; }; export const UploadSvg = () => { return ; }; export const TrashSvg = () => { return ; };