export const Dollar = forwardRef((props: any, ref) => ( )); export const Euro = forwardRef((props: any, ref) => ( )); import { forwardRef } from "react"; export const Check = forwardRef((props: any, ref) => ( )); export const DoubleCheck = forwardRef((props: any, ref) => ( )); export const Close = forwardRef((props: any, ref) => ( )); export const Interrogation = forwardRef((props: any, ref) => ( )); export const Forbidden = forwardRef((props: any, ref) => ( )); export const Slash = forwardRef((props: any, ref) => ( )); export const Play = forwardRef((props: any, ref) => ( )); export const Pause = forwardRef((props: any, ref) => ( )); export const ChevronArrow = forwardRef((props: any, ref) => ( )); export const Plus = forwardRef((props: any, ref) => ( )); export const Plus2 = forwardRef((props: any, ref) => ( )); export const Plus3 = forwardRef((props: any, ref) => ( )); export const Minus = forwardRef((props: any, ref) => ( )); export const Minus2 = forwardRef((props: any, ref) => ( )); export const Exclamation = forwardRef((props: any, ref) => ( )); export const Link = forwardRef((props: any, ref) => ( )); export const Ticket = forwardRef((props: any, ref) => ( )); export const Mail = forwardRef((props: any, ref) => ( )); export const Mail2 = forwardRef((props: any, ref) => ( )); export const Arrow = forwardRef((props: any, ref) => ( )); export const Dashboard = forwardRef((props: any, ref) => ( )); export const Speech = forwardRef((props: any, ref) => ( )); export const Speech2 = forwardRef((props: any, ref) => ( )); export const Speech3 = forwardRef((props: any, ref) => ( )); export const DoubleSpeech = forwardRef((props: any, ref) => ( )); export const Cloud = forwardRef((props: any, ref) => ( )); export const Colors = forwardRef((props: any, ref) => ( )); export const ThumbsUp = forwardRef((props: any, ref) => ( )); export const ThumbsDown = forwardRef((props: any, ref) => ( )); export const More18 = forwardRef((props: any, ref) => ( )); export const Less18 = forwardRef((props: any, ref) => ( )); export const ExternalLink = forwardRef((props: any, ref) => ( )); export const Wifi = forwardRef((props: any, ref) => ( )); export const Wifi2 = forwardRef((props: any, ref) => ( )); export const Wifi3 = forwardRef((props: any, ref) => ( )); export const Wifi4 = forwardRef((props: any, ref) => ( )); export const Location = forwardRef((props: any, ref) => ( )); export const Diamond = forwardRef((props: any, ref) => ( )); export const ShoppingCart = forwardRef((props: any, ref) => ( )); export const Save = forwardRef((props: any, ref) => ( )); export const Cast = forwardRef((props: any, ref) => ( )); export const Thunder = forwardRef((props: any, ref) => ( )); export const Thunder2 = forwardRef((props: any, ref) => ( )); export const Arrow2 = forwardRef((props: any, ref) => ( )); export const Arrow3 = forwardRef((props: any, ref) => ( )); export const SignIcons = [ { component: Check, name: "Check", tags: ["check", "tick", "verified"], category: "Sign", }, { component: DoubleCheck, name: "DoubleCheck", tags: ["check", "tick", "verified"], category: "Sign", }, { component: Close, name: "Close", tags: ["close", "x", "cancel", "exit"], category: "Sign", }, { component: Plus, name: "Plus", tags: ["plus", "+", "add", "more"], category: "Sign", }, { component: Plus2, name: "Plus2", tags: ["plus", "+", "add", "more"], category: "Sign", }, { component: Plus3, name: "Plus3", tags: ["plus", "+", "add", "more"], category: "Sign", }, { component: Minus, name: "Minus", tags: ["minus", "-", "remove", "less"], category: "Sign", }, { component: Minus2, name: "Minus2", tags: ["minus", "-", "remove", "less"], category: "Sign", }, { component: Interrogation, name: "Interrogation", tags: ["interrogation", "?", "ponctuation", "help"], category: "Sign", }, { component: Exclamation, name: "Exclamation", tags: ["exclamation", "!", "ponctuation", "warning"], category: "Sign", }, { component: Forbidden, name: "Forbidden", tags: ["forbidden", "required"], category: "Sign", }, { component: Slash, name: "Slash", tags: ["slash", "/", "sign", "ponctuation"], category: "Sign", }, { component: Play, name: "Play", tags: ["play", "arrow", "right", "video"], category: "Sign", }, { component: Pause, name: "Pause", tags: ["pause", "arrow", "video"], category: "Sign", }, { component: ChevronArrow, name: "ChevronArrow", tags: ["chevron", "arrow", "right", "left"], category: "Sign", }, { component: Link, name: "Link", tags: ["link", "url"], category: "Sign", }, { component: Ticket, name: "Ticket", tags: ["ticket", "event", "pass", "support"], category: "Sign", }, { component: Mail, name: "Mail", tags: ["mail", "email", "message", "contact"], category: "Sign", }, { component: Mail2, name: "Mail2", tags: ["mail", "email", "message", "contact"], category: "Sign", }, { component: Arrow, name: "Arrow", tags: ["arrow", "right", "left", "up", "down"], category: "Sign", }, { component: Arrow2, name: "Arrow2", tags: ["arrow", "right", "left", "up", "down"], category: "Sign", }, { component: Arrow3, name: "Arrow3", tags: ["arrow", "right", "left", "up", "down"], category: "Sign", }, { component: Dashboard, name: "Dashboard", tags: ["dashboard", "home", "menu"], category: "Sign", }, { component: Speech, name: "Speech", tags: ["speech", "chat", "message", "talk"], category: "Sign", }, { component: Speech2, name: "Speech2", tags: ["speech", "chat", "message", "talk"], category: "Sign", }, { component: Speech3, name: "Speech3", tags: ["speech", "chat", "message", "talk"], category: "Sign", }, { component: DoubleSpeech, name: "DoubleSpeech", tags: ["speech", "chat", "message", "talk"], category: "Sign", }, { component: Cloud, name: "Cloud", tags: ["cloud", "upload", "download"], category: "Sign", }, { component: Colors, name: "Colors", tags: ["colors", "palette", "design"], category: "Sign", }, { component: ThumbsUp, name: "ThumbsUp", tags: ["thumbs", "up", "social"], category: "Sign", }, { component: ThumbsDown, name: "ThumbsDown", tags: ["thumbs", "down", "social"], category: "Sign", }, { component: More18, name: "More18", tags: ["18", "age", "legal"], category: "Sign", }, { component: Less18, name: "Less18", tags: ["18", "age", "legal"], category: "Sign", }, { component: Wifi, name: "Wifi", tags: ["wifi", "signal", "connection"], category: "Sign", }, { component: Wifi2, name: "Wifi2", tags: ["wifi", "signal", "connection"], category: "Sign", }, { component: Wifi3, name: "Wifi3", tags: ["wifi", "signal", "connection"], category: "Sign", }, { component: Wifi4, name: "Wifi4", tags: ["wifi", "signal", "connection"], category: "Sign", }, { component: Diamond, name: "Diamond", tags: ["diamond", "gem", "jewel"], category: "Sign", }, { component: ShoppingCart, name: "ShoppingCart", tags: ["shopping", "cart", "basket", "buy"], category: "Sign", }, { component: Location, name: "Location", tags: ["location", "pin", "map"], category: "Sign", }, { component: Save, name: "Save", tags: ["save", "disk", "floppy"], category: "Sign", }, { component: Cast, name: "Cast", tags: ["cast", "tv", "screen"], category: "Sign", }, { component: Thunder, name: "Thunder", tags: ["thunder", "weather"], category: "Sign", }, { component: Thunder2, name: "Thunder2", tags: ["thunder", "weather"], category: "Sign", }, { component: Euro, name: "Euro", tags: ["euro", "money"], category: "Sign", }, { component: Dollar, name: "Dollar", tags: ["dollar", "money"], category: "Sign", }, ];