woocommerce/plugins/woocommerce-blocks/assets/js/icons/index.js

57 lines
3.0 KiB
JavaScript

export { default as Icon } from './icon';
export { default as address } from './library/address';
export { default as arrowBack } from './library/arrow-back';
export { default as arrowDownAlt2 } from './library/arrow-down-alt2';
export { default as asterisk } from './library/asterisk';
export { default as atom } from './library/atom';
export { default as bank } from './library/bank';
export { default as barcode } from './library/barcode';
export { default as bill } from './library/bill';
export { default as bookmark } from './library/bookmark';
export { default as box } from './library/box';
export { default as card } from './library/card';
export { default as cart } from './library/cart';
export { default as checkPayment } from './library/check-payment';
export { default as chevronDown } from './library/chevron-down';
export { default as chevronUp } from './library/chevron-up';
export { default as chevronRight } from './library/chevron-right';
export { default as comment } from './library/comment';
export { default as contact } from './library/contact';
export { default as done } from './library/done';
export { default as discussion } from './library/discussion';
export { default as eye } from './library/eye';
export { default as exclamation } from './library/exclamation';
export { default as external } from './library/external';
export { default as fields } from './library/fields';
export { default as filledCart } from './library/filled-cart';
export { default as folderStarred } from './library/folder-starred';
export { default as folder } from './library/folder';
export { default as formStep } from './library/form-step';
export { default as grid } from './library/grid';
export { default as heading } from './library/heading';
export { default as image } from './library/image';
export { default as list } from './library/list';
export { default as more } from './library/more';
export { default as noAlt } from './library/no-alt';
export { default as notes } from './library/notes';
export { default as notice } from './library/notice';
export { default as radioSelected } from './library/radio-selected';
export { default as radioUnselected } from './library/radio-unselected';
export { default as reader } from './library/reader';
export { default as removeCart } from './library/remove-cart';
export { default as restore } from './library/restore';
export { default as review } from './library/review';
export { default as search } from './library/search';
export { default as server } from './library/server';
export { default as star } from './library/star';
export { default as stonks } from './library/stonks';
export { default as tag } from './library/tag';
export { default as tags } from './library/tags';
export { default as thumbUp } from './library/thumb-up';
export { default as toggle } from './library/toggle';
export { default as totals } from './library/totals';
export { default as truck } from './library/truck';
export { default as widgets } from './library/widgets';
export { default as woo } from './library/woo';