agroptima-design-system 0.31.13 → 0.31.14-beta.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/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="M880-720v480q0 33-23.5 56.5T800-160H160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720Zm-720 80h640v-80H160v80Zm0 160v240h640v-240H160Zm0 240v-480 480Z"/></svg>
|
package/src/icons/index.tsx
CHANGED
|
@@ -14,6 +14,7 @@ import CheckboxIndeterminate from './checkbox-indeterminate.svg'
|
|
|
14
14
|
import Client from './client.svg'
|
|
15
15
|
import Close from './close.svg'
|
|
16
16
|
import Comment from './comment.svg'
|
|
17
|
+
import CreditCard from './credit-card.svg'
|
|
17
18
|
import Delete from './delete.svg'
|
|
18
19
|
import Delivery from './delivery.svg'
|
|
19
20
|
import DeliveryNote from './delivery-note.svg'
|
|
@@ -65,6 +66,7 @@ export {
|
|
|
65
66
|
Client,
|
|
66
67
|
Close,
|
|
67
68
|
Comment,
|
|
69
|
+
CreditCard,
|
|
68
70
|
Delete,
|
|
69
71
|
Delivery,
|
|
70
72
|
DeliveryNote,
|