agroptima-design-system 0.37.4 → 0.37.5
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
package/src/icons/index.tsx
CHANGED
|
@@ -46,6 +46,7 @@ import Picture from './picture.svg'
|
|
|
46
46
|
import Product from './product.svg'
|
|
47
47
|
import Reason from './reason.svg'
|
|
48
48
|
import Reports from './reports.svg'
|
|
49
|
+
import ResendEmail from './resend-email.svg'
|
|
49
50
|
import ReturnDeliveryNote from './return-delivery-note.svg'
|
|
50
51
|
import Salesman from './salesman.svg'
|
|
51
52
|
import Search from './search.svg'
|
|
@@ -107,6 +108,7 @@ export {
|
|
|
107
108
|
Product,
|
|
108
109
|
Reason,
|
|
109
110
|
Reports,
|
|
111
|
+
ResendEmail,
|
|
110
112
|
ReturnDeliveryNote,
|
|
111
113
|
Salesman,
|
|
112
114
|
Search,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M15 9c1.383 0 2.562.488 3.537 1.463C19.512 11.438 20 12.617 20 14s-.488 2.562-1.463 3.537C17.562 18.512 16.383 19 15 19s-2.562-.488-3.537-1.463C10.488 16.562 10 15.383 10 14s.488-2.562 1.463-3.537C12.438 9.488 13.617 9 15 9Zm0 2a2.976 2.976 0 0 0-2.333 1.116v-.783H12v2h2v-.666h-.917a2.48 2.48 0 0 1 .842-.733A2.25 2.25 0 0 1 15 11.667c.65 0 1.201.226 1.654.679A2.25 2.25 0 0 1 17.333 14a2.25 2.25 0 0 1-.679 1.654 2.251 2.251 0 0 1-1.654.679 2.263 2.263 0 0 1-1.53-.566 2.23 2.23 0 0 1-.77-1.434h-.683a2.9 2.9 0 0 0 .974 1.904A2.91 2.91 0 0 0 15 17a2.9 2.9 0 0 0 1.17-.237 3.05 3.05 0 0 0 .951-.642c.27-.27.483-.586.642-.95.158-.364.237-.754.237-1.171a2.9 2.9 0 0 0-.237-1.17 3.05 3.05 0 0 0-.642-.951 3.05 3.05 0 0 0-.95-.642A2.903 2.903 0 0 0 15 11Zm1.363-9c.5 0 .928.175 1.285.525.355.35.534.772.534 1.264v5.1a5.3 5.3 0 0 0-.875-.335 6.85 6.85 0 0 0-.944-.201V5.579l-7.272 4.474-7.273-4.474v8.947h7.273a5.935 5.935 0 0 0 .272 1.789H1.818c-.5 0-.928-.175-1.284-.525A1.71 1.71 0 0 1 0 14.526V3.79c0-.492.178-.913.534-1.264A1.763 1.763 0 0 1 1.818 2h14.545ZM9.091 8.263l7.272-4.474H1.818l7.273 4.474Z" fill="#161C26"/></svg>
|