agroptima-design-system 1.2.30 → 1.2.31
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" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#discount__a)"><path d="M10 20c-.4 0-.783-.075-1.15-.225a2.942 2.942 0 0 1-.975-.65c-.483-.483-.9-.8-1.25-.95-.35-.15-.875-.225-1.575-.225a2.893 2.893 0 0 1-2.125-.875 2.893 2.893 0 0 1-.875-2.125c0-.7-.075-1.225-.225-1.575-.15-.35-.467-.767-.95-1.25a2.941 2.941 0 0 1-.65-.975A3.009 3.009 0 0 1 0 10c0-.4.075-.783.225-1.15a2.94 2.94 0 0 1 .65-.975c.483-.483.8-.9.95-1.25.15-.35.225-.875.225-1.575 0-.833.292-1.542.875-2.125A2.893 2.893 0 0 1 5.05 2.05c.7 0 1.225-.075 1.575-.225.35-.15.767-.467 1.25-.95.283-.283.608-.5.975-.65A3.01 3.01 0 0 1 10 0c.4 0 .783.075 1.15.225.367.15.692.367.975.65.483.483.9.8 1.25.95.35.15.875.225 1.575.225.833 0 1.542.292 2.125.875s.875 1.292.875 2.125c0 .7.075 1.225.225 1.575.15.35.467.767.95 1.25.283.283.5.608.65.975.15.367.225.75.225 1.15 0 .4-.075.783-.225 1.15a2.94 2.94 0 0 1-.65.975c-.483.483-.8.9-.95 1.25-.15.35-.225.875-.225 1.575 0 .833-.292 1.542-.875 2.125a2.893 2.893 0 0 1-2.125.875c-.7 0-1.225.075-1.575.225-.35.15-.767.467-1.25.95a2.94 2.94 0 0 1-.975.65A3.01 3.01 0 0 1 10 20Zm0-2c.133 0 .262-.03.387-.087.125-.059.23-.13.313-.213.683-.683 1.325-1.146 1.925-1.387.6-.242 1.375-.363 2.325-.363.283 0 .52-.096.713-.287a.968.968 0 0 0 .287-.713c0-.967.12-1.746.363-2.337.241-.592.704-1.23 1.387-1.913.2-.2.3-.433.3-.7 0-.267-.1-.5-.3-.7-.683-.683-1.146-1.325-1.387-1.925-.242-.6-.363-1.375-.363-2.325a.967.967 0 0 0-.287-.712.968.968 0 0 0-.713-.288c-.967 0-1.746-.12-2.337-.362-.592-.242-1.23-.705-1.913-1.388a1.085 1.085 0 0 0-.313-.212.907.907 0 0 0-.774 0c-.125.058-.23.129-.313.212-.683.683-1.325 1.146-1.925 1.388-.6.241-1.375.362-2.325.362a.968.968 0 0 0-.712.288.968.968 0 0 0-.288.712c0 .967-.12 1.746-.362 2.338-.242.591-.705 1.229-1.388 1.912-.2.2-.3.433-.3.7 0 .267.1.5.3.7.683.683 1.146 1.325 1.388 1.925.241.6.362 1.375.362 2.325 0 .283.096.52.288.713a.968.968 0 0 0 .712.287c.967 0 1.746.12 2.338.363.591.241 1.229.704 1.912 1.387.083.083.188.154.313.213A.907.907 0 0 0 10 18Zm2.5-4c.417 0 .77-.146 1.063-.438.291-.291.437-.645.437-1.062 0-.417-.146-.77-.438-1.063A1.446 1.446 0 0 0 12.5 11c-.417 0-.77.146-1.063.438A1.446 1.446 0 0 0 11 12.5c0 .417.146.77.438 1.063.291.291.645.437 1.062.437Zm-5.05-.05 6.5-6.5-1.4-1.4-6.5 6.5 1.4 1.4Zm1.112-5.387C8.854 8.27 9 7.917 9 7.5c0-.417-.146-.77-.438-1.063A1.447 1.447 0 0 0 7.5 6c-.417 0-.77.146-1.063.438A1.447 1.447 0 0 0 6 7.5c0 .417.146.77.438 1.063.291.291.645.437 1.062.437.417 0 .77-.146 1.063-.438Z" fill="#161C26"/></g><defs><clipPath id="discount__a"><path fill="#fff" d="M0 0h20v20H0z"/></clipPath></defs></svg>
|
package/src/icons/index.tsx
CHANGED
|
@@ -22,6 +22,7 @@ import CreditNote from './credit-note.svg'
|
|
|
22
22
|
import Delete from './delete.svg'
|
|
23
23
|
import Delivery from './delivery.svg'
|
|
24
24
|
import DeliveryNote from './delivery-note.svg'
|
|
25
|
+
import Discount from './discount.svg'
|
|
25
26
|
import Done from './done.svg'
|
|
26
27
|
import DoubleArrowLeft from './double-arrow-left.svg'
|
|
27
28
|
import DoubleArrowRight from './double-arrow-right.svg'
|
|
@@ -98,6 +99,7 @@ export const icons = {
|
|
|
98
99
|
Delete,
|
|
99
100
|
Delivery,
|
|
100
101
|
DeliveryNote,
|
|
102
|
+
Discount,
|
|
101
103
|
Done,
|
|
102
104
|
DoubleArrowLeft,
|
|
103
105
|
DoubleArrowRight,
|