2019-01-09 20:33:10 +00:00
|
|
|
// Export each icon as a named component.
|
2019-08-27 10:01:35 +00:00
|
|
|
export { default as IconAllReviews } from './all-reviews';
|
2019-01-09 20:33:10 +00:00
|
|
|
export { default as IconCheckChecked } from './checkbox-checked';
|
|
|
|
export { default as IconCheckUnchecked } from './checkbox-unchecked';
|
2019-06-17 14:23:59 +00:00
|
|
|
export { default as IconFolder } from './folder';
|
2019-07-09 11:38:44 +00:00
|
|
|
export { default as IconFolderStar } from './folder-star';
|
2019-10-01 09:20:52 +00:00
|
|
|
export { default as IconProductOnSale } from './product-on-sale';
|
2019-09-04 13:18:07 +00:00
|
|
|
export { default as IconProductSearch } from './product-search';
|
2019-10-01 09:20:52 +00:00
|
|
|
export { default as IconProductTag } from './product-tag';
|
2019-01-09 20:33:10 +00:00
|
|
|
export { default as IconNewReleases } from './new-releases';
|
|
|
|
export { default as IconRadioSelected } from './radio-selected';
|
|
|
|
export { default as IconRadioUnselected } from './radio-unselected';
|
2019-08-15 14:55:57 +00:00
|
|
|
export { default as IconReviewsByProduct } from './reviews-by-product';
|
2019-08-19 14:13:07 +00:00
|
|
|
export { default as IconReviewsByCategory } from './reviews-by-category';
|
2019-01-09 20:33:10 +00:00
|
|
|
export { default as IconWidgets } from './widgets';
|
2019-05-28 10:18:07 +00:00
|
|
|
export { default as IconWoo } from './woo';
|