@woosmap/ui 4.38.0 → 4.39.0
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
|
@@ -124,6 +124,7 @@ import { ReactComponent as AlphabeticalOrder } from '../../icons/alphabetical-or
|
|
|
124
124
|
import { ReactComponent as AlphabeticalOrderReversed } from '../../icons/alphabetical-order-reversed.svg';
|
|
125
125
|
import { ReactComponent as ArrowBotton } from '../../icons/arrow-bottom.svg';
|
|
126
126
|
import { ReactComponent as ArrowLeft } from '../../icons/arrow-left.svg';
|
|
127
|
+
import { ReactComponent as ArrowLink } from '../../icons/arrow-link.svg';
|
|
127
128
|
import { ReactComponent as ArrowRight } from '../../icons/arrow-right.svg';
|
|
128
129
|
import { ReactComponent as ArrowTop } from '../../icons/arrow-top.svg';
|
|
129
130
|
import { ReactComponent as Asset } from '../../icons/asset.svg';
|
|
@@ -318,6 +319,7 @@ const WebsiteIcons = {
|
|
|
318
319
|
autocomplete: Autocomplete,
|
|
319
320
|
'autocomplete-check': AutocompleteCheck,
|
|
320
321
|
automotive: Automotive,
|
|
322
|
+
'arrow-link': ArrowLink,
|
|
321
323
|
battery: Battery,
|
|
322
324
|
blog: Blog,
|
|
323
325
|
book: Book,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.217,11.6,15.509,6.9a.56.56,0,1,0-.792.792L18.47,11.44H4.179a.56.56,0,1,0,0,1.12H18.47l-3.753,3.752a.56.56,0,0,0,.792.792L20.217,12.4A.559.559,0,0,0,20.217,11.6Z" /></svg>
|