agroptima-design-system 0.36.1 → 0.36.2
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 +1 -1
- package/src/icons/index.tsx +2 -0
- package/src/icons/orders.svg +1 -0
- package/src/stories/Changelog.mdx +4 -0
package/package.json
CHANGED
package/src/icons/index.tsx
CHANGED
|
@@ -39,6 +39,7 @@ import Loading from './loading.svg'
|
|
|
39
39
|
import Logout from './logout.svg'
|
|
40
40
|
import Minus from './minus.svg'
|
|
41
41
|
import NewView from './new-view.svg'
|
|
42
|
+
import Orders from './orders.svg'
|
|
42
43
|
import PDF from './pdf.svg'
|
|
43
44
|
import Product from './product.svg'
|
|
44
45
|
import Reason from './reason.svg'
|
|
@@ -97,6 +98,7 @@ export {
|
|
|
97
98
|
Logout,
|
|
98
99
|
Minus,
|
|
99
100
|
NewView,
|
|
101
|
+
Orders,
|
|
100
102
|
PDF,
|
|
101
103
|
Product,
|
|
102
104
|
Reason,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#orders__a)"><path d="M8.889 4.444h6.667v2.223H8.889V4.444Zm0 4.445h6.667v2.222H8.889V8.89Zm0 4.444h6.667v2.223H8.889v-2.223ZM4.444 4.444h2.223v2.223H4.444V4.444Zm0 4.445h2.223v2.222H4.444V8.89Zm0 4.444h2.223v2.223H4.444v-2.223ZM19 0H1C.444 0 0 .444 0 1v18c0 .444.444 1 1 1h18c.444 0 1-.556 1-1V1c0-.556-.556-1-1-1Zm-1.222 17.778H2.222V2.222h15.556v15.556Z" fill="#161C26"/></g><defs><clipPath id="orders__a"><path fill="#fff" d="M0 0h20v20H0z"/></clipPath></defs></svg>
|