@croquiscom/pds 0.16.0 → 0.17.0
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/Subscription24.svg +5 -0
- package/dist/icons/generated/Subscription24.d.ts +4 -0
- package/dist/icons/generated/index.d.ts +1 -0
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.9427 7.82653H11.1338V9.05102H16.9427V7.82653Z" fill="#363644"/>
|
|
3
|
+
<path d="M11.1338 10.8878H16.9427V12.1122H11.1338V10.8878Z" fill="#363644"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.07643 4H20V15.3265C20 17.3553 18.3574 19 16.3312 19H6.52229V18.997C5.11807 18.9304 4 17.7694 4 16.3469V7.82653H8.07643V4ZM9.29936 16.3469C9.29936 16.8729 9.1465 17.3631 8.88283 17.7755H16.3312C17.682 17.7755 18.7771 16.6791 18.7771 15.3265V5.22449H9.29936L9.29936 16.3469ZM8.07643 9.05102H5.22293V16.3469C5.22293 17.1359 5.86171 17.7755 6.64968 17.7755C7.43765 17.7755 8.07643 17.1359 8.07643 16.3469V9.05102Z" fill="#363644"/>
|
|
5
|
+
</svg>
|
|
@@ -144,6 +144,7 @@ export { default as IconStatusYes16 } from './StatusYes16';
|
|
|
144
144
|
export { default as IconSteadySeller16 } from './SteadySeller16';
|
|
145
145
|
export { default as IconStore24 } from './Store24';
|
|
146
146
|
export { default as IconStore50 } from './Store50';
|
|
147
|
+
export { default as IconSubscription24 } from './Subscription24';
|
|
147
148
|
export { default as IconTableMove16 } from './TableMove16';
|
|
148
149
|
export { default as IconThumbup14 } from './Thumbup14';
|
|
149
150
|
export { default as IconTip18 } from './Tip18';
|