agroptima-design-system 1.2.27 → 1.2.28-beta.1
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/link.svg +1 -0
- package/src/stories/Changelog.mdx +4 -0
package/package.json
CHANGED
package/src/icons/index.tsx
CHANGED
|
@@ -29,6 +29,7 @@ import Download from './download.svg'
|
|
|
29
29
|
import Duplicate from './duplicate.svg'
|
|
30
30
|
import Edit from './edit.svg'
|
|
31
31
|
import EditColumns from './edit-columns.svg'
|
|
32
|
+
import Link from './link.svg'
|
|
32
33
|
import ElectronicInvoice from './electronic-invoice.svg'
|
|
33
34
|
import EmptyState from './empty-customize.svg'
|
|
34
35
|
import Error from './error.svg'
|
|
@@ -113,6 +114,7 @@ export {
|
|
|
113
114
|
Improvements,
|
|
114
115
|
Info,
|
|
115
116
|
Invoice,
|
|
117
|
+
Link,
|
|
116
118
|
Loading,
|
|
117
119
|
Logout,
|
|
118
120
|
Minus,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 15H5c-1.383 0-2.563-.488-3.538-1.463C.488 12.563 0 11.383 0 10s.487-2.563 1.462-3.537C2.438 5.487 3.617 5 5 5h4v2H5c-.833 0-1.542.292-2.125.875A2.893 2.893 0 0 0 2 10c0 .833.292 1.542.875 2.125A2.893 2.893 0 0 0 5 13h4v2Zm-3-4V9h8v2H6Zm5 4v-2h4c.833 0 1.542-.292 2.125-.875A2.893 2.893 0 0 0 18 10c0-.833-.292-1.542-.875-2.125A2.893 2.893 0 0 0 15 7h-4V5h4c1.383 0 2.563.487 3.538 1.463C19.512 7.437 20 8.617 20 10s-.488 2.563-1.462 3.537C17.562 14.512 16.383 15 15 15h-4Z" fill="#161C26"/></svg>
|