UNPKG

@fifteen/design-system-vue

Version:

Vue 3 (Composition API + Typescript) implementation of the Fifteen Design System

9 lines (8 loc) 2.77 kB
import { CreditCardBrandId } from '../utils/credit-cards'; import { FlagCode } from '../types/flags'; declare const iconList: readonly ["archive", "archway", "arrowExpand", "arrowLeft", "arrowReduce", "arrowRight", "asterisk", "at", "award", "batteryBigSwap", "batteryBolt", "batteryCar", "batteryEmpty", "batteryFull", "batteryHalf", "batteryQuarter", "batterySlash", "batteryThreeQuarters", "bellOn", "bell", "bikeLeasing", "bikeSharing", "birdie", "bluetooth", "bolt", "bookmarkMinus", "bookmarkPlus", "bookmark", "brake", "briefcase", "bus", "calendar", "camera", "car", "cardboardBox", "chartline", "checkCircle", "checkboxIndeterminate", "checklist", "checkmark", "chevronDown", "chevronUp", "circleSlash", "clock", "close", "cloudDownload", "cloudHail", "cloudShower", "cloudUpload", "collection", "compass", "confused", "copy", "creditCard", "crossCircle", "crossHexagon", "crossSquare", "directions", "dotsThree", "exclamationCircle", "exclamationTriangle", "externalLink", "eyeSlash", "eye", "facebook", "faceid", "filter", "flag", "flashcode", "focus", "folder", "forwn", "gearing", "gift", "globe", "hamburger", "handRight", "heartOn", "heart", "helmetSimple", "helmet", "house", "infoCircle", "instagram", "landmark", "landscape", "laugh", "link", "linkedinVariant", "linkedin", "locationArrow", "lock", "logout", "mail", "mapMarkerQuestion", "mapMarker", "map", "medkit", "meh", "messagePlus", "message", "microphone", "minusCircle", "minusHexagon", "minusSquare", "minus", "moon", "music", "naviguationPin", "night", "noEntry", "numberId", "paperplane", "parking", "path", "pause", "phone", "pinFocus", "pinOnMaps", "pinPlace", "planetPin", "play", "plug", "plusCircle", "plusHexagon", "plusSquare", "plus", "powerOff", "printedCircuitBoard", "questionCircle", "questionMessage", "questionSquare", "question", "rfidCard", "rocket", "rotateBack", "saddle", "safe", "save", "search", "share", "shoppingBasket", "sin", "slashHexagon", "slashSquare", "sliders", "smile", "spotify", "stack", "starFull", "starHalf", "star", "sticker", "stopwatch", "sun", "sunrise", "supportHelp", "swap", "tag", "tchatHelpEn", "tchatHelpFr", "tchatQuestion", "tchat", "tennis", "thumbsDown", "thumbsUp", "trafficCone", "trafficLight", "tree", "twitter", "tyre", "unlimited", "unlock", "updater", "upload", "userGroup", "userStudent", "user", "viewfinder", "volumeDown", "volumeMute", "volumeUp", "volume", "wallet", "webdesign", "wifi", "x", "youtube", "zoneForbidden", "zoovBasket", "zoovBikeAlt", "zoovBikeElect", "zoovBike", "zoovStack"]; export type IconName = (typeof iconList)[number]; export declare const getIconList: () => IconName[]; export declare const getFlagIconList: () => FlagCode[]; export declare const getCreditCardIcons: () => CreditCardBrandId[]; export {};