import React from 'react'; export type IconName = keyof typeof icons; export type IconBody = { viewBox: string; content: React.JSX.Element; isDeprecated?: boolean; }; declare const icons: { add: { viewBox: string; content: React.JSX.Element; }; 'add-encircled': { viewBox: string; content: React.JSX.Element; }; 'arrow-down': { viewBox: string; content: React.JSX.Element; }; 'arrow-left': { viewBox: string; content: React.JSX.Element; }; 'arrow-right': { viewBox: string; content: React.JSX.Element; }; 'arrow-up': { viewBox: string; content: React.JSX.Element; }; 'arrows-circular': { viewBox: string; content: React.JSX.Element; }; attachment: { viewBox: string; content: React.JSX.Element; }; ballot: { viewBox: string; content: React.JSX.Element; }; bell: { viewBox: string; content: React.JSX.Element; }; book: { viewBox: string; content: React.JSX.Element; }; 'book-open': { viewBox: string; content: React.JSX.Element; }; bookmark: { viewBox: string; content: React.JSX.Element; }; business: { viewBox: string; content: React.JSX.Element; }; calender: { viewBox: string; content: React.JSX.Element; }; category: { viewBox: string; content: React.JSX.Element; }; 'center-focus': { viewBox: string; content: React.JSX.Element; }; check: { viewBox: string; content: React.JSX.Element; }; 'checkmark-encircled-filled': { viewBox: string; content: React.JSX.Element; }; 'chevron-down': { viewBox: string; content: React.JSX.Element; }; 'chevron-down-double': { viewBox: string; content: React.JSX.Element; }; 'chevron-left': { viewBox: string; content: React.JSX.Element; }; 'chevron-right': { viewBox: string; content: React.JSX.Element; }; 'chevron-up': { viewBox: string; content: React.JSX.Element; }; 'chevron-up-double': { viewBox: string; content: React.JSX.Element; }; close: { viewBox: string; content: React.JSX.Element; }; 'cloud-favorable': { viewBox: string; content: React.JSX.Element; }; code: { viewBox: string; content: React.JSX.Element; }; copy: { viewBox: string; content: React.JSX.Element; }; critical: { viewBox: string; content: React.JSX.Element; isDeprecated: boolean; }; 'critical-encircled-filled': { viewBox: string; content: React.JSX.Element; }; dangerous: { viewBox: string; content: React.JSX.Element; isDeprecated: boolean; }; data: { viewBox: string; content: React.JSX.Element; }; document: { viewBox: string; content: React.JSX.Element; }; 'document-blank': { viewBox: string; content: React.JSX.Element; }; 'dots-horizontal': { viewBox: string; content: React.JSX.Element; }; 'dots-vertical': { viewBox: string; content: React.JSX.Element; }; 'drag-indicator': { viewBox: string; content: React.JSX.Element; }; 'eye-closed': { viewBox: string; content: React.JSX.Element; }; 'eye-open': { viewBox: string; content: React.JSX.Element; }; 'face-very-happy': { viewBox: string; content: React.JSX.Element; isDeprecated: boolean; }; 'filter-list': { viewBox: string; content: React.JSX.Element; }; flag: { viewBox: string; content: React.JSX.Element; }; folder: { viewBox: string; content: React.JSX.Element; }; 'folder-add': { viewBox: string; content: React.JSX.Element; }; graph: { viewBox: string; content: React.JSX.Element; }; 'heart-filled': { viewBox: string; content: React.JSX.Element; }; home: { viewBox: string; content: React.JSX.Element; }; 'icon-placeholder': { viewBox: string; content: React.JSX.Element; }; 'icon-placeholder-filled': { viewBox: string; content: React.JSX.Element; }; 'info-encircled': { viewBox: string; content: React.JSX.Element; }; 'info-encircled-filled': { viewBox: string; content: React.JSX.Element; }; joystick: { viewBox: string; content: React.JSX.Element; }; key: { viewBox: string; content: React.JSX.Element; }; librarian: { viewBox: string; content: React.JSX.Element; }; link: { viewBox: string; content: React.JSX.Element; }; lock: { viewBox: string; content: React.JSX.Element; }; 'lock-open': { viewBox: string; content: React.JSX.Element; }; 'logo-github': { viewBox: string; content: React.JSX.Element; }; 'logo-google-polychrome': { viewBox: string; content: React.JSX.Element; }; 'logo-microsoft-polychrome': { viewBox: string; content: React.JSX.Element; }; logout: { viewBox: string; content: React.JSX.Element; }; mail: { viewBox: string; content: React.JSX.Element; }; map: { viewBox: string; content: React.JSX.Element; }; menu: { viewBox: string; content: React.JSX.Element; }; mic: { viewBox: string; content: React.JSX.Element; isDeprecated: boolean; }; 'open-in-new': { viewBox: string; content: React.JSX.Element; }; pencil: { viewBox: string; content: React.JSX.Element; }; person: { viewBox: string; content: React.JSX.Element; }; 'person-add': { viewBox: string; content: React.JSX.Element; }; 'person-encircled': { viewBox: string; content: React.JSX.Element; }; 'person-sound': { viewBox: string; content: React.JSX.Element; }; persons: { viewBox: string; content: React.JSX.Element; isDeprecated: boolean; }; 'persons-encircled': { viewBox: string; content: React.JSX.Element; isDeprecated: boolean; }; 'play-arrow': { viewBox: string; content: React.JSX.Element; }; print: { viewBox: string; content: React.JSX.Element; }; 'question-mark-encircled': { viewBox: string; content: React.JSX.Element; }; redo: { viewBox: string; content: React.JSX.Element; }; remove: { viewBox: string; content: React.JSX.Element; }; search: { viewBox: string; content: React.JSX.Element; }; send: { viewBox: string; content: React.JSX.Element; }; settings: { viewBox: string; content: React.JSX.Element; }; share: { viewBox: string; content: React.JSX.Element; }; sparkles: { viewBox: string; content: React.JSX.Element; }; star: { viewBox: string; content: React.JSX.Element; }; 'star-filled': { viewBox: string; content: React.JSX.Element; }; 'swap-vertical': { viewBox: string; content: React.JSX.Element; }; 'text-long': { viewBox: string; content: React.JSX.Element; }; 'text-short': { viewBox: string; content: React.JSX.Element; }; 'thumb-down': { viewBox: string; content: React.JSX.Element; }; 'thumb-up': { viewBox: string; content: React.JSX.Element; }; 'thumb-up-and-down': { viewBox: string; content: React.JSX.Element; }; trash: { viewBox: string; content: React.JSX.Element; }; 'trend-up': { viewBox: string; content: React.JSX.Element; }; undo: { viewBox: string; content: React.JSX.Element; }; 'unfold-more': { viewBox: string; content: React.JSX.Element; }; upload: { viewBox: string; content: React.JSX.Element; }; 'warning-filled': { viewBox: string; content: React.JSX.Element; }; }; export default icons;