@heroui/shared-icons
Version:
Internal icons set, commonly used in the components stories
69 lines (68 loc) • 3.7 kB
TypeScript
export { Activity, AddNoteBulk, Camera, CartIcon, ChevronDown, ChevronDownBold, CopyDocumentBulk, Delete, DeleteDocumentBulk, Edit, EditDocumentBulk, Eye, Flash, Lock, Mail, Minus, Moon, NewFile, Notification, Password, Plus, Scale, Search, Server, Sun, TagUser, Unlock, User, VolumeUp } from './icons.js';
export { CopyIcon } from './copy.js';
export { CheckIcon, CheckIconProps } from './check.js';
export { AvatarIcon } from './avatar.js';
export { CloseIcon } from './close.js';
export { CloseFilledIcon } from './close-filled.js';
export { ChevronIcon } from './chevron.js';
export { ChevronUpIcon } from './chevron-up.js';
export { ChevronDownIcon } from './chevron-down.js';
export { ChevronLeftIcon } from './chevron-left.js';
export { ChevronRightIcon } from './chevron-right.js';
export { EllipsisIcon } from './ellipsis.js';
export { ForwardIcon } from './forward.js';
export { SunIcon } from './sun.js';
export { SunFilledIcon } from './sun-filled.js';
export { MailIcon } from './mail.js';
export { MailFilledIcon } from './mail-filled.js';
export { MoonIcon } from './moon.js';
export { MoonFilledIcon } from './moon-filled.js';
export { HeadphonesIcon } from './headphones.js';
export { AnchorIcon } from './anchor.js';
export { InfoFilledIcon } from './info-filled.js';
export { InfoIcon } from './info.js';
export { ShieldSecurityIcon } from './shield-security.js';
export { MonitorMobileIcon } from './monitor-mobile.js';
export { InvalidCardIcon } from './invalid-card.js';
export { EyeFilledIcon } from './eye-filled.js';
export { EyeSlashFilledIcon } from './eye-slash-filled.js';
export { SearchIcon } from './search.js';
export { LockFilledIcon } from './lock-filled.js';
export { LoadingIcon } from './loading.js';
export { EditIcon } from './edit.js';
export { DeleteIcon } from './delete.js';
export { EyeIcon } from './eye.js';
export { ArrowRightIcon } from './arrow-right.js';
export { ArrowLeftIcon } from './arrow-left.js';
export { LinkIcon } from './link.js';
export { SelectorIcon } from './selector.js';
export { InfoCircleIcon } from './info-circle.js';
export { WarningIcon } from './warning.js';
export { DangerIcon } from './danger.js';
export { SuccessIcon } from './success.js';
export { AddNoteBulkIcon } from './bulk/add-note.js';
export { CopyDocumentBulkIcon } from './bulk/copy-document.js';
export { DeleteDocumentBulkIcon } from './bulk/delete-document.js';
export { EditDocumentBulkIcon } from './bulk/edit-document.js';
export { AlignTopBoldIcon } from './bold/align-top.js';
export { AlignBottomBoldIcon } from './bold/align-bottom.js';
export { AlignLeftBoldIcon } from './bold/align-left.js';
export { AlignRightBoldIcon } from './bold/align-right.js';
export { AlignVerticallyBoldIcon } from './bold/align-vertically.js';
export { AlignHorizontallyBoldIcon } from './bold/align-horizontally.js';
export { PetBoldIcon } from './bold/pet.js';
export { VolumeHighBoldIcon } from './bold/volume-high.js';
export { VolumeLowBoldIcon } from './bold/volume-low.js';
export { ShoppingCartBoldIcon } from './bold/shopping-cart.js';
export { SendFilledIcon } from './bold/send.js';
export { PlusFilledIcon } from './bold/plus.js';
export { CalendarBoldIcon } from './bold/calendar-bold.js';
export { ClockSquareBoldIcon } from './bold/clock-square-bold.js';
export { CheckLinearIcon } from './linear/check.js';
export { CopyLinearIcon } from './linear/copy.js';
export { ChevronCircleTopLinearIcon } from './linear/chevron-circle-top.js';
export { SearchLinearIcon } from './linear/search.js';
export { ClockCircleLinearIcon } from './linear/clock-circle-linear.js';
export { IconSvgProps } from './types.js';
import 'react';
import 'react/jsx-runtime';