@entur/icons 3.0.0 → 3.4.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/CHANGELOG.md +33 -0
- package/dist/index.d.ts +21 -0
- package/dist/index.esm.js +506 -12
- package/dist/index.esm.native.js +465 -13
- package/dist/index.js +526 -11
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -295,24 +295,21 @@ function ShareIcon(props) {
|
|
|
295
295
|
|
|
296
296
|
function SwitchIcon(props) {
|
|
297
297
|
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
298
|
-
id: "Layer_1",
|
|
299
|
-
x: 0,
|
|
300
|
-
y: 0,
|
|
301
298
|
viewBox: "0 0 16 16",
|
|
302
|
-
xmlSpace: "preserve",
|
|
303
299
|
width: props.width || props.size || '1em',
|
|
304
300
|
height: props.height || props.size || '1em',
|
|
305
301
|
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
306
302
|
inline: undefined,
|
|
307
303
|
color: props.color || 'currentColor'
|
|
304
|
+
}), /*#__PURE__*/createElement("g", {
|
|
305
|
+
fill: "currentColor",
|
|
306
|
+
fillRule: "evenodd",
|
|
307
|
+
clipRule: "evenodd"
|
|
308
|
+
}, /*#__PURE__*/createElement("path", {
|
|
309
|
+
d: "M12.321 14.2l-.899-.9 1.5-1.5h-8.6v-1.3h8.6l-1.5-1.5.9-.9 2.5 2.5c.2.2.2.6.1.8l-.1.1-2.5 2.7z"
|
|
308
310
|
}), /*#__PURE__*/createElement("path", {
|
|
309
|
-
d: "
|
|
310
|
-
|
|
311
|
-
}), /*#__PURE__*/createElement("path", {
|
|
312
|
-
id: "Icon-Fill",
|
|
313
|
-
d: "M3.7 1.8l.9.9-1.4 1.5h8.6v1.3H3.2L4.7 7l-1 .8-2.5-2.6c-.2-.2-.3-.5-.1-.8l.1-.1 2.5-2.5z",
|
|
314
|
-
className: "st0"
|
|
315
|
-
}));
|
|
311
|
+
d: "M3.722 1.8l.9.9-1.4 1.5h8.6v1.3h-8.6l1.5 1.5-1 .8-2.5-2.6c-.2-.2-.3-.5-.1-.8l.1-.1 2.5-2.5z"
|
|
312
|
+
})));
|
|
316
313
|
}
|
|
317
314
|
|
|
318
315
|
function ToFromIcon(props) {
|
|
@@ -573,6 +570,22 @@ function CoffeeIcon(props) {
|
|
|
573
570
|
}));
|
|
574
571
|
}
|
|
575
572
|
|
|
573
|
+
function CouchetteIcon(props) {
|
|
574
|
+
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
575
|
+
viewBox: "0 0 16 16",
|
|
576
|
+
width: props.width || props.size || '1em',
|
|
577
|
+
height: props.height || props.size || '1em',
|
|
578
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
579
|
+
inline: undefined,
|
|
580
|
+
color: props.color || 'currentColor'
|
|
581
|
+
}), /*#__PURE__*/createElement("path", {
|
|
582
|
+
fill: "currentColor",
|
|
583
|
+
fillRule: "evenodd",
|
|
584
|
+
d: "M14.897 7.756a.632.632 0 00-.626-.547h-.09V4.248a.685.685 0 00-.684-.685h-3.374a.798.798 0 00-.382.107 1.09 1.09 0 00-.46-.107H6.622c-.166 0-.32.042-.462.107a.799.799 0 00-.383-.107H2.406a.686.686 0 00-.685.685v2.961h-.089a.632.632 0 00-.626.547L1 7.84v4.596h1.264v-1.666H13.639v1.666h1.265V7.841l-.006-.085zM13.096 4.65v2.56H10.39V4.65h2.706zm-3.792.023V7.21H6.603l.02-2.56 2.68.024zM2.808 4.65h2.704v2.559H2.807V4.65zm10.83 4.857H2.265l-.001-1.034h11.375l-.001 1.034z",
|
|
585
|
+
clipRule: "evenodd"
|
|
586
|
+
}));
|
|
587
|
+
}
|
|
588
|
+
|
|
576
589
|
function CutleryIcon(props) {
|
|
577
590
|
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
578
591
|
viewBox: "0 0 16 16",
|
|
@@ -827,6 +840,27 @@ function WaitingRoomIcon(props) {
|
|
|
827
840
|
}));
|
|
828
841
|
}
|
|
829
842
|
|
|
843
|
+
function WaterTapIcon(props) {
|
|
844
|
+
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
845
|
+
viewBox: "0 0 16 16",
|
|
846
|
+
width: props.width || props.size || '1em',
|
|
847
|
+
height: props.height || props.size || '1em',
|
|
848
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
849
|
+
inline: undefined,
|
|
850
|
+
color: props.color || 'currentColor'
|
|
851
|
+
}), /*#__PURE__*/createElement("path", {
|
|
852
|
+
fill: "currentColor",
|
|
853
|
+
fillRule: "evenodd",
|
|
854
|
+
d: "M6.739 1h5.512v1.315H6.74V1z",
|
|
855
|
+
clipRule: "evenodd"
|
|
856
|
+
}), /*#__PURE__*/createElement("path", {
|
|
857
|
+
fill: "currentColor",
|
|
858
|
+
fillRule: "evenodd",
|
|
859
|
+
d: "M8.844 4.246h-2.45c-1.83 0-3.242 1.578-3.242 3.434H4.46c0-1.21.905-2.119 1.934-2.119H14.4V4.246h-4.248V2.128H8.844v2.118zM4.291 9.459l-.485.442-.484-.442a.652.652 0 01.969 0zm-.485 1.479a9.529 9.529 0 00-.239.33 5.89 5.89 0 00-.48.81c-.13.278-.179.479-.179.599 0 .674.466 1.008.898 1.008s.899-.334.899-1.008c0-.12-.05-.321-.18-.598a5.89 5.89 0 00-.48-.81 9.529 9.529 0 00-.239-.331zm0-1.037l-.484-.442-.002.002-.005.005-.015.017a7.37 7.37 0 00-.241.285c-.153.187-.359.45-.566.75a7.191 7.191 0 00-.588.999c-.16.342-.305.752-.305 1.16C1.6 14.112 2.687 15 3.806 15c1.12 0 2.207-.888 2.207-2.323 0-.408-.145-.818-.305-1.16a7.191 7.191 0 00-.588-1 11.711 11.711 0 00-.807-1.034l-.016-.017-.004-.005-.001-.001-.001-.001-.485.442z",
|
|
860
|
+
clipRule: "evenodd"
|
|
861
|
+
}));
|
|
862
|
+
}
|
|
863
|
+
|
|
830
864
|
function WheelchairIcon(props) {
|
|
831
865
|
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
832
866
|
viewBox: "0 0 16 16",
|
|
@@ -1268,6 +1302,25 @@ function LimeIcon(props) {
|
|
|
1268
1302
|
})));
|
|
1269
1303
|
}
|
|
1270
1304
|
|
|
1305
|
+
function MoveAboutIcon(props) {
|
|
1306
|
+
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
1307
|
+
viewBox: "0 0 16 16",
|
|
1308
|
+
width: props.width || props.size || '1em',
|
|
1309
|
+
height: props.height || props.size || '1em',
|
|
1310
|
+
className: 'eds-icon__MoveAboutIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1311
|
+
inline: undefined,
|
|
1312
|
+
color: props.color || 'currentColor'
|
|
1313
|
+
}), /*#__PURE__*/createElement("g", {
|
|
1314
|
+
fill: "#5BD6FF"
|
|
1315
|
+
}, /*#__PURE__*/createElement("path", {
|
|
1316
|
+
d: "M4.8 11.216a.476.476 0 100-.951.476.476 0 000 .95z"
|
|
1317
|
+
}), /*#__PURE__*/createElement("path", {
|
|
1318
|
+
d: "M11.58 6.695a.363.363 0 10-.001.726.363.363 0 000-.726z"
|
|
1319
|
+
}), /*#__PURE__*/createElement("path", {
|
|
1320
|
+
d: "M8 1C4.14 1 1 4.14 1 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm3.8 8.643a.428.428 0 00-.426.486.182.182 0 01-.036.155l-.63.693c-.034.037-.072.028-.086-.02l-.69-2.409a.195.195 0 01.033-.158s.188-.224.188-.427a.627.627 0 10-.627.629c.071 0 .117-.013.117-.013a.092.092 0 01.111.065l.597 2.295c.013.048-.015.073-.061.055l-.769-.297a.309.309 0 01-.131-.11s-.218-.359-.48-.358A.536.536 0 108.91 11.3c.225 0 .44-.265.44-.265a.11.11 0 01.135-.024l.629.369a.104.104 0 01.04.129l-1.224 2.704c-.208.031-.42.052-.634.062l-1.542-2.677a.453.453 0 01-.049-.169l-.21-4.712a.138.138 0 01.08-.124l.9-.359a.149.149 0 01.149.032s.378.386.709.385a.886.886 0 10-.88-.782.1.1 0 01-.073.112l-.908.218c-.05.012-.076-.018-.06-.065l.716-2.141c.016-.047.036-.086.044-.085h.007a.666.666 0 10-.667-.666c0 .279.343.558.343.558a.126.126 0 01.033.14l-.775 1.74a.113.113 0 01-.126.06L4.836 5.47a.293.293 0 01-.143-.094S4.486 5.1 4.26 5.1a.515.515 0 10.001 1.03c.24 0 .448-.313.448-.313a.126.126 0 01.136-.046l1.056.358c.047.016.088.07.09.12l.241 5.177c.002.05.018.13.036.176l.977 2.636a6.283 6.283 0 112.885-.324l.392-2.299a.37.37 0 01.077-.156l.896-.97a.13.13 0 01.143-.026s.072.036.163.036a.427.427 0 00-.002-.855z"
|
|
1321
|
+
})));
|
|
1322
|
+
}
|
|
1323
|
+
|
|
1271
1324
|
function OsloBysykkelIcon(props) {
|
|
1272
1325
|
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
1273
1326
|
viewBox: "0 0 16 16",
|
|
@@ -1569,6 +1622,38 @@ function VyIcon(props) {
|
|
|
1569
1622
|
}));
|
|
1570
1623
|
}
|
|
1571
1624
|
|
|
1625
|
+
function ZvippIcon(props) {
|
|
1626
|
+
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
1627
|
+
viewBox: "0 0 16 16",
|
|
1628
|
+
width: props.width || props.size || '1em',
|
|
1629
|
+
height: props.height || props.size || '1em',
|
|
1630
|
+
className: 'eds-icon__ZvippIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1631
|
+
inline: undefined,
|
|
1632
|
+
color: props.color || 'currentColor'
|
|
1633
|
+
}), /*#__PURE__*/createElement("defs", null, /*#__PURE__*/createElement("path", {
|
|
1634
|
+
id: "a",
|
|
1635
|
+
d: "M14.783 5.275l-2.709-2.364H4.023L1 5.511l6.755 7.673z"
|
|
1636
|
+
})), /*#__PURE__*/createElement("clipPath", {
|
|
1637
|
+
id: "b"
|
|
1638
|
+
}, /*#__PURE__*/createElement("use", {
|
|
1639
|
+
overflow: "visible",
|
|
1640
|
+
xlinkHref: "#a"
|
|
1641
|
+
})), /*#__PURE__*/createElement("g", {
|
|
1642
|
+
fill: "#FFD600",
|
|
1643
|
+
clipPath: "url(#b)"
|
|
1644
|
+
}, /*#__PURE__*/createElement("path", {
|
|
1645
|
+
d: "M4.132 5.149l4.611 7.555.471-.457-4.315-6.601z"
|
|
1646
|
+
}), /*#__PURE__*/createElement("path", {
|
|
1647
|
+
d: "M12.731 7.448L8.229 2.542l-2.31.004 2.536 3.097h-.432L5.476 2.54l-.746.004.524 3.099 4.165 6.337 1.142-1.623z"
|
|
1648
|
+
})), /*#__PURE__*/createElement("g", {
|
|
1649
|
+
fill: "#009D48"
|
|
1650
|
+
}, /*#__PURE__*/createElement("path", {
|
|
1651
|
+
d: "M4.601 5.646h.298l.355-.003h2.457L5.192 2.58H3.963L1 5.511l6.972 7.909.989-1.113z"
|
|
1652
|
+
}), /*#__PURE__*/createElement("path", {
|
|
1653
|
+
d: "M12.232 7.448H8.59l1.987 3.041L15 5.511 12.014 2.58H8.26z"
|
|
1654
|
+
})));
|
|
1655
|
+
}
|
|
1656
|
+
|
|
1572
1657
|
function BanknoteIcon(props) {
|
|
1573
1658
|
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
1574
1659
|
viewBox: "0 0 16 16",
|
|
@@ -2793,6 +2878,32 @@ function CityIcon(props) {
|
|
|
2793
2878
|
}));
|
|
2794
2879
|
}
|
|
2795
2880
|
|
|
2881
|
+
function CorrespondenceIcon(props) {
|
|
2882
|
+
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
2883
|
+
viewBox: "0 0 16 16",
|
|
2884
|
+
width: props.width || props.size || '1em',
|
|
2885
|
+
height: props.height || props.size || '1em',
|
|
2886
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
2887
|
+
inline: undefined,
|
|
2888
|
+
color: props.color || 'currentColor'
|
|
2889
|
+
}), /*#__PURE__*/createElement("path", {
|
|
2890
|
+
fill: "currentColor",
|
|
2891
|
+
fillRule: "evenodd",
|
|
2892
|
+
d: "M5.943 2.5L5 3.443l4.291 4.29L5 12.023l.943.944 4.762-4.762a.667.667 0 00.07-.86l-.07-.083L5.943 2.5z",
|
|
2893
|
+
clipRule: "evenodd"
|
|
2894
|
+
}), /*#__PURE__*/createElement("path", {
|
|
2895
|
+
fill: "currentColor",
|
|
2896
|
+
fillRule: "evenodd",
|
|
2897
|
+
d: "M10.043 2.5l-.943.943 4.291 4.29-4.291 4.29.943.944 4.762-4.762a.667.667 0 00.07-.86l-.07-.083L10.043 2.5z",
|
|
2898
|
+
clipRule: "evenodd"
|
|
2899
|
+
}), /*#__PURE__*/createElement("path", {
|
|
2900
|
+
fill: "currentColor",
|
|
2901
|
+
fillRule: "evenodd",
|
|
2902
|
+
d: "M1.943 2.5L1 3.443l4.291 4.29L1 12.023l.943.944 4.762-4.762a.667.667 0 00.07-.86l-.07-.083L1.943 2.5z",
|
|
2903
|
+
clipRule: "evenodd"
|
|
2904
|
+
}));
|
|
2905
|
+
}
|
|
2906
|
+
|
|
2796
2907
|
function DestinationIcon(props) {
|
|
2797
2908
|
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
2798
2909
|
viewBox: "0 0 12 14",
|
|
@@ -3062,6 +3173,45 @@ function ValidTicketIcon(props) {
|
|
|
3062
3173
|
}));
|
|
3063
3174
|
}
|
|
3064
3175
|
|
|
3176
|
+
function ZoneIcon(props) {
|
|
3177
|
+
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
3178
|
+
viewBox: "0 0 16 16",
|
|
3179
|
+
width: props.width || props.size || '1em',
|
|
3180
|
+
height: props.height || props.size || '1em',
|
|
3181
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3182
|
+
inline: undefined,
|
|
3183
|
+
color: props.color || 'currentColor'
|
|
3184
|
+
}), /*#__PURE__*/createElement("path", {
|
|
3185
|
+
fill: "currentColor",
|
|
3186
|
+
d: "M3.226 6.335c-.174.114-.34.235-.496.361a6.113 6.113 0 00-.062.05v.001l-.005.004-.01.008a5.595 5.595 0 00-.009.008l-.004.003a5.165 5.165 0 00-.01.008l-.004.004-.005.004-.005.004-.004.004-.005.004-.004.004h-.001l-.009.008-.004.004h-.001l-.004.004-.004.004h-.002c0 .002-.002.003-.003.004l-.005.004-.004.004h-.001a1.762 1.762 0 01-.004.004l-.005.004-.004.003-.001.002c-.002 0-.003.002-.004.003l-.004.004H2.54a.173.173 0 00-.004.004l-.004.004-.001.001-.003.003h-.001l-.003.003-.001.001-.004.004-.002.001-.002.002-.002.002-.003.003-.002.001-.002.003-.002.001-.003.002-.001.002c-.002 0-.003.002-.004.003l-.002.002-.002.002-.002.001-.002.003-.002.001-.003.003a.423.423 0 00-.004.004l-.002.001-.002.002-.003.003-.003.002a.451.451 0 00-.004.004l-.001.001-.004.003-.002.002-.002.002-.002.002a.3.3 0 00-.006.006l-.003.003h-.002c0 .002-.001.002-.002.003l-.001.001-.005.004-.001.001-.003.003a5.414 5.414 0 00-.01.009l-.003.003-.006.006-.003.003h-.001l-.003.003-.006.006-.003.003-.01.009-.003.003a5.725 5.725 0 00-.02.018l-.002.003h-.001l-.009.01-.003.002a4.668 4.668 0 00-1.084 1.536l1.203.51c.26-.615.771-1.186 1.477-1.652l-.72-1.09z"
|
|
3187
|
+
}), /*#__PURE__*/createElement("path", {
|
|
3188
|
+
fill: "currentColor",
|
|
3189
|
+
d: "M2.293 10.352L1 10.535a3.665 3.665 0 00.054.294l.006.027.003.012.004.016.002.011.003.012.003.011.001.004.003.012.003.011.003.012.001.004.003.011a5.234 5.234 0 00.006.023l.001.004.002.008.002.003v.001a4.794 4.794 0 00.006.022v.001l.001.003v.001l.002.007.001.004.004.011v.001l.003.01v.001l.001.004.003.007v.004h.001l.003.011v.001l.004.01v.005h.001a2.172 2.172 0 00.002.008l.001.003v.001l.004.01v.001l.004.01v.005h.001l.002.007.002.004a1.444 1.444 0 01.003.011v.001l.004.01v.001l.001.004.004.011.004.011v.001l.004.01v.001l.001.004.003.007v.004h.001a4.825 4.825 0 00.004.012l.004.01v.001l.001.003v.001l.003.007.001.003v.002l.004.01.002.004.002.007.002.004v.001l.002.006.002.004v.001l.004.01v.001l.004.01v.001l.002.003v.002l.003.006.001.004.004.01v.002l.002.003c0 .003.002.005.003.007l.001.004a.076.076 0 00.003.007l.001.004.001.001.004.01v.001l.002.003.002.007v.001l.002.003v.001a1.922 1.922 0 00.003.007l.001.003v.001l.005.01v.001l.002.003v.001l.002.006v.001l.002.003v.002l.003.005v.001l.002.003v.001a4.3 4.3 0 00.005.011l.001.003.003.007v.001l.002.003v.002l.003.005v.001l.001.003v.002l.005.009v.002l.002.002v.002l.003.005v.001l.002.003v.001l.002.006.001.001.001.003a.115.115 0 00.005.01v.002l.002.003.003.007v.001l.002.003v.001l.003.006.002.004v.001l.005.01.002.004.003.006a.106.106 0 00.002.005l.003.006v.002l.002.002v.002l.005.01.005.01v.001l.002.003v.002l.003.005v.001l.002.003v.001l.005.01a.132.132 0 01.002.004l.003.006v.002l.002.003.003.006.001.001.001.003.001.002.005.009v.001l.002.003c0 .003.002.005.003.007v.001l.002.003v.001l.003.005v.002l.002.002.001.002.003.006.002.003v.002l.002.002v.001l.003.006v.001l.002.003v.001l.004.005v.002a.462.462 0 01.002.004l.003.006.002.003v.002l.006.009v.001l.002.003v.001l.003.006.002.004h.001l.003.007.002.003v.002l.002.002v.001l.004.006v.001l.002.003v.001l.003.005.001.002.001.003h.001l.003.007.002.003a.145.145 0 01.007.012.534.534 0 00.005.009v.001l.002.003v.002l.006.009v.001l.006.01c0 .002.001.002.002.003v.001l.004.006v.001l.002.003v.001l.006.01.006.01v.001l.002.003v.001l.004.006.002.003v.001l.006.01v.001l.006.01.002.003.001.001.003.006a.484.484 0 00.003.005l.003.005.001.001.001.003.002.002.001.002a.193.193 0 00.004.006v.002a.544.544 0 00.003.004l.003.005v.001l.002.003.001.001.004.006.002.003v.001l.006.01.002.004h.001l.003.006.001.001.002.003v.001l.006.01c.003.003.005.007.006.01h.001a.541.541 0 00.006.01l.003.004.006.01v.001l.006.01h.001c0 .002.001.002.002.003v.001l.004.006.002.004h.001l.006.01v.001l.007.01.002.003.004.007.003.003v.001l.007.01a4.58 4.58 0 00.007.01l.002.004.004.006.003.004.006.01a2.872 2.872 0 00.008.011l.002.003.004.007.003.003v.001l.007.01.007.01.007.01.002.004.007.01a5.196 5.196 0 00.01.014l.004.006.003.004.007.01a2.931 2.931 0 00.008.01l.006.01a.043.043 0 01.003.003v.001l.007.01.008.01a.775.775 0 01.002.003l.005.007.003.003.007.01.007.01a4.832 4.832 0 00.025.034l.008.01.003.003.007.01.008.01.008.01.01.014.008.01c.175.225.374.439.595.64l.882-.962c-.588-.54-.946-1.16-1.036-1.796z"
|
|
3190
|
+
}), /*#__PURE__*/createElement("path", {
|
|
3191
|
+
fill: "currentColor",
|
|
3192
|
+
d: "M4.675 13.035l-.559 1.18a8.37 8.37 0 00.87.351l.03.01.004.002h.001l.004.002h.001a8.47 8.47 0 00.029.01h.004v.001l.005.001.005.002.024.008.005.001.004.002h.002l.004.002.005.001.024.008.004.001h.002l.003.002h.002l.004.002.005.001.018.006h.002l.003.002h.002l.003.001h.002l.003.002h.002l.004.001.001.001.004.001h.002a6.774 6.774 0 00.016.006h.002l.003.001.003.001h.002l.003.002h.002l.003.001.003.001.003.001h.002l.005.002.006.002.005.001.002.001.003.001h.002l.003.002h.003l.003.001h.002l.003.002h.002l.004.002h.001a2.323 2.323 0 00.008.002l.003.001h.002l.003.002h.003l.003.001.002.001h.003l.002.002h.004l.002.001.003.001h.002l.01.004h.002l.004.001h.002l.003.002h.002l.004.001.002.001a4.994 4.994 0 00.005.002h.004l.001.001.005.001.011.004h.002l.004.001h.001l.004.002h.002l.004.001h.001a2.99 2.99 0 00.006.002l.005.002.017.005.005.001h.001l.005.002h.001l.004.001h.001l.005.002.017.005h.001l.005.001h.001l.004.002h.002l.004.001h.001l.005.002.029.008.005.001.006.002c.472.126.967.217 1.48.268l.13-1.3a7.595 7.595 0 01-2.467-.665z"
|
|
3193
|
+
}), /*#__PURE__*/createElement("path", {
|
|
3194
|
+
fill: "currentColor",
|
|
3195
|
+
d: "M11.346 13.023c-.73.35-1.582.583-2.463.674l.135 1.3h.004l.003-.001a3.627 3.627 0 00.011-.001h.002l.004-.001h.008l.004-.001h.006l.002-.001h.006l.005-.001a.338.338 0 01.013-.002h.001a6.905 6.905 0 01.007 0l.003-.001h.006l.003-.001h.006l.003-.001h.007l.001-.001h.008l.004-.001h.002l.004-.001h.006l.002-.001h.006l.004-.001a.638.638 0 00.006 0l.002-.001h.005l.006-.001h.002l.004-.001h.006l.002-.001h.006l.004-.001h.002l.003-.001h.006l.004-.001h.004l.002-.001h.006l.004-.001h.002l.004-.001h.006l.002-.001h.006l.004-.001h.002l.005-.001h.002l.004-.001h.006l.002-.001h.006l.004-.001h.002l.004-.001h.002l.004-.001h.002l.011-.002h.008l.004-.001h.002l.004-.001h.002l.004-.001h.006l.002-.001.011-.002h.008l.004-.001h.002l.004-.001h.002l.004-.001h.006l.001-.001h.006l.012-.003h.008l.004-.001h.001l.005-.001h.001a6.885 6.885 0 00.01-.002h.002l.012-.002h.005l.002-.001h.006l.004-.002h.008a4.103 4.103 0 00.005-.002h.006l.012-.002.006-.001h.001l.005-.001h.002l.004-.001h.006l.001-.001.005-.001.019-.003h.005l.001-.001h.005l.002-.001h.005l.005-.002h.001a8.732 8.732 0 00.03-.005h.007l.004-.002h.007l.018-.004h.006l.001-.001h.005v-.001h.005l.002-.001.005-.001a2.921 2.921 0 00.024-.004l.006-.001.006-.001.005-.001h.002l.005-.001.018-.004h.006l.006-.002h.006l.006-.002.024-.004.006-.001.006-.002.03-.005.005-.001h.001l.005-.001.006-.002.036-.007a8.85 8.85 0 001.305-.36l.005-.002.005-.002.022-.008a17.301 17.301 0 00.01-.003h.001l.005-.002.005-.002h.001l.016-.007.005-.001.001-.001.004-.001h.001a1.621 1.621 0 00.01-.004l.005-.002a8.232 8.232 0 00.017-.007l.004-.001.002-.001.003-.001.002-.001.003-.001h.002l.004-.002a.449.449 0 01.005-.002h.001a5.7 5.7 0 00.01-.005h.002l.004-.002h.001l.004-.002h.002l.003-.001.002-.001.003-.001.002-.001.003-.002h.002l.004-.002.006-.002h.001l.004-.002h.002l.003-.002h.002l.003-.002h.002l.003-.002h.002l.003-.002h.002l.003-.002h.002l.002-.002.006-.002h.002l.002-.002h.003l.002-.002h.002l.003-.002h.002l.004-.002h.001l.003-.001.002-.001.003-.002.014-.005.004-.002h.001l.004-.002.005-.002.005-.001.027-.012.005-.002c.002 0 .003 0 .004-.002.141-.057.278-.118.412-.182l-.564-1.178z"
|
|
3196
|
+
}), /*#__PURE__*/createElement("path", {
|
|
3197
|
+
fill: "currentColor",
|
|
3198
|
+
d: "M13.705 10.33c-.084.636-.436 1.259-1.02 1.8l.889.957a5.4 5.4 0 00.439-.456v-.001l.01-.013h.001l.008-.01.008-.01.011-.012a28.835 28.835 0 00.008-.01l.008-.01.008-.01.003-.003a5.62 5.62 0 00.015-.019l.001-.001.003-.003.004-.006h.001l.002-.004h.001l.005-.006.002-.003v-.001l.008-.009V12.5l.003-.003.004-.006h.001l.002-.003.002-.002.003-.004.001-.002.002-.002.001-.002.003-.003.002-.002c0-.001 0-.002.002-.003v-.001l.003-.003.001-.002.003-.003.001-.002.002-.002a2.87 2.87 0 01.004-.006l.002-.002.002-.002.001-.002.002-.002.002-.004.002-.002.002-.002.001-.002.003-.003.001-.002.002-.003.002-.001.002-.003c0-.001 0-.002.002-.003l.002-.002.001-.002.002-.003.001-.001a1.216 1.216 0 00.006-.008l.002-.002a9.263 9.263 0 00.004-.005c0-.001 0-.002.002-.003a.248.248 0 01.005-.007l.002-.003.001-.002.002-.002.001-.002.003-.004.001-.001.002-.003.002-.002.002-.004.002-.001c0-.001 0-.002.002-.003v-.001l.003-.004.001-.001.003-.004v-.001l.003-.003.001-.002.003-.004.003-.004.001-.001.003-.004v-.002c.002 0 .002-.002.003-.003l.001-.001.003-.004.003-.005h.001a.884.884 0 00.003-.005l.003-.004.001-.002.003-.003v-.001a1.55 1.55 0 01.003-.004l.001-.001.002-.004.001-.001.003-.004a.95.95 0 00.003-.005h.001l.003-.005.003-.005h.001l.003-.004v-.001l.003-.005.003-.004.001-.001.003-.004.003-.005.001-.001.003-.004.003-.005.003-.004v-.001l.004-.005.003-.004v-.001l.007-.01.003-.004.003-.005.001-.001.003-.004.003-.005.003-.005.007-.01a2.74 2.74 0 00.007-.01c0-.002.002-.003.003-.005 0-.002.002-.003.003-.005l.003-.005.007-.01.006-.01.003-.004a4.075 4.075 0 00.496-1.077l.008-.028.003-.011.003-.011.002-.006.001-.005.002-.005c0-.004.002-.008.003-.011v-.001l.003-.01v-.001l.001-.005.002-.005v-.001-.005h.001l.001-.006.002-.005.001-.006.002-.005v-.005l.001-.001.001-.005v-.001l.002-.004v-.001a1.112 1.112 0 00.002-.01v-.002l.002-.004.001-.005v-.002l.001-.004v-.001l.002-.005v-.001-.004l.001-.001.001-.005a.131.131 0 01.003-.01v-.002l.001-.004v-.002l.001-.003v-.002l.002-.004v-.002-.003l.001-.002.001-.005v-.002l.001-.002v-.003l.001-.003.001-.003v-.003l.001-.002V10.8l.001-.002.001-.004v-.002l.001-.003v-.002l.002-.004v-.003-.002l.001-.003v-.002l.002-.005v-.002-.002l.001-.002v-.005l.001-.002.001-.003v-.002-.003h.001l.001-.007v-.001l.001-.003v-.002l.002-.005v-.002-.003l.002-.008v-.003l.001-.002.002-.01V10.7v-.004l.002-.007.003-.016c.01-.057.02-.115.027-.173l-1.295-.17z"
|
|
3199
|
+
}), /*#__PURE__*/createElement("path", {
|
|
3200
|
+
fill: "currentColor",
|
|
3201
|
+
d: "M12.741 6.316l-.714 1.093c.71.464 1.225 1.033 1.492 1.647l1.198-.52a4.442 4.442 0 00-.643-1.043 5.081 5.081 0 00-.018-.022l-.004-.004a17.562 17.562 0 00-.015-.018l-.004-.005a4.797 4.797 0 00-.007-.009l-.004-.004a2.821 2.821 0 00-.015-.018l-.004-.004a4.948 4.948 0 00-.007-.009l-.004-.004a4.75 4.75 0 00-.008-.01l-.004-.004-.004-.004a1.755 1.755 0 01-.003-.004l-.004-.005-.004-.004a12.183 12.183 0 00-.003-.004l-.001-.001a4.714 4.714 0 00-.007-.008l-.001-.001-.003-.003v-.001l-.004-.004-.004-.004v-.001l-.004-.003v-.001l-.004-.004v-.001a.855.855 0 00-.003-.003l-.002-.001c0-.002-.002-.003-.003-.004l-.004-.004v-.001l-.003-.003-.001-.001-.003-.004-.001-.001-.003-.003-.001-.001-.003-.003v-.001a1.804 1.804 0 01-.004-.004h-.001l-.003-.004-.001-.001-.003-.003v-.001l-.004-.004-.001-.001-.003-.003v-.001l-.004-.004-.004-.004v-.001l-.004-.003v-.001a1.25 1.25 0 00-.004-.004h-.001c0-.002-.002-.003-.003-.004l-.001-.001a.808.808 0 00-.004-.004l-.003-.004a.921.921 0 00-.004-.004l-.004-.004v-.001l-.004-.003-.001-.002-.003-.002v-.002c-.002 0-.003-.002-.004-.003l-.001-.001-.003-.003a.307.307 0 01-.004-.005 2.048 2.048 0 01-.006-.005l-.002-.003-.001-.001-.003-.003-.001-.001-.003-.004-.002-.001-.002-.003-.002-.001-.003-.003-.001-.002-.002-.002-.002-.002-.002-.002-.002-.002a1.184 1.184 0 01-.003-.003l-.002-.002-.002-.002a.356.356 0 00-.003-.004l-.002-.002-.003-.003-.002-.001-.002-.003-.001-.001-.003-.003-.002-.002-.002-.002-.002-.002-.002-.002-.002-.002a1.177 1.177 0 00-.003-.003l-.002-.002-.002-.002-.002-.002-.001-.002c-.001 0-.002 0-.002-.002l-.003-.003-.002-.002-.002-.002-.002-.001-.002-.002-.003-.003-.002-.002-.002-.002-.002-.002a.37.37 0 00-.001-.002l-.003-.002-.002-.003-.002-.002-.002-.002-.002-.002-.002-.001-.003-.004-.002-.001-.002-.002-.002-.002-.002-.002-.002-.003-.003-.002-.002-.002-.001-.002-.002-.001-.003-.003a.66.66 0 00-.002-.002l-.002-.002-.002-.002-.002-.002-.002-.002-.003-.003-.002-.002-.002-.002-.002-.002-.001-.001-.005-.004v-.001l-.003-.003h-.001l-.003-.003a.222.222 0 00-.005-.005l-.001-.002-.003-.002-.001-.001a.5.5 0 00-.004-.004l-.003-.003-.002-.002-.002-.002-.002-.002-.002-.002-.003-.003c-.001 0-.002 0-.002-.002l-.002-.001-.002-.002-.002-.002a1.175 1.175 0 01-.005-.005l-.002-.002-.002-.002-.002-.002L13.613 7l-.003-.002-.002-.002-.002-.002-.002-.002-.002-.002-.002-.002-.003-.003-.002-.001-.002-.002a.42.42 0 01-.007-.007l-.002-.002-.002-.002-.002-.001-.003-.003-.002-.002-.002-.002-.002-.002-.002-.002a.378.378 0 00-.007-.006l-.003-.002-.001-.002-.003-.002-.001-.002-.004-.003a.298.298 0 00-.006-.005l-.002-.003-.002-.001-.003-.003-.002-.002-.002-.002-.002-.001-.003-.003-.002-.002-.002-.002-.002-.002-.003-.002-.001-.001a1.366 1.366 0 00-.005-.005l-.003-.002-.001-.002-.004-.003-.004-.004a.215.215 0 01-.004-.003l-.002-.002-.003-.003-.002-.001-.002-.003h-.002c0-.002-.002-.003-.003-.003l-.001-.001-.004-.004-.004-.004h-.001a1.435 1.435 0 01-.004-.004l-.005-.004-.004-.004-.005-.004-.004-.004h-.001l-.003-.004a.141.141 0 00-.006-.004l-.004-.004-.005-.004-.004-.004h-.001l-.004-.004a5.38 5.38 0 00-.009-.008l-.004-.004h-.001l-.005-.004-.004-.004a.086.086 0 01-.004-.004h-.001l-.004-.004h-.001a1.617 1.617 0 01-.004-.004l-.005-.004-.004-.004-.005-.004-.01-.007v-.001l-.004-.004-.005-.004-.004-.003-.01-.008-.004-.004a6.001 6.001 0 00-.023-.02h-.001a6.42 6.42 0 00-.57-.417z"
|
|
3202
|
+
}), /*#__PURE__*/createElement("path", {
|
|
3203
|
+
fill: "currentColor",
|
|
3204
|
+
d: "M8 1a3.532 3.532 0 00-3.57 3.57c0 .573.21 1.23.642 2.008.251.452.576.943.968 1.458.315.415.67.842 1.057 1.273l.484.516c.111.113.26.175.419.175h.001c.16 0 .308-.063.42-.177l.135-.14A19.587 19.587 0 009.96 8.037c.392-.515.717-1.006.968-1.458.431-.779.641-1.435.641-2.009A3.532 3.532 0 008 1zm2.388 3.57c0 .355-.171.852-.493 1.435-.223.4-.517.844-.876 1.316-.304.4-.638.802-.992 1.194L8 8.545l-.026-.03c-.36-.4-.695-.801-.993-1.194-.359-.472-.653-.915-.876-1.316-.322-.582-.492-1.078-.492-1.436C5.613 3.23 6.661 2.182 8 2.182s2.388 1.048 2.388 2.387z"
|
|
3205
|
+
}), /*#__PURE__*/createElement("circle", {
|
|
3206
|
+
cx: 8,
|
|
3207
|
+
cy: 4.579,
|
|
3208
|
+
r: 0.991,
|
|
3209
|
+
fill: "currentColor",
|
|
3210
|
+
fillRule: "evenodd",
|
|
3211
|
+
clipRule: "evenodd"
|
|
3212
|
+
}));
|
|
3213
|
+
}
|
|
3214
|
+
|
|
3065
3215
|
function AccessibilityIcon(props) {
|
|
3066
3216
|
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
3067
3217
|
viewBox: "0 0 16 16",
|
|
@@ -3352,6 +3502,23 @@ function CloseIcon(props) {
|
|
|
3352
3502
|
}));
|
|
3353
3503
|
}
|
|
3354
3504
|
|
|
3505
|
+
function CloseSmallIcon(props) {
|
|
3506
|
+
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
3507
|
+
viewBox: "0 0 16 16",
|
|
3508
|
+
width: props.width || props.size || '1em',
|
|
3509
|
+
height: props.height || props.size || '1em',
|
|
3510
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3511
|
+
inline: undefined,
|
|
3512
|
+
color: props.color || 'currentColor'
|
|
3513
|
+
}), /*#__PURE__*/createElement("path", {
|
|
3514
|
+
fill: "currentColor",
|
|
3515
|
+
d: "M3.004 3.934l.93-.93 9.07 9.069-.93.93z"
|
|
3516
|
+
}), /*#__PURE__*/createElement("path", {
|
|
3517
|
+
fill: "currentColor",
|
|
3518
|
+
d: "M3.004 12.073l9.07-9.07.93.93-9.069 9.07z"
|
|
3519
|
+
}));
|
|
3520
|
+
}
|
|
3521
|
+
|
|
3355
3522
|
function ColorPickerIcon(props) {
|
|
3356
3523
|
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
3357
3524
|
viewBox: "0 0 16 16",
|
|
@@ -4201,6 +4368,86 @@ function UsersIcon(props) {
|
|
|
4201
4368
|
}));
|
|
4202
4369
|
}
|
|
4203
4370
|
|
|
4371
|
+
function OutlinedValidationCheckIcon(props) {
|
|
4372
|
+
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
4373
|
+
viewBox: "0 0 16 16",
|
|
4374
|
+
width: props.width || props.size || '1em',
|
|
4375
|
+
height: props.height || props.size || '1em',
|
|
4376
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
4377
|
+
inline: undefined,
|
|
4378
|
+
color: props.color || 'currentColor'
|
|
4379
|
+
}), /*#__PURE__*/createElement("g", {
|
|
4380
|
+
fill: "currentColor",
|
|
4381
|
+
fillRule: "evenodd",
|
|
4382
|
+
clipRule: "evenodd"
|
|
4383
|
+
}, /*#__PURE__*/createElement("path", {
|
|
4384
|
+
d: "M8 1a7 7 0 100 14A7 7 0 008 1zm0 13c-3.308 0-6-2.692-6-6s2.692-6 6-6 6 2.692 6 6-2.692 6-6 6z"
|
|
4385
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4386
|
+
d: "M6.82 9.386L4.917 7.43 4 8.375l2.36 2.43.081.07c.254.188.61.164.838-.07L12 5.944 11.082 5 6.819 9.386z"
|
|
4387
|
+
})));
|
|
4388
|
+
}
|
|
4389
|
+
|
|
4390
|
+
function OutlinedValidationErrorIcon(props) {
|
|
4391
|
+
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
4392
|
+
viewBox: "0 0 16 16",
|
|
4393
|
+
width: props.width || props.size || '1em',
|
|
4394
|
+
height: props.height || props.size || '1em',
|
|
4395
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
4396
|
+
inline: undefined,
|
|
4397
|
+
color: props.color || 'currentColor'
|
|
4398
|
+
}), /*#__PURE__*/createElement("g", {
|
|
4399
|
+
fill: "currentColor",
|
|
4400
|
+
fillRule: "evenodd",
|
|
4401
|
+
clipRule: "evenodd"
|
|
4402
|
+
}, /*#__PURE__*/createElement("path", {
|
|
4403
|
+
d: "M8 1C4.15 1 1 4.15 1 8s3.15 7 7 7 7-3.15 7-7-3.15-7-7-7zm0 13c-3.308 0-6-2.692-6-6s2.692-6 6-6 6 2.692 6 6-2.692 6-6 6z"
|
|
4404
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4405
|
+
d: "M10.05 4.96L8 7.01 5.95 4.96l-.99.99L7.01 8l-2.05 2.05.99.99L8 8.989l2.05 2.051.99-.99L8.989 8l2.051-2.05z"
|
|
4406
|
+
})));
|
|
4407
|
+
}
|
|
4408
|
+
|
|
4409
|
+
function OutlinedValidationExclamationIcon(props) {
|
|
4410
|
+
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
4411
|
+
viewBox: "0 0 16 16",
|
|
4412
|
+
width: props.width || props.size || '1em',
|
|
4413
|
+
height: props.height || props.size || '1em',
|
|
4414
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
4415
|
+
inline: undefined,
|
|
4416
|
+
color: props.color || 'currentColor'
|
|
4417
|
+
}), /*#__PURE__*/createElement("g", {
|
|
4418
|
+
fill: "currentColor"
|
|
4419
|
+
}, /*#__PURE__*/createElement("path", {
|
|
4420
|
+
d: "M8 1C4.15 1 1 4.15 1 8s3.15 7 7 7 7-3.15 7-7-3.15-7-7-7zm0 13c-3.308 0-6-2.692-6-6s2.692-6 6-6 6 2.692 6 6-2.692 6-6 6z"
|
|
4421
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4422
|
+
d: "M7.3 4h1.4v5.1H7.3z"
|
|
4423
|
+
}), /*#__PURE__*/createElement("circle", {
|
|
4424
|
+
cx: 8.005,
|
|
4425
|
+
cy: 11.375,
|
|
4426
|
+
r: 0.875
|
|
4427
|
+
})));
|
|
4428
|
+
}
|
|
4429
|
+
|
|
4430
|
+
function OutlinedValidationInfoIcon(props) {
|
|
4431
|
+
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
4432
|
+
viewBox: "0 0 16 16",
|
|
4433
|
+
width: props.width || props.size || '1em',
|
|
4434
|
+
height: props.height || props.size || '1em',
|
|
4435
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
4436
|
+
inline: undefined,
|
|
4437
|
+
color: props.color || 'currentColor'
|
|
4438
|
+
}), /*#__PURE__*/createElement("g", {
|
|
4439
|
+
fill: "currentColor"
|
|
4440
|
+
}, /*#__PURE__*/createElement("path", {
|
|
4441
|
+
d: "M8 1C4.15 1 1 4.15 1 8s3.15 7 7 7 7-3.15 7-7-3.15-7-7-7zm0 13c-3.308 0-6-2.692-6-6s2.692-6 6-6 6 2.692 6 6-2.692 6-6 6z"
|
|
4442
|
+
}), /*#__PURE__*/createElement("circle", {
|
|
4443
|
+
cx: 8.005,
|
|
4444
|
+
cy: 4.875,
|
|
4445
|
+
r: 0.875
|
|
4446
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4447
|
+
d: "M8.7 7.5l-.006-.095A.7.7 0 008 6.8H6.3v1.4h1v2.418h-1v1.4h3.4v-1.4H8.699L8.7 7.5z"
|
|
4448
|
+
})));
|
|
4449
|
+
}
|
|
4450
|
+
|
|
4204
4451
|
function ValidationCheckIcon(props) {
|
|
4205
4452
|
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
4206
4453
|
viewBox: "0 0 14 14",
|
|
@@ -4311,6 +4558,253 @@ function WarningIcon(props) {
|
|
|
4311
4558
|
}));
|
|
4312
4559
|
}
|
|
4313
4560
|
|
|
4561
|
+
function CloudIcon(props) {
|
|
4562
|
+
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
4563
|
+
viewBox: "0 0 24 24",
|
|
4564
|
+
width: props.width || props.size || '1em',
|
|
4565
|
+
height: props.height || props.size || '1em',
|
|
4566
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
4567
|
+
inline: undefined,
|
|
4568
|
+
color: props.color || 'currentColor'
|
|
4569
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4570
|
+
fill: "currentColor",
|
|
4571
|
+
d: "M9.248 20.247c-4.25 0-7.86-3.315-8.219-7.55C.67 8.46 3.671 4.582 7.863 3.868c3.952-.674 7.84 1.66 9.161 5.382h.477c3.032 0 5.499 2.466 5.499 5.499s-2.467 5.498-5.499 5.498H9.248zM9.232 5.585c-.351 0-.705.03-1.061.09-3.26.555-5.595 3.571-5.315 6.867.28 3.294 3.087 5.873 6.392 5.873h8.253a3.67 3.67 0 003.666-3.666 3.67 3.67 0 00-3.666-3.666h-1.154a.917.917 0 01-.888-.688c-.736-2.853-3.358-4.81-6.227-4.81z"
|
|
4572
|
+
}));
|
|
4573
|
+
}
|
|
4574
|
+
|
|
4575
|
+
function CloudLightningIcon(props) {
|
|
4576
|
+
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
4577
|
+
viewBox: "0 0 24 24",
|
|
4578
|
+
width: props.width || props.size || '1em',
|
|
4579
|
+
height: props.height || props.size || '1em',
|
|
4580
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
4581
|
+
inline: undefined,
|
|
4582
|
+
color: props.color || 'currentColor'
|
|
4583
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4584
|
+
fill: "currentColor",
|
|
4585
|
+
d: "M18.413 17.405a.917.917 0 01-.182-1.814 3.653 3.653 0 002.917-3.96 3.652 3.652 0 00-3.645-3.296h-1.16a.915.915 0 01-.887-.687 6.413 6.413 0 10-9.315 7.215.916.916 0 01-.888 1.603 8.244 8.244 0 013.994-15.46 8.244 8.244 0 017.773 5.497h.484a5.479 5.479 0 015.468 4.944 5.481 5.481 0 01-4.376 5.94.995.995 0 01-.183.018z"
|
|
4586
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4587
|
+
fill: "currentColor",
|
|
4588
|
+
d: "M11.083 22.994a.915.915 0 01-.761-1.425l2.716-4.072H9.252a.917.917 0 01-.763-1.425l3.666-5.496a.916.916 0 111.525 1.016l-2.716 4.072h3.785a.916.916 0 01.763 1.425l-3.666 5.497a.915.915 0 01-.763.408z"
|
|
4589
|
+
}));
|
|
4590
|
+
}
|
|
4591
|
+
|
|
4592
|
+
function CloudRainIcon(props) {
|
|
4593
|
+
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
4594
|
+
viewBox: "0 0 24 24",
|
|
4595
|
+
width: props.width || props.size || '1em',
|
|
4596
|
+
height: props.height || props.size || '1em',
|
|
4597
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
4598
|
+
inline: undefined,
|
|
4599
|
+
color: props.color || 'currentColor'
|
|
4600
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4601
|
+
fill: "currentColor",
|
|
4602
|
+
d: "M8.343 21.166a.916.916 0 01-.917-.917v-1.833a.916.916 0 111.833 0v1.833c0 .507-.41.917-.916.917z"
|
|
4603
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4604
|
+
fill: "currentColor",
|
|
4605
|
+
d: "M8.343 15.666a.916.916 0 01-.917-.916v-1.833a.917.917 0 011.833 0v1.833c0 .507-.41.916-.916.916z"
|
|
4606
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4607
|
+
fill: "currentColor",
|
|
4608
|
+
d: "M15.674 21.166a.916.916 0 01-.916-.917v-1.833a.916.916 0 111.833 0v1.833c0 .507-.41.917-.917.917z"
|
|
4609
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4610
|
+
fill: "currentColor",
|
|
4611
|
+
d: "M15.674 15.666a.916.916 0 01-.916-.916v-1.833a.916.916 0 111.833 0v1.833c0 .507-.41.916-.917.916z"
|
|
4612
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4613
|
+
fill: "currentColor",
|
|
4614
|
+
d: "M12.009 22.999a.916.916 0 01-.917-.917V20.25a.916.916 0 111.833 0v1.833c0 .507-.41.917-.916.917z"
|
|
4615
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4616
|
+
fill: "currentColor",
|
|
4617
|
+
d: "M12.009 17.5a.916.916 0 01-.917-.917V14.75a.916.916 0 111.833 0v1.833c0 .507-.41.917-.916.917z"
|
|
4618
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4619
|
+
fill: "currentColor",
|
|
4620
|
+
d: "M19.342 17.115a.917.917 0 01-.368-1.756 3.684 3.684 0 002.117-4.108 3.682 3.682 0 00-3.584-2.917h-1.154a.916.916 0 01-.887-.687 6.395 6.395 0 00-5.852-4.802A6.392 6.392 0 003.261 6.96a6.394 6.394 0 001.987 7.304.916.916 0 11-1.144 1.432 8.22 8.22 0 01-2.555-9.39 8.213 8.213 0 018.168-5.29A8.22 8.22 0 0117.031 6.5h.477a5.522 5.522 0 015.377 4.375 5.524 5.524 0 01-3.176 6.162.907.907 0 01-.367.077z"
|
|
4621
|
+
}));
|
|
4622
|
+
}
|
|
4623
|
+
|
|
4624
|
+
function CloudSnowIcon(props) {
|
|
4625
|
+
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
4626
|
+
viewBox: "0 0 24 24",
|
|
4627
|
+
width: props.width || props.size || '1em',
|
|
4628
|
+
height: props.height || props.size || '1em',
|
|
4629
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
4630
|
+
inline: undefined,
|
|
4631
|
+
color: props.color || 'currentColor'
|
|
4632
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4633
|
+
fill: "currentColor",
|
|
4634
|
+
d: "M19.342 18.031a.917.917 0 01-.368-1.756 3.684 3.684 0 002.117-4.108 3.682 3.682 0 00-3.584-2.916h-1.154a.916.916 0 01-.887-.688 6.395 6.395 0 00-5.852-4.801 6.395 6.395 0 00-6.353 4.114 6.394 6.394 0 001.987 7.303.916.916 0 11-1.144 1.433 8.22 8.22 0 01-2.555-9.39 8.215 8.215 0 018.168-5.29 8.22 8.22 0 017.314 5.486h.477a5.522 5.522 0 015.377 4.375 5.524 5.524 0 01-3.176 6.161.907.907 0 01-.367.077z"
|
|
4635
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4636
|
+
fill: "currentColor",
|
|
4637
|
+
d: "M8.352 16.583a.92.92 0 01-.921-.917c0-.506.405-.916.912-.916h.009a.916.916 0 110 1.833z"
|
|
4638
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4639
|
+
fill: "currentColor",
|
|
4640
|
+
d: "M8.352 20.25c-.507 0-.921-.41-.921-.917s.405-.917.912-.917h.009a.916.916 0 110 1.833z"
|
|
4641
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4642
|
+
fill: "currentColor",
|
|
4643
|
+
d: "M12.018 18.416a.92.92 0 01-.92-.917c0-.506.405-.916.91-.916h.01a.916.916 0 110 1.833z"
|
|
4644
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4645
|
+
fill: "currentColor",
|
|
4646
|
+
d: "M12.018 22.082a.92.92 0 01-.92-.916c0-.507.405-.917.91-.917h.01a.916.916 0 110 1.833z"
|
|
4647
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4648
|
+
fill: "currentColor",
|
|
4649
|
+
d: "M15.684 16.583a.92.92 0 01-.92-.917c0-.506.405-.916.911-.916h.01a.916.916 0 110 1.833z"
|
|
4650
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4651
|
+
fill: "currentColor",
|
|
4652
|
+
d: "M15.684 20.25c-.506 0-.92-.41-.92-.917s.405-.917.911-.917h.01a.916.916 0 110 1.833z"
|
|
4653
|
+
}));
|
|
4654
|
+
}
|
|
4655
|
+
|
|
4656
|
+
function SunIcon(props) {
|
|
4657
|
+
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
4658
|
+
viewBox: "0 0 24 24",
|
|
4659
|
+
width: props.width || props.size || '1em',
|
|
4660
|
+
height: props.height || props.size || '1em',
|
|
4661
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
4662
|
+
inline: undefined,
|
|
4663
|
+
color: props.color || 'currentColor'
|
|
4664
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4665
|
+
fill: "currentColor",
|
|
4666
|
+
d: "M12 17.5c-3.033 0-5.5-2.467-5.5-5.5S8.967 6.5 12 6.5s5.5 2.467 5.5 5.5-2.467 5.5-5.5 5.5zm0-9.167A3.67 3.67 0 008.333 12 3.67 3.67 0 0012 15.667 3.67 3.67 0 0015.667 12 3.67 3.67 0 0012 8.333z"
|
|
4667
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4668
|
+
fill: "currentColor",
|
|
4669
|
+
d: "M12 4.667a.917.917 0 01-.917-.917V1.917a.917.917 0 011.834 0V3.75c0 .506-.41.917-.917.917z"
|
|
4670
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4671
|
+
fill: "currentColor",
|
|
4672
|
+
d: "M12 23a.916.916 0 01-.917-.917V20.25a.916.916 0 111.834 0v1.833c0 .507-.41.917-.917.917z"
|
|
4673
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4674
|
+
fill: "currentColor",
|
|
4675
|
+
d: "M6.17 7.087a.914.914 0 01-.648-.269L4.22 5.516A.916.916 0 115.516 4.22l1.302 1.302a.916.916 0 01-.648 1.565z"
|
|
4676
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4677
|
+
fill: "currentColor",
|
|
4678
|
+
d: "M19.132 20.049a.914.914 0 01-.648-.269l-1.302-1.302a.916.916 0 111.296-1.296l1.302 1.302a.916.916 0 01-.648 1.565z"
|
|
4679
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4680
|
+
fill: "currentColor",
|
|
4681
|
+
d: "M3.75 12.917H1.917a.917.917 0 010-1.834H3.75a.917.917 0 010 1.834z"
|
|
4682
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4683
|
+
fill: "currentColor",
|
|
4684
|
+
d: "M22.083 12.917H20.25a.916.916 0 110-1.834h1.833a.916.916 0 110 1.834z"
|
|
4685
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4686
|
+
fill: "currentColor",
|
|
4687
|
+
d: "M4.868 20.049a.916.916 0 01-.648-1.565l1.302-1.302a.916.916 0 111.296 1.296L5.516 19.78a.914.914 0 01-.648.269z"
|
|
4688
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4689
|
+
fill: "currentColor",
|
|
4690
|
+
d: "M17.83 7.087a.916.916 0 01-.648-1.565l1.302-1.302a.916.916 0 111.296 1.296l-1.302 1.302a.914.914 0 01-.648.269z"
|
|
4691
|
+
}));
|
|
4692
|
+
}
|
|
4693
|
+
|
|
4694
|
+
function SunCloudIcon(props) {
|
|
4695
|
+
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
4696
|
+
viewBox: "0 0 24 24",
|
|
4697
|
+
width: props.width || props.size || '1em',
|
|
4698
|
+
height: props.height || props.size || '1em',
|
|
4699
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
4700
|
+
inline: undefined,
|
|
4701
|
+
color: props.color || 'currentColor'
|
|
4702
|
+
}), /*#__PURE__*/createElement("g", {
|
|
4703
|
+
fill: "currentColor"
|
|
4704
|
+
}, /*#__PURE__*/createElement("path", {
|
|
4705
|
+
d: "M8.765 5.53c.357 0 .647-.29.647-.648V3.588a.647.647 0 00-1.294 0v1.294c0 .358.29.647.647.647z"
|
|
4706
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4707
|
+
d: "M4.192 7.048a.645.645 0 00.915 0 .647.647 0 000-.915l-.92-.919a.647.647 0 10-.914.915l.919.92z"
|
|
4708
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4709
|
+
d: "M3.588 10.706a.647.647 0 00-.647-.647H1.647a.647.647 0 000 1.294h1.294c.358 0 .647-.29.647-.647z"
|
|
4710
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4711
|
+
d: "M4.192 14.364l-.92.919a.647.647 0 10.916.915l.919-.92a.647.647 0 10-.915-.914z"
|
|
4712
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4713
|
+
d: "M12.88 7.238a.645.645 0 00.458-.19l.918-.919a.647.647 0 10-.914-.915l-.92.92a.647.647 0 00.458 1.104z"
|
|
4714
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4715
|
+
d: "M19.118 13.294h-.337c-.883-2.488-3.392-4.094-6.024-3.855a4.079 4.079 0 00-7.586 1.425 4.107 4.107 0 002.237 4.3c.02.009.04.013.06.02-.002.18.004.362.02.544.253 2.99 2.802 5.33 5.802 5.33H19.118c2.14 0 3.882-1.74 3.882-3.882s-1.741-3.882-3.882-3.882zM6.45 11.056a2.787 2.787 0 014.953-1.323 5.88 5.88 0 00-3.748 4.074 2.814 2.814 0 01-1.205-2.75zm12.667 8.709h-5.825-.003c-2.333 0-4.316-1.82-4.513-4.147-.197-2.326 1.45-4.456 3.753-4.848.25-.042.5-.063.749-.063 2.025 0 3.877 1.381 4.397 3.396a.646.646 0 00.627.485h.815a2.59 2.59 0 012.588 2.588 2.59 2.59 0 01-2.588 2.589z"
|
|
4716
|
+
})));
|
|
4717
|
+
}
|
|
4718
|
+
|
|
4719
|
+
function SunCloudRainIcon(props) {
|
|
4720
|
+
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
4721
|
+
viewBox: "0 0 24 24",
|
|
4722
|
+
width: props.width || props.size || '1em',
|
|
4723
|
+
height: props.height || props.size || '1em',
|
|
4724
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
4725
|
+
inline: undefined,
|
|
4726
|
+
color: props.color || 'currentColor'
|
|
4727
|
+
}), /*#__PURE__*/createElement("g", {
|
|
4728
|
+
fill: "currentColor"
|
|
4729
|
+
}, /*#__PURE__*/createElement("path", {
|
|
4730
|
+
d: "M8.767 3.588c.357 0 .647-.29.647-.647V1.647a.647.647 0 00-1.294 0v1.294c0 .358.29.647.647.647z"
|
|
4731
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4732
|
+
d: "M4.194 5.107a.645.645 0 00.915 0 .647.647 0 000-.915l-.919-.92a.647.647 0 10-.915.916l.92.919z"
|
|
4733
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4734
|
+
d: "M3.59 8.765a.647.647 0 00-.646-.647H1.649a.647.647 0 000 1.294h1.295c.357 0 .647-.29.647-.647z"
|
|
4735
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4736
|
+
d: "M4.194 12.423l-.919.919a.647.647 0 10.915.914l.92-.918a.647.647 0 10-.916-.915z"
|
|
4737
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4738
|
+
d: "M12.883 5.297a.645.645 0 00.457-.19l.919-.92a.647.647 0 10-.915-.914l-.919.919a.647.647 0 00.458 1.105z"
|
|
4739
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4740
|
+
d: "M22.916 14.442a3.9 3.9 0 00-3.796-3.09h-.336a5.803 5.803 0 00-6.025-3.855 4.079 4.079 0 00-7.586 1.426 4.107 4.107 0 002.237 4.3c.02.009.04.013.06.02a5.799 5.799 0 002.187 4.6.648.648 0 00.808-1.01 4.514 4.514 0 01-1.403-5.157 4.504 4.504 0 014.486-2.904 4.515 4.515 0 014.13 3.39.646.646 0 00.627.485h.814a2.6 2.6 0 012.531 2.06 2.6 2.6 0 01-1.496 2.9.647.647 0 00.52 1.185 3.9 3.9 0 002.242-4.35zM7.853 11.214c-.081.214-.145.43-.201.648a2.814 2.814 0 01-1.199-2.747A2.79 2.79 0 018.776 6.76a2.786 2.786 0 012.625 1.026 5.81 5.81 0 00-3.548 3.428z"
|
|
4741
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4742
|
+
d: "M12.65 19.118a.647.647 0 00-.648.647v1.294a.647.647 0 101.294 0v-1.294a.647.647 0 00-.647-.647z"
|
|
4743
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4744
|
+
d: "M12.65 15.235a.647.647 0 00-.648.647v1.294a.647.647 0 101.294 0v-1.294a.647.647 0 00-.647-.647z"
|
|
4745
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4746
|
+
d: "M17.826 19.118a.647.647 0 00-.647.647v1.294a.647.647 0 101.294 0v-1.294a.647.647 0 00-.647-.647z"
|
|
4747
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4748
|
+
d: "M17.826 15.235a.647.647 0 00-.647.647v1.294a.647.647 0 101.294 0v-1.294a.647.647 0 00-.647-.647z"
|
|
4749
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4750
|
+
d: "M15.238 20.412a.647.647 0 00-.647.647v1.294a.647.647 0 101.294 0v-1.294a.647.647 0 00-.647-.647z"
|
|
4751
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4752
|
+
d: "M15.238 16.53a.647.647 0 00-.647.646v1.295a.647.647 0 101.294 0v-1.295a.647.647 0 00-.647-.647z"
|
|
4753
|
+
})));
|
|
4754
|
+
}
|
|
4755
|
+
|
|
4756
|
+
function ThermometerIcon(props) {
|
|
4757
|
+
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
4758
|
+
viewBox: "0 0 24 24",
|
|
4759
|
+
width: props.width || props.size || '1em',
|
|
4760
|
+
height: props.height || props.size || '1em',
|
|
4761
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
4762
|
+
inline: undefined,
|
|
4763
|
+
color: props.color || 'currentColor'
|
|
4764
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4765
|
+
fill: "currentColor",
|
|
4766
|
+
d: "M12 22.91a4.971 4.971 0 01-4.785-3.55 4.968 4.968 0 011.603-5.308v-9.78A3.185 3.185 0 0112 1.091a3.186 3.186 0 013.182 3.181v9.78a4.968 4.968 0 011.602 5.308A4.97 4.97 0 0112 22.91zm0-20c-.752 0-1.363.61-1.363 1.362v10.236a.91.91 0 01-.405.756 3.164 3.164 0 00-1.276 3.569A3.163 3.163 0 0012 21.091a3.161 3.161 0 003.044-2.258 3.163 3.163 0 00-1.276-3.57.908.908 0 01-.405-.755V4.272c0-.751-.611-1.363-1.363-1.363z"
|
|
4767
|
+
}), /*#__PURE__*/createElement("circle", {
|
|
4768
|
+
cx: 11.953,
|
|
4769
|
+
cy: 17.908,
|
|
4770
|
+
r: 2.145,
|
|
4771
|
+
fill: "currentColor"
|
|
4772
|
+
}));
|
|
4773
|
+
}
|
|
4774
|
+
|
|
4775
|
+
function UmbrellaIcon(props) {
|
|
4776
|
+
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
4777
|
+
viewBox: "0 0 24 24",
|
|
4778
|
+
width: props.width || props.size || '1em',
|
|
4779
|
+
height: props.height || props.size || '1em',
|
|
4780
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
4781
|
+
inline: undefined,
|
|
4782
|
+
color: props.color || 'currentColor'
|
|
4783
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4784
|
+
fill: "currentColor",
|
|
4785
|
+
d: "M12 1.917a11.046 11.046 0 00-10.996 9.996.917.917 0 00.913 1.004h9.166v5.5a3.667 3.667 0 007.334 0 .917.917 0 10-1.834 0 1.833 1.833 0 11-3.666 0v-5.5h9.166a.917.917 0 00.913-1.004A11.046 11.046 0 0012 1.917zm0 1.833a9.21 9.21 0 019.014 7.333H2.986A9.21 9.21 0 0112 3.75z"
|
|
4786
|
+
}));
|
|
4787
|
+
}
|
|
4788
|
+
|
|
4789
|
+
function WindIcon(props) {
|
|
4790
|
+
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
4791
|
+
viewBox: "0 0 24 24",
|
|
4792
|
+
width: props.width || props.size || '1em',
|
|
4793
|
+
height: props.height || props.size || '1em',
|
|
4794
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
4795
|
+
inline: undefined,
|
|
4796
|
+
color: props.color || 'currentColor'
|
|
4797
|
+
}), /*#__PURE__*/createElement("g", {
|
|
4798
|
+
fill: "currentColor"
|
|
4799
|
+
}, /*#__PURE__*/createElement("path", {
|
|
4800
|
+
d: "M2 9h9.002a3 3 0 10-2.12-5.117 1 1 0 001.419 1.41A1 1 0 1111.006 7l-.004 1 .004-1H2a1 1 0 000 2z"
|
|
4801
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4802
|
+
d: "M14.002 15H2a1 1 0 000 2H14.007a1 1 0 11-.705 1.706 1 1 0 00-1.42 1.41 3 3 0 102.12-5.115z"
|
|
4803
|
+
}), /*#__PURE__*/createElement("path", {
|
|
4804
|
+
d: "M21.25 6.468a3.5 3.5 0 00-4.223.553 1 1 0 001.413 1.416A1.5 1.5 0 1119.502 11H2a1 1 0 000 2h17.505l-.002-1v-.017L19.505 13a3.5 3.5 0 001.745-6.532z"
|
|
4805
|
+
})));
|
|
4806
|
+
}
|
|
4807
|
+
|
|
4314
4808
|
function ZoomInIcon(props) {
|
|
4315
4809
|
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
4316
4810
|
viewBox: "0 0 16 16",
|
|
@@ -4343,4 +4837,4 @@ function ZoomOutIcon(props) {
|
|
|
4343
4837
|
}));
|
|
4344
4838
|
}
|
|
4345
4839
|
|
|
4346
|
-
export { AccessibilityIcon, AddCardIcon, AddIcon, AdditionalIcon, AdditionalZonesTicketIcon, AdjustmentsIcon, AdminIcon, AgreesIcon, AlignCenterIcon, AlignLeftIcon, AlignRightIcon, AnimalFreeIcon, AnimalIcon, AttachmentIcon, BabyIcon, BackArrowIcon, BanknoteIcon, BanknoteMultiIcon, BatteryIcon, BellIcon, BergenBysykkelIcon, BicycleHotelIcon, BicycleIcon, BicycleParkingIcon, BoldIcon, BoltIcon, BookmarkIcon, BrakarIcon, BrightnessIcon, BugIcon, BulletListIcon, BusIcon, BusShelterIcon, CablewayIcon, CalendarIcon, CameraIcon, CarIcon, CardIcon, CarferryIcon, ChannelsIcon, ChatIcon, CheckIcon, CityIcon, ClockIcon, CloseIcon, ClosedLockIcon, CloudDownloadIcon, CoffeeIcon, CollapsedIcon, ColorPickerIcon, CommentIcon, ConfigurationIcon, ContactsIcon, CopyIcon, CutleryIcon, DatabaseIcon, DateIcon, DeleteIcon, DenmarkIcon, DepositionIcon, DesktopIcon, DestinationIcon, DiffIcon, DownArrowIcon, DownloadIcon, DownwardIcon, DraggableIcon, EditIcon, EmailIcon, EnvironmentIcon, EuroIcon, ExpandIcon, ExtendIcon, ExternalIcon, FacebookIcon, FarteIcon, FerryIcon, FileIcon, ForwardIcon, FunicularIcon, GOAIcon, GithubIcon, GoalIcon, GoogleIcon, GridViewIcon, HandToolIcon, HeartIcon, HelicopterIcon, HomeIcon, HorizontalDotsIcon, ImageIcon, InnlandstrafikkIcon, InstagramIcon, InternationalIcon, InterrailIcon, InvalidTicketIcon, ItalicIcon, KolumbusBysykkelIcon, KolumbusIcon, LaptopIcon, LeftArrowIcon, LikeIcon, LimeIcon, LinkIcon, LinkedinIcon, ListViewIcon, LoadingIcon, LockerIcon, LogOutIcon, LogoNegativeIcon, LogoPositiveIcon, LuggageIcon, MapIcon, MapPinIcon, MastercardIcon, MenuIcon, MergeProfilesIcon, MinimizeIcon, MobileIcon, MoneyIcon, NewIcon, NightIcon, NorwayIcon, NumberListIcon, OpenedLockIcon, OrganizationIcon, OsloBysykkelIcon, OstfoldIcon, PackageIcon, ParkAndRideIcon, ParkIcon, ParkingGarageIcon, PhoneIcon, PlaneIcon, PlayIcon, PlayroomIcon, PositionIcon, PowerIcon, PremiumSeatIcon, PriceFromIcon, PricelistIcon, PrinterIcon, PrioritySeatPregnantIcon, PrioritySeatSeniorsIcon, PrivacyIcon, PurposeIcon, QRIcon, QuestionIcon, QuietIcon, QuitIcon, RSSIcon, RedoIcon, ReferenceIcon, RefreshIcon, ReportsIcon, ResetIcon, RightArrowIcon, RowHeightDefaultIcon, RowHeightMiddleIcon, RowHeightSmallIcon, RulesIcon, RunningIcon, RuterIcon, SJIcon, SaveIcon, ScooterIcon, ScopeIcon, SearchIcon, SeatIcon, SelectIcon, SendIcon, SettingsIcon, ShareIcon, ShoppingCartIcon, SkiIcon, SkypeIcon, SkyssIcon, SleepIcon, SourceCodeIcon, StandardIcon, StandingIcon, StarredIcon, StatsIcon, StrollerIcon, StrollingIcon, SubtractIcon, SubwayIcon, SuitcaseIcon, SwedenIcon, SwitchIcon, TVMIcon, TaxiIcon, TextColorIcon, TierIcon, TimelineIcon, ToFromIcon, ToiletIcon, TrackIcon, TrainCarIcon, TrainIcon, TramIcon, TransferIcon, TrondheimBysykkelIcon, TurnableIcon, TwitterIcon, UKIcon, UnderlineIcon, UndoIcon, UnlinkIcon, UnstarredIcon, UnviewIcon, UpArrowIcon, UploadIcon, UpwardIcon, UserIcon, UsersIcon, VKTIcon, ValidTicketIcon, ValidationCheckIcon, ValidationErrorIcon, ValidationExclamationIcon, ValidationInfoIcon, ValueIcon, VendingMachineIcon, VerticalDotsIcon, VerticalSwitchIcon, ViewIcon, VimeoIcon, VippsIcon, VippsLogoIcon, VisaIcon, VoiIcon, VyIcon, WaitingRoomIcon, WalkingIcon, WarningIcon, WheelchairIcon, WifiIcon, YoutubeIcon, ZoomInIcon, ZoomOutIcon };
|
|
4840
|
+
export { AccessibilityIcon, AddCardIcon, AddIcon, AdditionalIcon, AdditionalZonesTicketIcon, AdjustmentsIcon, AdminIcon, AgreesIcon, AlignCenterIcon, AlignLeftIcon, AlignRightIcon, AnimalFreeIcon, AnimalIcon, AttachmentIcon, BabyIcon, BackArrowIcon, BanknoteIcon, BanknoteMultiIcon, BatteryIcon, BellIcon, BergenBysykkelIcon, BicycleHotelIcon, BicycleIcon, BicycleParkingIcon, BoldIcon, BoltIcon, BookmarkIcon, BrakarIcon, BrightnessIcon, BugIcon, BulletListIcon, BusIcon, BusShelterIcon, CablewayIcon, CalendarIcon, CameraIcon, CarIcon, CardIcon, CarferryIcon, ChannelsIcon, ChatIcon, CheckIcon, CityIcon, ClockIcon, CloseIcon, CloseSmallIcon, ClosedLockIcon, CloudDownloadIcon, CloudIcon, CloudLightningIcon, CloudRainIcon, CloudSnowIcon, CoffeeIcon, CollapsedIcon, ColorPickerIcon, CommentIcon, ConfigurationIcon, ContactsIcon, CopyIcon, CorrespondenceIcon, CouchetteIcon, CutleryIcon, DatabaseIcon, DateIcon, DeleteIcon, DenmarkIcon, DepositionIcon, DesktopIcon, DestinationIcon, DiffIcon, DownArrowIcon, DownloadIcon, DownwardIcon, DraggableIcon, EditIcon, EmailIcon, EnvironmentIcon, EuroIcon, ExpandIcon, ExtendIcon, ExternalIcon, FacebookIcon, FarteIcon, FerryIcon, FileIcon, ForwardIcon, FunicularIcon, GOAIcon, GithubIcon, GoalIcon, GoogleIcon, GridViewIcon, HandToolIcon, HeartIcon, HelicopterIcon, HomeIcon, HorizontalDotsIcon, ImageIcon, InnlandstrafikkIcon, InstagramIcon, InternationalIcon, InterrailIcon, InvalidTicketIcon, ItalicIcon, KolumbusBysykkelIcon, KolumbusIcon, LaptopIcon, LeftArrowIcon, LikeIcon, LimeIcon, LinkIcon, LinkedinIcon, ListViewIcon, LoadingIcon, LockerIcon, LogOutIcon, LogoNegativeIcon, LogoPositiveIcon, LuggageIcon, MapIcon, MapPinIcon, MastercardIcon, MenuIcon, MergeProfilesIcon, MinimizeIcon, MobileIcon, MoneyIcon, MoveAboutIcon, NewIcon, NightIcon, NorwayIcon, NumberListIcon, OpenedLockIcon, OrganizationIcon, OsloBysykkelIcon, OstfoldIcon, OutlinedValidationCheckIcon, OutlinedValidationErrorIcon, OutlinedValidationExclamationIcon, OutlinedValidationInfoIcon, PackageIcon, ParkAndRideIcon, ParkIcon, ParkingGarageIcon, PhoneIcon, PlaneIcon, PlayIcon, PlayroomIcon, PositionIcon, PowerIcon, PremiumSeatIcon, PriceFromIcon, PricelistIcon, PrinterIcon, PrioritySeatPregnantIcon, PrioritySeatSeniorsIcon, PrivacyIcon, PurposeIcon, QRIcon, QuestionIcon, QuietIcon, QuitIcon, RSSIcon, RedoIcon, ReferenceIcon, RefreshIcon, ReportsIcon, ResetIcon, RightArrowIcon, RowHeightDefaultIcon, RowHeightMiddleIcon, RowHeightSmallIcon, RulesIcon, RunningIcon, RuterIcon, SJIcon, SaveIcon, ScooterIcon, ScopeIcon, SearchIcon, SeatIcon, SelectIcon, SendIcon, SettingsIcon, ShareIcon, ShoppingCartIcon, SkiIcon, SkypeIcon, SkyssIcon, SleepIcon, SourceCodeIcon, StandardIcon, StandingIcon, StarredIcon, StatsIcon, StrollerIcon, StrollingIcon, SubtractIcon, SubwayIcon, SuitcaseIcon, SunCloudIcon, SunCloudRainIcon, SunIcon, SwedenIcon, SwitchIcon, TVMIcon, TaxiIcon, TextColorIcon, ThermometerIcon, TierIcon, TimelineIcon, ToFromIcon, ToiletIcon, TrackIcon, TrainCarIcon, TrainIcon, TramIcon, TransferIcon, TrondheimBysykkelIcon, TurnableIcon, TwitterIcon, UKIcon, UmbrellaIcon, UnderlineIcon, UndoIcon, UnlinkIcon, UnstarredIcon, UnviewIcon, UpArrowIcon, UploadIcon, UpwardIcon, UserIcon, UsersIcon, VKTIcon, ValidTicketIcon, ValidationCheckIcon, ValidationErrorIcon, ValidationExclamationIcon, ValidationInfoIcon, ValueIcon, VendingMachineIcon, VerticalDotsIcon, VerticalSwitchIcon, ViewIcon, VimeoIcon, VippsIcon, VippsLogoIcon, VisaIcon, VoiIcon, VyIcon, WaitingRoomIcon, WalkingIcon, WarningIcon, WaterTapIcon, WheelchairIcon, WifiIcon, WindIcon, YoutubeIcon, ZoneIcon, ZoomInIcon, ZoomOutIcon, ZvippIcon };
|