@croquiscom/pds 6.4.0 → 6.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/assets/icons/CategoryFood.svg +3 -0
- package/dist/components/icons/generated/CategoryFood.d.ts +4 -0
- package/dist/components/icons/generated/index.d.ts +1 -0
- package/dist/index.es.js +4 -4
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="49" height="48" viewBox="0 0 49 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.1461 18.9286H5.25V20.4286C5.25 28.3442 9.69835 35.1547 16.05 38.5563V42.5H33.45V38.5563C39.8017 35.1547 44.25 28.3442 44.25 20.4286V18.9286H39.3539C38.5025 12.3438 32.1099 7.5 24.75 7.5C17.3901 7.5 10.9975 12.3438 10.1461 18.9286ZM13.1858 18.9286H36.3142C35.4704 14.2933 30.7821 10.5 24.75 10.5C18.7179 10.5 14.0296 14.2933 13.1858 18.9286ZM8.31276 21.9286C8.85186 28.3426 12.8127 33.7232 18.1935 36.2788L19.05 36.6856V39.5H30.45V36.6856L31.3065 36.2788C36.6873 33.7232 40.6481 28.3426 41.1872 21.9286H8.31276Z" fill="#363644"/>
|
|
3
|
+
</svg>
|
|
@@ -54,6 +54,7 @@ export { default as IconCategoryBeautyFood } from './CategoryBeautyFood';
|
|
|
54
54
|
export { default as IconCategoryBrand } from './CategoryBrand';
|
|
55
55
|
export { default as IconCategoryDeliveryGlobal } from './CategoryDeliveryGlobal';
|
|
56
56
|
export { default as IconCategoryFashion } from './CategoryFashion';
|
|
57
|
+
export { default as IconCategoryFood } from './CategoryFood';
|
|
57
58
|
export { default as IconCategoryKids } from './CategoryKids';
|
|
58
59
|
export { default as IconCategoryLife } from './CategoryLife';
|
|
59
60
|
export { default as IconCategoryShop } from './CategoryShop';
|