agroptima-design-system 1.2.19 → 1.2.20
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
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="none"><path fill="#161c26" d="M10 20a9.7 9.7 0 0 1-3.9-.788 10.1 10.1 0 0 1-3.175-2.137Q1.575 15.725.788 13.9A9.7 9.7 0 0 1 0 10q0-2.074.787-3.9a10.1 10.1 0 0 1 2.138-3.175Q4.275 1.575 6.1.788A9.7 9.7 0 0 1 10 0a9.8 9.8 0 0 1 3.075.475Q14.525.95 15.75 1.8L14.3 3.275a8.6 8.6 0 0 0-2.025-.938A7.6 7.6 0 0 0 10 2Q6.675 2 4.338 4.338 2 6.675 2 10c0 3.325.78 4.104 2.338 5.662Q6.675 18 10 18c3.325 0 4.104-.78 5.662-2.338Q18 13.325 18 10q0-.45-.05-.9a7 7 0 0 0-.15-.875L19.425 6.6q.275.8.425 1.65T20 10a9.7 9.7 0 0 1-.788 3.9 10.1 10.1 0 0 1-2.137 3.175q-1.35 1.35-3.175 2.137A9.7 9.7 0 0 1 10 20m-1.4-5.4-4.25-4.25 1.4-1.4L8.6 11.8l10-10.025 1.4 1.4z"/></svg>
|
package/src/icons/index.tsx
CHANGED
|
@@ -50,6 +50,7 @@ import Picture from './picture.svg'
|
|
|
50
50
|
import Product from './product.svg'
|
|
51
51
|
import Reason from './reason.svg'
|
|
52
52
|
import Receivables from './receivables.svg'
|
|
53
|
+
import ReopenOrder from './reopen-order.svg'
|
|
53
54
|
import Reports from './reports.svg'
|
|
54
55
|
import ResendEmail from './resend-email.svg'
|
|
55
56
|
import ReturnDeliveryNote from './return-delivery-note.svg'
|
|
@@ -123,6 +124,7 @@ export {
|
|
|
123
124
|
Product,
|
|
124
125
|
Reason,
|
|
125
126
|
Receivables,
|
|
127
|
+
ReopenOrder,
|
|
126
128
|
Reports,
|
|
127
129
|
ResendEmail,
|
|
128
130
|
ReturnDeliveryNote,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="none"><path fill="#161c26" d="M3.75 20v-2.533h8.875q1.969 0 3.422-1.267t1.453-3.167-1.453-3.166Q14.593 8.6 12.625 8.6H4.75L8 11.893l-1.75 1.774L0 7.333 6.25 1 8 2.773 4.75 6.067h7.875q3.03 0 5.203 1.995Q20 10.057 20 13.033t-2.172 4.972Q15.656 20 12.625 20z"/></svg>
|