agroptima-design-system 0.22.2 → 0.22.3
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 viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.5 1.5 16 0l-1.5 1.5L13 0l-1.5 1.5L10 0 8.5 1.5 7 0 5.5 1.5 4 0 2.5 1.5 1 0v20l1.5-1.5L4 20l1.5-1.5L7 20l1.5-1.5L10 20l1.5-1.5L13 20l1.5-1.5L16 20l1.5-1.5L19 20V0l-1.5 1.5ZM17 17.09H3V2.91h14v14.18ZM4 13h12v2H4v-2Zm0-4h12v2H4V9Zm0-4h12v2H4V5Z" fill="#161C26"/></svg>
|
package/src/icons/index.tsx
CHANGED
|
@@ -36,6 +36,7 @@ import Show from './show.svg'
|
|
|
36
36
|
import ShowOff from './show-off.svg'
|
|
37
37
|
import Sorter from './sorter.svg'
|
|
38
38
|
import Warning from './warning.svg'
|
|
39
|
+
import DeliveryNote from './delivery-note.svg'
|
|
39
40
|
|
|
40
41
|
export {
|
|
41
42
|
Add,
|
|
@@ -54,6 +55,7 @@ export {
|
|
|
54
55
|
Close,
|
|
55
56
|
Comment,
|
|
56
57
|
Delete,
|
|
58
|
+
DeliveryNote,
|
|
57
59
|
Done,
|
|
58
60
|
DoubleArrowLeft,
|
|
59
61
|
DoubleArrowRight,
|