@entur/icons 7.2.0 → 7.3.0-RC.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/dist/index.d.ts +4 -3
- package/dist/index.esm.js +98 -69
- package/dist/index.esm.native.js +70 -43
- package/dist/index.js +98 -68
- package/dist/styles.css +2 -2
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -167,11 +167,11 @@ export declare const SourceCodeIcon: React.FC<IconProps>;
|
|
|
167
167
|
export declare const TextColorIcon: React.FC<IconProps>;
|
|
168
168
|
export declare const UnderlineIcon: React.FC<IconProps>;
|
|
169
169
|
export declare const UnlinkIcon: React.FC<IconProps>;
|
|
170
|
-
export declare const AnimalFreeIcon: React.FC<IconProps>;
|
|
171
170
|
export declare const BicycleIcon: React.FC<IconProps>;
|
|
172
171
|
export declare const BusIcon: React.FC<IconProps>;
|
|
173
172
|
export declare const CablewayIcon: React.FC<IconProps>;
|
|
174
173
|
export declare const CarIcon: React.FC<IconProps>;
|
|
174
|
+
export declare const CarSharingIcon: React.FC<IconProps>;
|
|
175
175
|
export declare const CarferryIcon: React.FC<IconProps>;
|
|
176
176
|
export declare const CityBikeIcon: React.FC<IconProps>;
|
|
177
177
|
export declare const FerryIcon: React.FC<IconProps>;
|
|
@@ -180,11 +180,9 @@ export declare const HelicopterIcon: React.FC<IconProps>;
|
|
|
180
180
|
export declare const MetroIcon: React.FC<IconProps>;
|
|
181
181
|
export declare const MobilityIcon: React.FC<IconProps>;
|
|
182
182
|
export declare const PlaneIcon: React.FC<IconProps>;
|
|
183
|
-
export declare const QuietIcon: React.FC<IconProps>;
|
|
184
183
|
export declare const RunningIcon: React.FC<IconProps>;
|
|
185
184
|
/** @deprecated ScooterIcon is deprecated; use MobilityIcon instead */
|
|
186
185
|
export declare const ScooterIcon: React.FC<IconProps>;
|
|
187
|
-
export declare const StandardIcon: React.FC<IconProps>;
|
|
188
186
|
export declare const StandingIcon: React.FC<IconProps>;
|
|
189
187
|
export declare const StrollingIcon: React.FC<IconProps>;
|
|
190
188
|
/** @deprecated SubwayIcon is deprecated; use MetroIcon instead */
|
|
@@ -237,6 +235,7 @@ export declare const AdditionalIcon: React.FC<IconProps>;
|
|
|
237
235
|
export declare const AdjustmentsIcon: React.FC<IconProps>;
|
|
238
236
|
export declare const AdminIcon: React.FC<IconProps>;
|
|
239
237
|
export declare const AgreesIcon: React.FC<IconProps>;
|
|
238
|
+
export declare const AnimalFreeIcon: React.FC<IconProps>;
|
|
240
239
|
export declare const AssignToMeIcon: React.FC<IconProps>;
|
|
241
240
|
export declare const AssignToMeFilledIcon: React.FC<IconProps>;
|
|
242
241
|
export declare const BellIcon: React.FC<IconProps>;
|
|
@@ -306,6 +305,7 @@ export declare const PackageIcon: React.FC<IconProps>;
|
|
|
306
305
|
export declare const PlayIcon: React.FC<IconProps>;
|
|
307
306
|
export declare const PrivacyIcon: React.FC<IconProps>;
|
|
308
307
|
export declare const PurposeIcon: React.FC<IconProps>;
|
|
308
|
+
export declare const QuietIcon: React.FC<IconProps>;
|
|
309
309
|
export declare const QuitIcon: React.FC<IconProps>;
|
|
310
310
|
export declare const RSSIcon: React.FC<IconProps>;
|
|
311
311
|
/** @deprecated ReportsIcon is deprecated; use CopyIcon instead */
|
|
@@ -324,6 +324,7 @@ export declare const CircleIcon: React.FC<IconProps>;
|
|
|
324
324
|
export declare const CircleFilledIcon: React.FC<IconProps>;
|
|
325
325
|
export declare const StarredIcon: React.FC<IconProps>;
|
|
326
326
|
export declare const UnstarredIcon: React.FC<IconProps>;
|
|
327
|
+
export declare const StandardIcon: React.FC<IconProps>;
|
|
327
328
|
export declare const StudentIcon: React.FC<IconProps>;
|
|
328
329
|
export declare const StudentFilledIcon: React.FC<IconProps>;
|
|
329
330
|
export declare const SubtractIcon: React.FC<IconProps>;
|
package/dist/index.esm.js
CHANGED
|
@@ -3444,22 +3444,6 @@ function UnlinkIcon(props) {
|
|
|
3444
3444
|
}));
|
|
3445
3445
|
}
|
|
3446
3446
|
|
|
3447
|
-
function AnimalFreeIcon(props) {
|
|
3448
|
-
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
3449
|
-
viewBox: "0 0 14 14",
|
|
3450
|
-
width: props.width || props.size || '1em',
|
|
3451
|
-
height: props.height || props.size || '1em',
|
|
3452
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3453
|
-
inline: undefined,
|
|
3454
|
-
color: props.color || 'currentColor'
|
|
3455
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
3456
|
-
fill: "currentColor",
|
|
3457
|
-
fillRule: "evenodd",
|
|
3458
|
-
d: "M11.232 4.656l.236-.276a.681.681 0 01.812-.172l.08.046.086.065c.268.23.3.659.057.945l-.236.276a.68.68 0 01-.9.121l-.078-.06a.675.675 0 01-.057-.945m-.497 1.629l.117.089a1.565 1.565 0 002.084-.262l.236-.276a1.56 1.56 0 00-.173-2.2l-.115-.09-.02-.014a1.562 1.562 0 00-2.066.276l-.235.276a1.56 1.56 0 00.172 2.2m-.567 1.201c-.672-.95-1.669-1.467-2.707-1.604l4.218 4.218a2.809 2.809 0 00-.24-.518l-1.271-2.096zm-7.592-1.87l-.078.06a.676.676 0 01-.882-.136l-.236-.276-.059-.08a.68.68 0 01.063-.808l.067-.067.083-.063a.677.677 0 01.88.135l.237.276a.68.68 0 01-.075.96zm.554.685c.674-.575.75-1.56.19-2.216l-.235-.276a1.56 1.56 0 00-2.067-.276l-.134.103a1.561 1.561 0 00-.173 2.2l.236.277a1.56 1.56 0 002.066.277L3.13 6.3zm1.024-4.208a.682.682 0 01.458-.846l.09-.022a.676.676 0 01.756.48l.32 1.074a.68.68 0 01-.458.847l-.09.02h-.004l.673.674a1.555 1.555 0 00.724-1.791l-.32-1.075A1.56 1.56 0 004.517.364l-.155.037a1.56 1.56 0 00-1.099 1.283L4.36 2.778l-.205-.686zm3.951.686l.32-1.074a.68.68 0 01.685-.486l.086.01.096.024c.339.1.544.48.437.84l-.32 1.074a.68.68 0 01-.777.475l-.09-.022a.679.679 0 01-.437-.84m.208 1.69l.132.032a1.566 1.566 0 001.809-1.084l.32-1.074A1.561 1.561 0 009.521.402L9.366.363a1.561 1.561 0 00-1.785 1.09l-.32 1.074A1.562 1.562 0 008.313 4.47m.129 7.957l-.11-.04a4.003 4.003 0 00-2.78 0l-.11.04c-1.472.546-2.816-.98-2.038-2.264l1.27-2.096c.413-.582 1.02-.918 1.673-1.046l4.29 4.29a1.643 1.643 0 01-2.195 1.116zm5.558.901L.673 0 0 .673l5.443 5.443a3.78 3.78 0 00-1.706 1.335L2.445 9.58c-1.34 2.212.941 4.805 3.387 3.896l.11-.04a2.88 2.88 0 012 0l.11.04c1.46.542 2.848-.17 3.454-1.298L13.327 14l.673-.673z",
|
|
3459
|
-
clipRule: "evenodd"
|
|
3460
|
-
}));
|
|
3461
|
-
}
|
|
3462
|
-
|
|
3463
3447
|
function BicycleIcon(props) {
|
|
3464
3448
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
3465
3449
|
viewBox: "0 0 16 16",
|
|
@@ -3467,7 +3451,7 @@ function BicycleIcon(props) {
|
|
|
3467
3451
|
height: props.height || props.size || '1em',
|
|
3468
3452
|
className: (!props.color ? 'eds-icon eds-icon__bicycle ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3469
3453
|
inline: undefined,
|
|
3470
|
-
color: props.color || '#
|
|
3454
|
+
color: props.color || '#388f76'
|
|
3471
3455
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3472
3456
|
fill: "currentColor",
|
|
3473
3457
|
fillRule: "evenodd",
|
|
@@ -3514,7 +3498,7 @@ function CablewayIcon(props) {
|
|
|
3514
3498
|
height: props.height || props.size || '1em',
|
|
3515
3499
|
className: (!props.color ? 'eds-icon eds-icon__cableway ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3516
3500
|
inline: undefined,
|
|
3517
|
-
color: props.color || '#
|
|
3501
|
+
color: props.color || '#78469a'
|
|
3518
3502
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3519
3503
|
fill: "#642E88",
|
|
3520
3504
|
fillRule: "evenodd",
|
|
@@ -3528,9 +3512,9 @@ function CarIcon(props) {
|
|
|
3528
3512
|
viewBox: "0 0 16 16",
|
|
3529
3513
|
width: props.width || props.size || '1em',
|
|
3530
3514
|
height: props.height || props.size || '1em',
|
|
3531
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3515
|
+
className: (!props.color ? 'eds-icon eds-icon__car ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3532
3516
|
inline: undefined,
|
|
3533
|
-
color: props.color || '
|
|
3517
|
+
color: props.color || 'undefined'
|
|
3534
3518
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3535
3519
|
fill: "currentColor",
|
|
3536
3520
|
fillRule: "evenodd",
|
|
@@ -3539,6 +3523,35 @@ function CarIcon(props) {
|
|
|
3539
3523
|
}));
|
|
3540
3524
|
}
|
|
3541
3525
|
|
|
3526
|
+
function CarSharingIcon(props) {
|
|
3527
|
+
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
3528
|
+
fill: "none",
|
|
3529
|
+
viewBox: "0 0 16 16",
|
|
3530
|
+
width: props.width || props.size || '1em',
|
|
3531
|
+
height: props.height || props.size || '1em',
|
|
3532
|
+
className: (!props.color ? 'eds-icon eds-icon__carsharing ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3533
|
+
inline: undefined,
|
|
3534
|
+
color: props.color || 'undefined'
|
|
3535
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3536
|
+
fill: "#388F76",
|
|
3537
|
+
d: "M11.094 11.516a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5z"
|
|
3538
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3539
|
+
fill: "#388F76",
|
|
3540
|
+
d: "M12.893 6.256a2.575 2.575 0 00-3.641 0l-.602-.601a3.425 3.425 0 014.844 0l-.6.6z"
|
|
3541
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3542
|
+
fill: "#388F76",
|
|
3543
|
+
d: "M10.312 7.866c.42-.42 1.1-.42 1.52 0l.601-.601a1.925 1.925 0 00-2.722 0l.601.601z"
|
|
3544
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3545
|
+
fill: "#388F76",
|
|
3546
|
+
fillRule: "evenodd",
|
|
3547
|
+
d: "M8.625 1.997c-.787 0-1.425.638-1.425 1.425V4.5h-.372a2.5 2.5 0 00-1.767.732L3.753 6.54l-1.547.31A1.5 1.5 0 001 8.319V10a.5.5 0 00.5.5h.75a2 2 0 114 0h.95v2.074c0 .787.638 1.425 1.425 1.425h4.953c.787 0 1.425-.638 1.425-1.425V3.422c0-.787-.638-1.425-1.425-1.425H8.625zM8.05 3.422c0-.318.257-.575.575-.575h4.953c.318 0 .575.257.575.575v9.152a.575.575 0 01-.575.575H8.625a.575.575 0 01-.575-.575V3.422z",
|
|
3548
|
+
clipRule: "evenodd"
|
|
3549
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3550
|
+
fill: "#388F76",
|
|
3551
|
+
d: "M5.516 10.5a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0z"
|
|
3552
|
+
}));
|
|
3553
|
+
}
|
|
3554
|
+
|
|
3542
3555
|
function CarferryIcon(props) {
|
|
3543
3556
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
3544
3557
|
viewBox: "0 0 16 16",
|
|
@@ -3564,9 +3577,9 @@ function CityBikeIcon(props) {
|
|
|
3564
3577
|
viewBox: "0 0 24 24",
|
|
3565
3578
|
width: props.width || props.size || '1em',
|
|
3566
3579
|
height: props.height || props.size || '1em',
|
|
3567
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3580
|
+
className: (!props.color ? 'eds-icon eds-icon__citybike ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3568
3581
|
inline: undefined,
|
|
3569
|
-
color: props.color || '
|
|
3582
|
+
color: props.color || '#388f76'
|
|
3570
3583
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3571
3584
|
fill: "currentColor",
|
|
3572
3585
|
fillRule: "evenodd",
|
|
@@ -3599,7 +3612,7 @@ function FunicularIcon(props) {
|
|
|
3599
3612
|
height: props.height || props.size || '1em',
|
|
3600
3613
|
className: (!props.color ? 'eds-icon eds-icon__funicular ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3601
3614
|
inline: undefined,
|
|
3602
|
-
color: props.color || '#
|
|
3615
|
+
color: props.color || '#78469a'
|
|
3603
3616
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3604
3617
|
fill: "#78469A",
|
|
3605
3618
|
fillRule: "evenodd",
|
|
@@ -3690,30 +3703,14 @@ function PlaneIcon(props) {
|
|
|
3690
3703
|
}));
|
|
3691
3704
|
}
|
|
3692
3705
|
|
|
3693
|
-
function QuietIcon(props) {
|
|
3694
|
-
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
3695
|
-
viewBox: "0 0 14 14",
|
|
3696
|
-
width: props.width || props.size || '1em',
|
|
3697
|
-
height: props.height || props.size || '1em',
|
|
3698
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3699
|
-
inline: undefined,
|
|
3700
|
-
color: props.color || 'currentColor'
|
|
3701
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
3702
|
-
fill: "currentColor",
|
|
3703
|
-
fillRule: "evenodd",
|
|
3704
|
-
d: "M12.901 5.733c0 .1-.04.194-.11.265L9.418 9.443V7.509H7.57a.45.45 0 01-.332-.16.451.451 0 01-.109-.28V3.748H5.705l1.27-2.663h5.926v4.648zm-8.425.407c.547 0 .993.394.993.877v5.327a.77.77 0 01-.219.515.593.593 0 01-.177.16L3.614 14l-.465-.672 1.466-.985.029-5.326c-.013-.031-.324-.034-.338.005l.001 2.251h-.003v.789h-.826v-.79c-.024-.03-.32-.032-.332.006v1.535h-.825v-.788c-.012-.03-.32-.034-.336.005l.001.748h-.004v.384h-.825l.004-.384c-.012-.03-.322-.035-.336.004v1.934H0v-1.938c0-.536.592-.957 1.17-.863.068-.483.62-.837 1.16-.752.068-.48.617-.834 1.152-.753V7.017c0-.483.446-.877.994-.877zM13.069 0c.513 0 .931.412.931.918v4.815c0 .382-.148.744-.418 1.019l-3.76 3.839a.865.865 0 01-.643.265.883.883 0 01-.302-.055c-.346-.159-.542-.45-.558-.776V8.593h-.743c-.432.019-.9-.202-1.187-.557a1.514 1.514 0 01-.36-.958V4.832h-.592a.925.925 0 01-.88-1.223L6.015.555C6.132.24 6.483 0 6.87 0h6.199z",
|
|
3705
|
-
clipRule: "evenodd"
|
|
3706
|
-
}));
|
|
3707
|
-
}
|
|
3708
|
-
|
|
3709
3706
|
function RunningIcon(props) {
|
|
3710
3707
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
3711
3708
|
viewBox: "0 0 16 16",
|
|
3712
3709
|
width: props.width || props.size || '1em',
|
|
3713
3710
|
height: props.height || props.size || '1em',
|
|
3714
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3711
|
+
className: (!props.color ? 'eds-icon eds-icon__running ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3715
3712
|
inline: undefined,
|
|
3716
|
-
color: props.color || '
|
|
3713
|
+
color: props.color || 'undefined'
|
|
3717
3714
|
}), /*#__PURE__*/React.createElement("g", {
|
|
3718
3715
|
fill: "currentColor",
|
|
3719
3716
|
fillRule: "evenodd",
|
|
@@ -3734,9 +3731,9 @@ function ScooterIcon(props) {
|
|
|
3734
3731
|
viewBox: "0 0 16 16",
|
|
3735
3732
|
width: props.width || props.size || '1em',
|
|
3736
3733
|
height: props.height || props.size || '1em',
|
|
3737
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3734
|
+
className: (!props.color ? 'eds-icon eds-icon__scooter ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3738
3735
|
inline: undefined,
|
|
3739
|
-
color: props.color || '
|
|
3736
|
+
color: props.color || 'undefined'
|
|
3740
3737
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3741
3738
|
fill: "currentColor",
|
|
3742
3739
|
fillRule: "evenodd",
|
|
@@ -3745,30 +3742,14 @@ function ScooterIcon(props) {
|
|
|
3745
3742
|
}));
|
|
3746
3743
|
}
|
|
3747
3744
|
|
|
3748
|
-
function StandardIcon(props) {
|
|
3749
|
-
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
3750
|
-
viewBox: "0 0 14 14",
|
|
3751
|
-
width: props.width || props.size || '1em',
|
|
3752
|
-
height: props.height || props.size || '1em',
|
|
3753
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3754
|
-
inline: undefined,
|
|
3755
|
-
color: props.color || 'currentColor'
|
|
3756
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
3757
|
-
fill: "currentColor",
|
|
3758
|
-
fillRule: "evenodd",
|
|
3759
|
-
d: "M7 0C3.14 0 0 3.141 0 7s3.14 7 7 7 7-3.141 7-7-3.14-7-7-7m0 1c3.309 0 6 2.691 6 6s-2.691 6-6 6c-3.308 0-6-2.691-6-6s2.692-6 6-6m.024 1.9c-1.405 0-2.458.975-2.458 2.323 0 1.03.52 1.606 1.625 2.128l.34.152.427.182c.828.356 1.14.61 1.14 1.038 0 .524-.475.942-1.113.942-.56 0-1.142-.314-1.586-.845h-.153l-.822.966.002.132c.213.233.493.477.841.69a3.195 3.195 0 001.68.492c1.47 0 2.653-1.074 2.653-2.505 0-1.097-.587-1.688-1.83-2.242l-.602-.259c-.803-.35-1.11-.6-1.11-1.01 0-.433.352-.76.976-.76.466 0 .944.228 1.344.685l.15.001.812-.913.003-.128C8.805 3.293 7.91 2.9 7.024 2.9z",
|
|
3760
|
-
clipRule: "evenodd"
|
|
3761
|
-
}));
|
|
3762
|
-
}
|
|
3763
|
-
|
|
3764
3745
|
function StandingIcon(props) {
|
|
3765
3746
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
3766
3747
|
viewBox: "0 0 16 16",
|
|
3767
3748
|
width: props.width || props.size || '1em',
|
|
3768
3749
|
height: props.height || props.size || '1em',
|
|
3769
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3750
|
+
className: (!props.color ? 'eds-icon eds-icon__standing ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3770
3751
|
inline: undefined,
|
|
3771
|
-
color: props.color || '
|
|
3752
|
+
color: props.color || 'undefined'
|
|
3772
3753
|
}), /*#__PURE__*/React.createElement("g", {
|
|
3773
3754
|
fill: "currentColor",
|
|
3774
3755
|
fillRule: "evenodd",
|
|
@@ -3785,9 +3766,9 @@ function StrollingIcon(props) {
|
|
|
3785
3766
|
viewBox: "0 0 16 16",
|
|
3786
3767
|
width: props.width || props.size || '1em',
|
|
3787
3768
|
height: props.height || props.size || '1em',
|
|
3788
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3769
|
+
className: (!props.color ? 'eds-icon eds-icon__strolling ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3789
3770
|
inline: undefined,
|
|
3790
|
-
color: props.color || '
|
|
3771
|
+
color: props.color || 'undefined'
|
|
3791
3772
|
}), /*#__PURE__*/React.createElement("g", {
|
|
3792
3773
|
fill: "currentColor",
|
|
3793
3774
|
fillRule: "evenodd",
|
|
@@ -3808,9 +3789,9 @@ function SubwayIcon(props) {
|
|
|
3808
3789
|
viewBox: "0 0 16 16",
|
|
3809
3790
|
width: props.width || props.size || '1em',
|
|
3810
3791
|
height: props.height || props.size || '1em',
|
|
3811
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3792
|
+
className: (!props.color ? 'eds-icon eds-icon__subway ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3812
3793
|
inline: undefined,
|
|
3813
|
-
color: props.color || '
|
|
3794
|
+
color: props.color || 'undefined'
|
|
3814
3795
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3815
3796
|
fill: "#BF5826",
|
|
3816
3797
|
fillRule: "evenodd",
|
|
@@ -3864,7 +3845,7 @@ function TramIcon(props) {
|
|
|
3864
3845
|
height: props.height || props.size || '1em',
|
|
3865
3846
|
className: (!props.color ? 'eds-icon eds-icon__tram ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3866
3847
|
inline: undefined,
|
|
3867
|
-
color: props.color || '#
|
|
3848
|
+
color: props.color || '#78469a'
|
|
3868
3849
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3869
3850
|
fill: "#642E88",
|
|
3870
3851
|
fillRule: "evenodd",
|
|
@@ -3906,9 +3887,9 @@ function WalkingIcon(props) {
|
|
|
3906
3887
|
viewBox: "0 0 16 16",
|
|
3907
3888
|
width: props.width || props.size || '1em',
|
|
3908
3889
|
height: props.height || props.size || '1em',
|
|
3909
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3890
|
+
className: (!props.color ? 'eds-icon eds-icon__walking ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3910
3891
|
inline: undefined,
|
|
3911
|
-
color: props.color || '
|
|
3892
|
+
color: props.color || 'undefined'
|
|
3912
3893
|
}), /*#__PURE__*/React.createElement("g", {
|
|
3913
3894
|
fill: "currentColor",
|
|
3914
3895
|
fillRule: "evenodd",
|
|
@@ -4695,6 +4676,22 @@ function AgreesIcon(props) {
|
|
|
4695
4676
|
}));
|
|
4696
4677
|
}
|
|
4697
4678
|
|
|
4679
|
+
function AnimalFreeIcon(props) {
|
|
4680
|
+
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
4681
|
+
viewBox: "0 0 14 14",
|
|
4682
|
+
width: props.width || props.size || '1em',
|
|
4683
|
+
height: props.height || props.size || '1em',
|
|
4684
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
4685
|
+
inline: undefined,
|
|
4686
|
+
color: props.color || 'currentColor'
|
|
4687
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4688
|
+
fill: "currentColor",
|
|
4689
|
+
fillRule: "evenodd",
|
|
4690
|
+
d: "M11.232 4.656l.236-.276a.681.681 0 01.812-.172l.08.046.086.065c.268.23.3.659.057.945l-.236.276a.68.68 0 01-.9.121l-.078-.06a.675.675 0 01-.057-.945m-.497 1.629l.117.089a1.565 1.565 0 002.084-.262l.236-.276a1.56 1.56 0 00-.173-2.2l-.115-.09-.02-.014a1.562 1.562 0 00-2.066.276l-.235.276a1.56 1.56 0 00.172 2.2m-.567 1.201c-.672-.95-1.669-1.467-2.707-1.604l4.218 4.218a2.809 2.809 0 00-.24-.518l-1.271-2.096zm-7.592-1.87l-.078.06a.676.676 0 01-.882-.136l-.236-.276-.059-.08a.68.68 0 01.063-.808l.067-.067.083-.063a.677.677 0 01.88.135l.237.276a.68.68 0 01-.075.96zm.554.685c.674-.575.75-1.56.19-2.216l-.235-.276a1.56 1.56 0 00-2.067-.276l-.134.103a1.561 1.561 0 00-.173 2.2l.236.277a1.56 1.56 0 002.066.277L3.13 6.3zm1.024-4.208a.682.682 0 01.458-.846l.09-.022a.676.676 0 01.756.48l.32 1.074a.68.68 0 01-.458.847l-.09.02h-.004l.673.674a1.555 1.555 0 00.724-1.791l-.32-1.075A1.56 1.56 0 004.517.364l-.155.037a1.56 1.56 0 00-1.099 1.283L4.36 2.778l-.205-.686zm3.951.686l.32-1.074a.68.68 0 01.685-.486l.086.01.096.024c.339.1.544.48.437.84l-.32 1.074a.68.68 0 01-.777.475l-.09-.022a.679.679 0 01-.437-.84m.208 1.69l.132.032a1.566 1.566 0 001.809-1.084l.32-1.074A1.561 1.561 0 009.521.402L9.366.363a1.561 1.561 0 00-1.785 1.09l-.32 1.074A1.562 1.562 0 008.313 4.47m.129 7.957l-.11-.04a4.003 4.003 0 00-2.78 0l-.11.04c-1.472.546-2.816-.98-2.038-2.264l1.27-2.096c.413-.582 1.02-.918 1.673-1.046l4.29 4.29a1.643 1.643 0 01-2.195 1.116zm5.558.901L.673 0 0 .673l5.443 5.443a3.78 3.78 0 00-1.706 1.335L2.445 9.58c-1.34 2.212.941 4.805 3.387 3.896l.11-.04a2.88 2.88 0 012 0l.11.04c1.46.542 2.848-.17 3.454-1.298L13.327 14l.673-.673z",
|
|
4691
|
+
clipRule: "evenodd"
|
|
4692
|
+
}));
|
|
4693
|
+
}
|
|
4694
|
+
|
|
4698
4695
|
function AssignToMeIcon(props) {
|
|
4699
4696
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
4700
4697
|
fill: "none",
|
|
@@ -5902,6 +5899,22 @@ function PurposeIcon(props) {
|
|
|
5902
5899
|
}));
|
|
5903
5900
|
}
|
|
5904
5901
|
|
|
5902
|
+
function QuietIcon(props) {
|
|
5903
|
+
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
5904
|
+
viewBox: "0 0 14 14",
|
|
5905
|
+
width: props.width || props.size || '1em',
|
|
5906
|
+
height: props.height || props.size || '1em',
|
|
5907
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
5908
|
+
inline: undefined,
|
|
5909
|
+
color: props.color || 'currentColor'
|
|
5910
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
5911
|
+
fill: "currentColor",
|
|
5912
|
+
fillRule: "evenodd",
|
|
5913
|
+
d: "M12.901 5.733c0 .1-.04.194-.11.265L9.418 9.443V7.509H7.57a.45.45 0 01-.332-.16.451.451 0 01-.109-.28V3.748H5.705l1.27-2.663h5.926v4.648zm-8.425.407c.547 0 .993.394.993.877v5.327a.77.77 0 01-.219.515.593.593 0 01-.177.16L3.614 14l-.465-.672 1.466-.985.029-5.326c-.013-.031-.324-.034-.338.005l.001 2.251h-.003v.789h-.826v-.79c-.024-.03-.32-.032-.332.006v1.535h-.825v-.788c-.012-.03-.32-.034-.336.005l.001.748h-.004v.384h-.825l.004-.384c-.012-.03-.322-.035-.336.004v1.934H0v-1.938c0-.536.592-.957 1.17-.863.068-.483.62-.837 1.16-.752.068-.48.617-.834 1.152-.753V7.017c0-.483.446-.877.994-.877zM13.069 0c.513 0 .931.412.931.918v4.815c0 .382-.148.744-.418 1.019l-3.76 3.839a.865.865 0 01-.643.265.883.883 0 01-.302-.055c-.346-.159-.542-.45-.558-.776V8.593h-.743c-.432.019-.9-.202-1.187-.557a1.514 1.514 0 01-.36-.958V4.832h-.592a.925.925 0 01-.88-1.223L6.015.555C6.132.24 6.483 0 6.87 0h6.199z",
|
|
5914
|
+
clipRule: "evenodd"
|
|
5915
|
+
}));
|
|
5916
|
+
}
|
|
5917
|
+
|
|
5905
5918
|
function QuitIcon(props) {
|
|
5906
5919
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
5907
5920
|
viewBox: "0 0 16 16",
|
|
@@ -6177,6 +6190,22 @@ function UnstarredIcon(props) {
|
|
|
6177
6190
|
}));
|
|
6178
6191
|
}
|
|
6179
6192
|
|
|
6193
|
+
function StandardIcon(props) {
|
|
6194
|
+
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
6195
|
+
viewBox: "0 0 14 14",
|
|
6196
|
+
width: props.width || props.size || '1em',
|
|
6197
|
+
height: props.height || props.size || '1em',
|
|
6198
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
6199
|
+
inline: undefined,
|
|
6200
|
+
color: props.color || 'currentColor'
|
|
6201
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
6202
|
+
fill: "currentColor",
|
|
6203
|
+
fillRule: "evenodd",
|
|
6204
|
+
d: "M7 0C3.14 0 0 3.141 0 7s3.14 7 7 7 7-3.141 7-7-3.14-7-7-7m0 1c3.309 0 6 2.691 6 6s-2.691 6-6 6c-3.308 0-6-2.691-6-6s2.692-6 6-6m.024 1.9c-1.405 0-2.458.975-2.458 2.323 0 1.03.52 1.606 1.625 2.128l.34.152.427.182c.828.356 1.14.61 1.14 1.038 0 .524-.475.942-1.113.942-.56 0-1.142-.314-1.586-.845h-.153l-.822.966.002.132c.213.233.493.477.841.69a3.195 3.195 0 001.68.492c1.47 0 2.653-1.074 2.653-2.505 0-1.097-.587-1.688-1.83-2.242l-.602-.259c-.803-.35-1.11-.6-1.11-1.01 0-.433.352-.76.976-.76.466 0 .944.228 1.344.685l.15.001.812-.913.003-.128C8.805 3.293 7.91 2.9 7.024 2.9z",
|
|
6205
|
+
clipRule: "evenodd"
|
|
6206
|
+
}));
|
|
6207
|
+
}
|
|
6208
|
+
|
|
6180
6209
|
function StudentIcon(props) {
|
|
6181
6210
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
6182
6211
|
fill: "none",
|
|
@@ -7086,4 +7115,4 @@ function ZoomOutIcon(props) {
|
|
|
7086
7115
|
}));
|
|
7087
7116
|
}
|
|
7088
7117
|
|
|
7089
|
-
export { AKTIcon, AccessibilityIcon, AddCardIcon, AddIcon, AdditionalIcon, AdditionalZonesTicketIcon, AdjustmentsIcon, AdminIcon, AgreesIcon, AlignCenterIcon, AlignLeftIcon, AlignRightIcon, AmericanExpressIcon, AnimalFreeIcon, AnimalIcon, AssignToMeFilledIcon, AssignToMeIcon, AtBIcon, AttachmentIcon, BabyIcon, BackArrowIcon, BaneNORIcon, BanknoteIcon, BanknoteMultiIcon, BatteryIcon, BellIcon, BergenBysykkelIcon, BicycleHotelIcon, BicycleIcon, BicycleParkingIcon, BoldIcon, BoltIcon, BookmarkIcon, BrakarIcon, BrakarNoTextIcon, BrightnessIcon, BugIcon, BulletListIcon, BusIcon, BusShelterIcon, CabinIcon, CablewayIcon, CalculatorIcon, CalendarDetailedFilledIcon, CalendarDetailedIcon, CalendarIcon, CameraIcon, CarIcon, CardIcon, CarferryIcon, ChannelsIcon, ChartFilledIcon, ChartIcon, ChatIcon, CheckFilledIcon, CheckIcon, CheckSmallFilledIcon, CheckSmallIcon, CircleFilledIcon, CircleIcon, CityBikeIcon, CityIcon, ClockFilledIcon, ClockIcon, CloseFilledIcon, CloseIcon, CloseSmallFilledIcon, CloseSmallIcon, ClosedLockIcon, CloudDownloadIcon, CloudIcon, CloudLightningIcon, CloudRainIcon, CloudSnowIcon, CoffeeIcon, CollapsedIcon, ColorPickerIcon, CommentIcon, CompassNeedleIcon, ConductorIcon, ConfigurationIcon, ContactsIcon, CopyIcon, CorrespondenceIcon, CouchetteIcon, CustomerServiceFilledIcon, CustomerServiceIcon, CutleryIcon, DatabaseIcon, DateIcon, DeleteIcon, DenmarkIcon, DepositionIcon, DesktopIcon, DestinationIcon, DiffIcon, DirectionFilledIcon, DirectionIcon, DownArrowIcon, DownloadIcon, DownwardIcon, DraggableIcon, EditIcon, EmailIcon, EnvironmentIcon, EuroIcon, ExpandIcon, ExtendIcon, ExternalIcon, FacebookIcon, FarteIcon, FeedbackFilledIcon, FeedbackIcon, FerryIcon, FileIcon, FillIcon, FilterFilledIcon, FilterIcon, FlybussenIcon, ForwardIcon, FramIcon, FullIcon, FunicularIcon, GOAIcon, GetAroundIcon, GithubIcon, GoalIcon, GoogleIcon, GridViewIcon, GymIcon, HandToolIcon, HeartIcon, HelicopterIcon, HomeIcon, HorizontalDotsIcon, HykeIcon, ImageIcon, InnlandstrafikkIcon, InstagramIcon, InternationalIcon, InterrailIcon, InvalidTicketIcon, ItalicIcon, KolumbusBysykkelIcon, KolumbusIcon, LanguageFilledIcon, LanguageIcon, LaptopIcon, LeftArrowIcon, LikeIcon, LimeIcon, LinkIcon, LinkedinIcon, ListViewIcon, LoadingIcon, LockerIcon, LogOutIcon, LogoNegativeIcon, LogoPositiveIcon, LostAndFoundFilledIcon, LostAndFoundIcon, LuggageIcon, ManySeatsAvailableIcon, MapFilledIcon, MapIcon, MapPinIcon, MastercardIcon, MeasureFilledIcon, MeasureIcon, MenuIcon, MergeProfilesIcon, MetroIcon, MinimizeIcon, MobileIcon, MobilityIcon, MoneyIcon, MountainIcon, MoveAboutIcon, NewIcon, NightIcon, NordlandIcon, NorwayIcon, NumberListIcon, OpenedLockIcon, OrganizationIcon, OsloBysykkelIcon, OstfoldIcon, OutlinedValidationCheckIcon, OutlinedValidationErrorIcon, OutlinedValidationExclamationIcon, OutlinedValidationInfoIcon, PackageIcon, ParkAndRideIcon, ParkIcon, ParkingGarageIcon, PhoneIcon, PlaneIcon, PlayIcon, PlaygroundIcon, PlayroomIcon, PositionFilledIcon, PositionIcon, PowerIcon, PremiumSeatIcon, PriceFromIcon, PricelistIcon, PrinterIcon, PrioritySeatPregnantIcon, PrioritySeatSeniorsIcon, PrivacyIcon, PurposeIcon, QRIcon, QuestionFilledIcon, QuestionIcon, QuietIcon, QuitIcon, RSSIcon, RebateTicketFilledIcon, RebateTicketIcon, RedoIcon, ReferenceIcon, RefreshIcon, ReisNordlandIcon, ReportsIcon, ResetIcon, RightArrowIcon, RowHeightDefaultIcon, RowHeightMiddleIcon, RowHeightSmallIcon, RulesIcon, RunningIcon, RuterIcon, RuterNoTextIcon, SJIcon, SamiIcon, SaveIcon, ScooterIcon, ScopeIcon, SearchFilledIcon, SearchIcon, SeatIcon, SeatsAvailableIcon, SelectIcon, SendIcon, SettingsIcon, ShareIcon, ShoppingCartIcon, SkiIcon, SkypeIcon, SkyssIcon, SkyssNoTextIcon, SleepIcon, SnelandiaIcon, SourceCodeIcon, StandardIcon, StandingAvailableIcon, StandingIcon, StarredIcon, StatsIcon, StrollerIcon, StrollingIcon, StudentFilledIcon, StudentIcon, SubtractIcon, SubwayIcon, SuitcaseIcon, SunCloudIcon, SunCloudRainIcon, SunIcon, SvipperIcon, SwedenIcon, SwitchIcon, TVMIcon, TaxiIcon, TerminalFilledIcon, TerminalIcon, TextColorIcon, ThermometerIcon, TierIcon, TimeglassFilledIcon, TimeglassIcon, TimelineIcon, ToFromIcon, ToiletIcon, TrackIcon, TrainCarIcon, TrainIcon, TramIcon, TransferIcon, TromsFylkestrafikkIcon, TrondheimBysykkelIcon, TurnableIcon, TwitterIcon, UKIcon, UmbrellaIcon, UnderlineIcon, UndoIcon, UniversityIcon, UnlinkIcon, UnsortedIcon, UnstarredIcon, UnviewIcon, UpArrowIcon, UploadIcon, UpwardIcon, UserIcon, UsersIcon, VKTIcon, ValidTicketFilledIcon, ValidTicketIcon, ValidationCheckFilledIcon, ValidationCheckIcon, ValidationErrorFilledIcon, ValidationErrorIcon, ValidationExclamationCircleFilledIcon, ValidationExclamationCircleIcon, ValidationExclamationFilledIcon, ValidationExclamationIcon, ValidationInfoFilledIcon, ValidationInfoIcon, ValidationSuccessFilledIcon, ValidationSuccessIcon, ValueIcon, VendingMachineIcon, VerticalDotsIcon, VerticalSwitchIcon, ViewIcon, VimeoIcon, VippsIcon, VippsLogoIcon, VisaIcon, VoiIcon, VyIcon, WaitingRoomIcon, WalkIcon, WalkingIcon, WarningIcon, WaterTapIcon, WheelchairIcon, WifiIcon, WindIcon, YoutubeIcon, ZoneIcon, ZoomInIcon, ZoomOutIcon, ZvippIcon };
|
|
7118
|
+
export { AKTIcon, AccessibilityIcon, AddCardIcon, AddIcon, AdditionalIcon, AdditionalZonesTicketIcon, AdjustmentsIcon, AdminIcon, AgreesIcon, AlignCenterIcon, AlignLeftIcon, AlignRightIcon, AmericanExpressIcon, AnimalFreeIcon, AnimalIcon, AssignToMeFilledIcon, AssignToMeIcon, AtBIcon, AttachmentIcon, BabyIcon, BackArrowIcon, BaneNORIcon, BanknoteIcon, BanknoteMultiIcon, BatteryIcon, BellIcon, BergenBysykkelIcon, BicycleHotelIcon, BicycleIcon, BicycleParkingIcon, BoldIcon, BoltIcon, BookmarkIcon, BrakarIcon, BrakarNoTextIcon, BrightnessIcon, BugIcon, BulletListIcon, BusIcon, BusShelterIcon, CabinIcon, CablewayIcon, CalculatorIcon, CalendarDetailedFilledIcon, CalendarDetailedIcon, CalendarIcon, CameraIcon, CarIcon, CarSharingIcon, CardIcon, CarferryIcon, ChannelsIcon, ChartFilledIcon, ChartIcon, ChatIcon, CheckFilledIcon, CheckIcon, CheckSmallFilledIcon, CheckSmallIcon, CircleFilledIcon, CircleIcon, CityBikeIcon, CityIcon, ClockFilledIcon, ClockIcon, CloseFilledIcon, CloseIcon, CloseSmallFilledIcon, CloseSmallIcon, ClosedLockIcon, CloudDownloadIcon, CloudIcon, CloudLightningIcon, CloudRainIcon, CloudSnowIcon, CoffeeIcon, CollapsedIcon, ColorPickerIcon, CommentIcon, CompassNeedleIcon, ConductorIcon, ConfigurationIcon, ContactsIcon, CopyIcon, CorrespondenceIcon, CouchetteIcon, CustomerServiceFilledIcon, CustomerServiceIcon, CutleryIcon, DatabaseIcon, DateIcon, DeleteIcon, DenmarkIcon, DepositionIcon, DesktopIcon, DestinationIcon, DiffIcon, DirectionFilledIcon, DirectionIcon, DownArrowIcon, DownloadIcon, DownwardIcon, DraggableIcon, EditIcon, EmailIcon, EnvironmentIcon, EuroIcon, ExpandIcon, ExtendIcon, ExternalIcon, FacebookIcon, FarteIcon, FeedbackFilledIcon, FeedbackIcon, FerryIcon, FileIcon, FillIcon, FilterFilledIcon, FilterIcon, FlybussenIcon, ForwardIcon, FramIcon, FullIcon, FunicularIcon, GOAIcon, GetAroundIcon, GithubIcon, GoalIcon, GoogleIcon, GridViewIcon, GymIcon, HandToolIcon, HeartIcon, HelicopterIcon, HomeIcon, HorizontalDotsIcon, HykeIcon, ImageIcon, InnlandstrafikkIcon, InstagramIcon, InternationalIcon, InterrailIcon, InvalidTicketIcon, ItalicIcon, KolumbusBysykkelIcon, KolumbusIcon, LanguageFilledIcon, LanguageIcon, LaptopIcon, LeftArrowIcon, LikeIcon, LimeIcon, LinkIcon, LinkedinIcon, ListViewIcon, LoadingIcon, LockerIcon, LogOutIcon, LogoNegativeIcon, LogoPositiveIcon, LostAndFoundFilledIcon, LostAndFoundIcon, LuggageIcon, ManySeatsAvailableIcon, MapFilledIcon, MapIcon, MapPinIcon, MastercardIcon, MeasureFilledIcon, MeasureIcon, MenuIcon, MergeProfilesIcon, MetroIcon, MinimizeIcon, MobileIcon, MobilityIcon, MoneyIcon, MountainIcon, MoveAboutIcon, NewIcon, NightIcon, NordlandIcon, NorwayIcon, NumberListIcon, OpenedLockIcon, OrganizationIcon, OsloBysykkelIcon, OstfoldIcon, OutlinedValidationCheckIcon, OutlinedValidationErrorIcon, OutlinedValidationExclamationIcon, OutlinedValidationInfoIcon, PackageIcon, ParkAndRideIcon, ParkIcon, ParkingGarageIcon, PhoneIcon, PlaneIcon, PlayIcon, PlaygroundIcon, PlayroomIcon, PositionFilledIcon, PositionIcon, PowerIcon, PremiumSeatIcon, PriceFromIcon, PricelistIcon, PrinterIcon, PrioritySeatPregnantIcon, PrioritySeatSeniorsIcon, PrivacyIcon, PurposeIcon, QRIcon, QuestionFilledIcon, QuestionIcon, QuietIcon, QuitIcon, RSSIcon, RebateTicketFilledIcon, RebateTicketIcon, RedoIcon, ReferenceIcon, RefreshIcon, ReisNordlandIcon, ReportsIcon, ResetIcon, RightArrowIcon, RowHeightDefaultIcon, RowHeightMiddleIcon, RowHeightSmallIcon, RulesIcon, RunningIcon, RuterIcon, RuterNoTextIcon, SJIcon, SamiIcon, SaveIcon, ScooterIcon, ScopeIcon, SearchFilledIcon, SearchIcon, SeatIcon, SeatsAvailableIcon, SelectIcon, SendIcon, SettingsIcon, ShareIcon, ShoppingCartIcon, SkiIcon, SkypeIcon, SkyssIcon, SkyssNoTextIcon, SleepIcon, SnelandiaIcon, SourceCodeIcon, StandardIcon, StandingAvailableIcon, StandingIcon, StarredIcon, StatsIcon, StrollerIcon, StrollingIcon, StudentFilledIcon, StudentIcon, SubtractIcon, SubwayIcon, SuitcaseIcon, SunCloudIcon, SunCloudRainIcon, SunIcon, SvipperIcon, SwedenIcon, SwitchIcon, TVMIcon, TaxiIcon, TerminalFilledIcon, TerminalIcon, TextColorIcon, ThermometerIcon, TierIcon, TimeglassFilledIcon, TimeglassIcon, TimelineIcon, ToFromIcon, ToiletIcon, TrackIcon, TrainCarIcon, TrainIcon, TramIcon, TransferIcon, TromsFylkestrafikkIcon, TrondheimBysykkelIcon, TurnableIcon, TwitterIcon, UKIcon, UmbrellaIcon, UnderlineIcon, UndoIcon, UniversityIcon, UnlinkIcon, UnsortedIcon, UnstarredIcon, UnviewIcon, UpArrowIcon, UploadIcon, UpwardIcon, UserIcon, UsersIcon, VKTIcon, ValidTicketFilledIcon, ValidTicketIcon, ValidationCheckFilledIcon, ValidationCheckIcon, ValidationErrorFilledIcon, ValidationErrorIcon, ValidationExclamationCircleFilledIcon, ValidationExclamationCircleIcon, ValidationExclamationFilledIcon, ValidationExclamationIcon, ValidationInfoFilledIcon, ValidationInfoIcon, ValidationSuccessFilledIcon, ValidationSuccessIcon, ValueIcon, VendingMachineIcon, VerticalDotsIcon, VerticalSwitchIcon, ViewIcon, VimeoIcon, VippsIcon, VippsLogoIcon, VisaIcon, VoiIcon, VyIcon, WaitingRoomIcon, WalkIcon, WalkingIcon, WarningIcon, WaterTapIcon, WheelchairIcon, WifiIcon, WindIcon, YoutubeIcon, ZoneIcon, ZoomInIcon, ZoomOutIcon, ZvippIcon };
|
package/dist/index.esm.native.js
CHANGED
|
@@ -3147,20 +3147,6 @@ function UnlinkIcon(props) {
|
|
|
3147
3147
|
}));
|
|
3148
3148
|
}
|
|
3149
3149
|
|
|
3150
|
-
function AnimalFreeIcon(props) {
|
|
3151
|
-
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
3152
|
-
viewBox: "0 0 14 14",
|
|
3153
|
-
width: props.width || props.size || 16,
|
|
3154
|
-
height: props.height || props.size || 16,
|
|
3155
|
-
color: props.color || '#181C56'
|
|
3156
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
3157
|
-
fill: "currentColor",
|
|
3158
|
-
fillRule: "evenodd",
|
|
3159
|
-
d: "M11.232 4.656l.236-.276a.681.681 0 01.812-.172l.08.046.086.065c.268.23.3.659.057.945l-.236.276a.68.68 0 01-.9.121l-.078-.06a.675.675 0 01-.057-.945m-.497 1.629l.117.089a1.565 1.565 0 002.084-.262l.236-.276a1.56 1.56 0 00-.173-2.2l-.115-.09-.02-.014a1.562 1.562 0 00-2.066.276l-.235.276a1.56 1.56 0 00.172 2.2m-.567 1.201c-.672-.95-1.669-1.467-2.707-1.604l4.218 4.218a2.809 2.809 0 00-.24-.518l-1.271-2.096zm-7.592-1.87l-.078.06a.676.676 0 01-.882-.136l-.236-.276-.059-.08a.68.68 0 01.063-.808l.067-.067.083-.063a.677.677 0 01.88.135l.237.276a.68.68 0 01-.075.96zm.554.685c.674-.575.75-1.56.19-2.216l-.235-.276a1.56 1.56 0 00-2.067-.276l-.134.103a1.561 1.561 0 00-.173 2.2l.236.277a1.56 1.56 0 002.066.277L3.13 6.3zm1.024-4.208a.682.682 0 01.458-.846l.09-.022a.676.676 0 01.756.48l.32 1.074a.68.68 0 01-.458.847l-.09.02h-.004l.673.674a1.555 1.555 0 00.724-1.791l-.32-1.075A1.56 1.56 0 004.517.364l-.155.037a1.56 1.56 0 00-1.099 1.283L4.36 2.778l-.205-.686zm3.951.686l.32-1.074a.68.68 0 01.685-.486l.086.01.096.024c.339.1.544.48.437.84l-.32 1.074a.68.68 0 01-.777.475l-.09-.022a.679.679 0 01-.437-.84m.208 1.69l.132.032a1.566 1.566 0 001.809-1.084l.32-1.074A1.561 1.561 0 009.521.402L9.366.363a1.561 1.561 0 00-1.785 1.09l-.32 1.074A1.562 1.562 0 008.313 4.47m.129 7.957l-.11-.04a4.003 4.003 0 00-2.78 0l-.11.04c-1.472.546-2.816-.98-2.038-2.264l1.27-2.096c.413-.582 1.02-.918 1.673-1.046l4.29 4.29a1.643 1.643 0 01-2.195 1.116zm5.558.901L.673 0 0 .673l5.443 5.443a3.78 3.78 0 00-1.706 1.335L2.445 9.58c-1.34 2.212.941 4.805 3.387 3.896l.11-.04a2.88 2.88 0 012 0l.11.04c1.46.542 2.848-.17 3.454-1.298L13.327 14l.673-.673z",
|
|
3160
|
-
clipRule: "evenodd"
|
|
3161
|
-
}));
|
|
3162
|
-
}
|
|
3163
|
-
|
|
3164
3150
|
function BicycleIcon(props) {
|
|
3165
3151
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
3166
3152
|
viewBox: "0 0 16 16",
|
|
@@ -3232,6 +3218,33 @@ function CarIcon(props) {
|
|
|
3232
3218
|
}));
|
|
3233
3219
|
}
|
|
3234
3220
|
|
|
3221
|
+
function CarSharingIcon(props) {
|
|
3222
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
3223
|
+
fill: "none",
|
|
3224
|
+
viewBox: "0 0 16 16",
|
|
3225
|
+
width: props.width || props.size || 16,
|
|
3226
|
+
height: props.height || props.size || 16,
|
|
3227
|
+
color: props.color || '#181C56'
|
|
3228
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
3229
|
+
fill: "currentColor",
|
|
3230
|
+
d: "M11.094 11.516a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5z"
|
|
3231
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
3232
|
+
fill: "currentColor",
|
|
3233
|
+
d: "M12.893 6.256a2.575 2.575 0 00-3.641 0l-.602-.601a3.425 3.425 0 014.844 0l-.6.6z"
|
|
3234
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
3235
|
+
fill: "currentColor",
|
|
3236
|
+
d: "M10.312 7.866c.42-.42 1.1-.42 1.52 0l.601-.601a1.925 1.925 0 00-2.722 0l.601.601z"
|
|
3237
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
3238
|
+
fill: "currentColor",
|
|
3239
|
+
fillRule: "evenodd",
|
|
3240
|
+
d: "M8.625 1.997c-.787 0-1.425.638-1.425 1.425V4.5h-.372a2.5 2.5 0 00-1.767.732L3.753 6.54l-1.547.31A1.5 1.5 0 001 8.319V10a.5.5 0 00.5.5h.75a2 2 0 114 0h.95v2.074c0 .787.638 1.425 1.425 1.425h4.953c.787 0 1.425-.638 1.425-1.425V3.422c0-.787-.638-1.425-1.425-1.425H8.625zM8.05 3.422c0-.318.257-.575.575-.575h4.953c.318 0 .575.257.575.575v9.152a.575.575 0 01-.575.575H8.625a.575.575 0 01-.575-.575V3.422z",
|
|
3241
|
+
clipRule: "evenodd"
|
|
3242
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
3243
|
+
fill: "currentColor",
|
|
3244
|
+
d: "M5.516 10.5a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0z"
|
|
3245
|
+
}));
|
|
3246
|
+
}
|
|
3247
|
+
|
|
3235
3248
|
function CarferryIcon(props) {
|
|
3236
3249
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
3237
3250
|
viewBox: "0 0 16 16",
|
|
@@ -3367,20 +3380,6 @@ function PlaneIcon(props) {
|
|
|
3367
3380
|
}));
|
|
3368
3381
|
}
|
|
3369
3382
|
|
|
3370
|
-
function QuietIcon(props) {
|
|
3371
|
-
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
3372
|
-
viewBox: "0 0 14 14",
|
|
3373
|
-
width: props.width || props.size || 16,
|
|
3374
|
-
height: props.height || props.size || 16,
|
|
3375
|
-
color: props.color || '#181C56'
|
|
3376
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
3377
|
-
fill: "currentColor",
|
|
3378
|
-
fillRule: "evenodd",
|
|
3379
|
-
d: "M12.901 5.733c0 .1-.04.194-.11.265L9.418 9.443V7.509H7.57a.45.45 0 01-.332-.16.451.451 0 01-.109-.28V3.748H5.705l1.27-2.663h5.926v4.648zm-8.425.407c.547 0 .993.394.993.877v5.327a.77.77 0 01-.219.515.593.593 0 01-.177.16L3.614 14l-.465-.672 1.466-.985.029-5.326c-.013-.031-.324-.034-.338.005l.001 2.251h-.003v.789h-.826v-.79c-.024-.03-.32-.032-.332.006v1.535h-.825v-.788c-.012-.03-.32-.034-.336.005l.001.748h-.004v.384h-.825l.004-.384c-.012-.03-.322-.035-.336.004v1.934H0v-1.938c0-.536.592-.957 1.17-.863.068-.483.62-.837 1.16-.752.068-.48.617-.834 1.152-.753V7.017c0-.483.446-.877.994-.877zM13.069 0c.513 0 .931.412.931.918v4.815c0 .382-.148.744-.418 1.019l-3.76 3.839a.865.865 0 01-.643.265.883.883 0 01-.302-.055c-.346-.159-.542-.45-.558-.776V8.593h-.743c-.432.019-.9-.202-1.187-.557a1.514 1.514 0 01-.36-.958V4.832h-.592a.925.925 0 01-.88-1.223L6.015.555C6.132.24 6.483 0 6.87 0h6.199z",
|
|
3380
|
-
clipRule: "evenodd"
|
|
3381
|
-
}));
|
|
3382
|
-
}
|
|
3383
|
-
|
|
3384
3383
|
function RunningIcon(props) {
|
|
3385
3384
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
3386
3385
|
viewBox: "0 0 16 16",
|
|
@@ -3414,20 +3413,6 @@ function ScooterIcon(props) {
|
|
|
3414
3413
|
}));
|
|
3415
3414
|
}
|
|
3416
3415
|
|
|
3417
|
-
function StandardIcon(props) {
|
|
3418
|
-
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
3419
|
-
viewBox: "0 0 14 14",
|
|
3420
|
-
width: props.width || props.size || 16,
|
|
3421
|
-
height: props.height || props.size || 16,
|
|
3422
|
-
color: props.color || '#181C56'
|
|
3423
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
3424
|
-
fill: "currentColor",
|
|
3425
|
-
fillRule: "evenodd",
|
|
3426
|
-
d: "M7 0C3.14 0 0 3.141 0 7s3.14 7 7 7 7-3.141 7-7-3.14-7-7-7m0 1c3.309 0 6 2.691 6 6s-2.691 6-6 6c-3.308 0-6-2.691-6-6s2.692-6 6-6m.024 1.9c-1.405 0-2.458.975-2.458 2.323 0 1.03.52 1.606 1.625 2.128l.34.152.427.182c.828.356 1.14.61 1.14 1.038 0 .524-.475.942-1.113.942-.56 0-1.142-.314-1.586-.845h-.153l-.822.966.002.132c.213.233.493.477.841.69a3.195 3.195 0 001.68.492c1.47 0 2.653-1.074 2.653-2.505 0-1.097-.587-1.688-1.83-2.242l-.602-.259c-.803-.35-1.11-.6-1.11-1.01 0-.433.352-.76.976-.76.466 0 .944.228 1.344.685l.15.001.812-.913.003-.128C8.805 3.293 7.91 2.9 7.024 2.9z",
|
|
3427
|
-
clipRule: "evenodd"
|
|
3428
|
-
}));
|
|
3429
|
-
}
|
|
3430
|
-
|
|
3431
3416
|
function StandingIcon(props) {
|
|
3432
3417
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
3433
3418
|
viewBox: "0 0 16 16",
|
|
@@ -4258,6 +4243,20 @@ function AgreesIcon(props) {
|
|
|
4258
4243
|
}));
|
|
4259
4244
|
}
|
|
4260
4245
|
|
|
4246
|
+
function AnimalFreeIcon(props) {
|
|
4247
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
4248
|
+
viewBox: "0 0 14 14",
|
|
4249
|
+
width: props.width || props.size || 16,
|
|
4250
|
+
height: props.height || props.size || 16,
|
|
4251
|
+
color: props.color || '#181C56'
|
|
4252
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
4253
|
+
fill: "currentColor",
|
|
4254
|
+
fillRule: "evenodd",
|
|
4255
|
+
d: "M11.232 4.656l.236-.276a.681.681 0 01.812-.172l.08.046.086.065c.268.23.3.659.057.945l-.236.276a.68.68 0 01-.9.121l-.078-.06a.675.675 0 01-.057-.945m-.497 1.629l.117.089a1.565 1.565 0 002.084-.262l.236-.276a1.56 1.56 0 00-.173-2.2l-.115-.09-.02-.014a1.562 1.562 0 00-2.066.276l-.235.276a1.56 1.56 0 00.172 2.2m-.567 1.201c-.672-.95-1.669-1.467-2.707-1.604l4.218 4.218a2.809 2.809 0 00-.24-.518l-1.271-2.096zm-7.592-1.87l-.078.06a.676.676 0 01-.882-.136l-.236-.276-.059-.08a.68.68 0 01.063-.808l.067-.067.083-.063a.677.677 0 01.88.135l.237.276a.68.68 0 01-.075.96zm.554.685c.674-.575.75-1.56.19-2.216l-.235-.276a1.56 1.56 0 00-2.067-.276l-.134.103a1.561 1.561 0 00-.173 2.2l.236.277a1.56 1.56 0 002.066.277L3.13 6.3zm1.024-4.208a.682.682 0 01.458-.846l.09-.022a.676.676 0 01.756.48l.32 1.074a.68.68 0 01-.458.847l-.09.02h-.004l.673.674a1.555 1.555 0 00.724-1.791l-.32-1.075A1.56 1.56 0 004.517.364l-.155.037a1.56 1.56 0 00-1.099 1.283L4.36 2.778l-.205-.686zm3.951.686l.32-1.074a.68.68 0 01.685-.486l.086.01.096.024c.339.1.544.48.437.84l-.32 1.074a.68.68 0 01-.777.475l-.09-.022a.679.679 0 01-.437-.84m.208 1.69l.132.032a1.566 1.566 0 001.809-1.084l.32-1.074A1.561 1.561 0 009.521.402L9.366.363a1.561 1.561 0 00-1.785 1.09l-.32 1.074A1.562 1.562 0 008.313 4.47m.129 7.957l-.11-.04a4.003 4.003 0 00-2.78 0l-.11.04c-1.472.546-2.816-.98-2.038-2.264l1.27-2.096c.413-.582 1.02-.918 1.673-1.046l4.29 4.29a1.643 1.643 0 01-2.195 1.116zm5.558.901L.673 0 0 .673l5.443 5.443a3.78 3.78 0 00-1.706 1.335L2.445 9.58c-1.34 2.212.941 4.805 3.387 3.896l.11-.04a2.88 2.88 0 012 0l.11.04c1.46.542 2.848-.17 3.454-1.298L13.327 14l.673-.673z",
|
|
4256
|
+
clipRule: "evenodd"
|
|
4257
|
+
}));
|
|
4258
|
+
}
|
|
4259
|
+
|
|
4261
4260
|
function AssignToMeIcon(props) {
|
|
4262
4261
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
4263
4262
|
fill: "none",
|
|
@@ -5327,6 +5326,20 @@ function PurposeIcon(props) {
|
|
|
5327
5326
|
}));
|
|
5328
5327
|
}
|
|
5329
5328
|
|
|
5329
|
+
function QuietIcon(props) {
|
|
5330
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
5331
|
+
viewBox: "0 0 14 14",
|
|
5332
|
+
width: props.width || props.size || 16,
|
|
5333
|
+
height: props.height || props.size || 16,
|
|
5334
|
+
color: props.color || '#181C56'
|
|
5335
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
5336
|
+
fill: "currentColor",
|
|
5337
|
+
fillRule: "evenodd",
|
|
5338
|
+
d: "M12.901 5.733c0 .1-.04.194-.11.265L9.418 9.443V7.509H7.57a.45.45 0 01-.332-.16.451.451 0 01-.109-.28V3.748H5.705l1.27-2.663h5.926v4.648zm-8.425.407c.547 0 .993.394.993.877v5.327a.77.77 0 01-.219.515.593.593 0 01-.177.16L3.614 14l-.465-.672 1.466-.985.029-5.326c-.013-.031-.324-.034-.338.005l.001 2.251h-.003v.789h-.826v-.79c-.024-.03-.32-.032-.332.006v1.535h-.825v-.788c-.012-.03-.32-.034-.336.005l.001.748h-.004v.384h-.825l.004-.384c-.012-.03-.322-.035-.336.004v1.934H0v-1.938c0-.536.592-.957 1.17-.863.068-.483.62-.837 1.16-.752.068-.48.617-.834 1.152-.753V7.017c0-.483.446-.877.994-.877zM13.069 0c.513 0 .931.412.931.918v4.815c0 .382-.148.744-.418 1.019l-3.76 3.839a.865.865 0 01-.643.265.883.883 0 01-.302-.055c-.346-.159-.542-.45-.558-.776V8.593h-.743c-.432.019-.9-.202-1.187-.557a1.514 1.514 0 01-.36-.958V4.832h-.592a.925.925 0 01-.88-1.223L6.015.555C6.132.24 6.483 0 6.87 0h6.199z",
|
|
5339
|
+
clipRule: "evenodd"
|
|
5340
|
+
}));
|
|
5341
|
+
}
|
|
5342
|
+
|
|
5330
5343
|
function QuitIcon(props) {
|
|
5331
5344
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
5332
5345
|
viewBox: "0 0 16 16",
|
|
@@ -5566,6 +5579,20 @@ function UnstarredIcon(props) {
|
|
|
5566
5579
|
}));
|
|
5567
5580
|
}
|
|
5568
5581
|
|
|
5582
|
+
function StandardIcon(props) {
|
|
5583
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
5584
|
+
viewBox: "0 0 14 14",
|
|
5585
|
+
width: props.width || props.size || 16,
|
|
5586
|
+
height: props.height || props.size || 16,
|
|
5587
|
+
color: props.color || '#181C56'
|
|
5588
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
5589
|
+
fill: "currentColor",
|
|
5590
|
+
fillRule: "evenodd",
|
|
5591
|
+
d: "M7 0C3.14 0 0 3.141 0 7s3.14 7 7 7 7-3.141 7-7-3.14-7-7-7m0 1c3.309 0 6 2.691 6 6s-2.691 6-6 6c-3.308 0-6-2.691-6-6s2.692-6 6-6m.024 1.9c-1.405 0-2.458.975-2.458 2.323 0 1.03.52 1.606 1.625 2.128l.34.152.427.182c.828.356 1.14.61 1.14 1.038 0 .524-.475.942-1.113.942-.56 0-1.142-.314-1.586-.845h-.153l-.822.966.002.132c.213.233.493.477.841.69a3.195 3.195 0 001.68.492c1.47 0 2.653-1.074 2.653-2.505 0-1.097-.587-1.688-1.83-2.242l-.602-.259c-.803-.35-1.11-.6-1.11-1.01 0-.433.352-.76.976-.76.466 0 .944.228 1.344.685l.15.001.812-.913.003-.128C8.805 3.293 7.91 2.9 7.024 2.9z",
|
|
5592
|
+
clipRule: "evenodd"
|
|
5593
|
+
}));
|
|
5594
|
+
}
|
|
5595
|
+
|
|
5569
5596
|
function StudentIcon(props) {
|
|
5570
5597
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
5571
5598
|
fill: "none",
|
|
@@ -6375,4 +6402,4 @@ function ZoomOutIcon(props) {
|
|
|
6375
6402
|
}));
|
|
6376
6403
|
}
|
|
6377
6404
|
|
|
6378
|
-
export { AKTIcon, AccessibilityIcon, AddCardIcon, AddIcon, AdditionalIcon, AdditionalZonesTicketIcon, AdjustmentsIcon, AdminIcon, AgreesIcon, AlignCenterIcon, AlignLeftIcon, AlignRightIcon, AmericanExpressIcon, AnimalFreeIcon, AnimalIcon, AssignToMeFilledIcon, AssignToMeIcon, AtBIcon, AttachmentIcon, BabyIcon, BackArrowIcon, BaneNORIcon, BanknoteIcon, BanknoteMultiIcon, BatteryIcon, BellIcon, BergenBysykkelIcon, BicycleHotelIcon, BicycleIcon, BicycleParkingIcon, BoldIcon, BoltIcon, BookmarkIcon, BrakarIcon, BrakarNoTextIcon, BrightnessIcon, BugIcon, BulletListIcon, BusIcon, BusShelterIcon, CabinIcon, CablewayIcon, CalculatorIcon, CalendarDetailedFilledIcon, CalendarDetailedIcon, CalendarIcon, CameraIcon, CarIcon, CardIcon, CarferryIcon, ChannelsIcon, ChartFilledIcon, ChartIcon, ChatIcon, CheckFilledIcon, CheckIcon, CheckSmallFilledIcon, CheckSmallIcon, CircleFilledIcon, CircleIcon, CityBikeIcon, CityIcon, ClockFilledIcon, ClockIcon, CloseFilledIcon, CloseIcon, CloseSmallFilledIcon, CloseSmallIcon, ClosedLockIcon, CloudDownloadIcon, CloudIcon, CloudLightningIcon, CloudRainIcon, CloudSnowIcon, CoffeeIcon, CollapsedIcon, ColorPickerIcon, CommentIcon, CompassNeedleIcon, ConductorIcon, ConfigurationIcon, ContactsIcon, CopyIcon, CorrespondenceIcon, CouchetteIcon, CustomerServiceFilledIcon, CustomerServiceIcon, CutleryIcon, DatabaseIcon, DateIcon, DeleteIcon, DenmarkIcon, DepositionIcon, DesktopIcon, DestinationIcon, DiffIcon, DirectionFilledIcon, DirectionIcon, DownArrowIcon, DownloadIcon, DownwardIcon, DraggableIcon, EditIcon, EmailIcon, EnvironmentIcon, EuroIcon, ExpandIcon, ExtendIcon, ExternalIcon, FacebookIcon, FarteIcon, FeedbackFilledIcon, FeedbackIcon, FerryIcon, FileIcon, FillIcon, FilterFilledIcon, FilterIcon, FlybussenIcon, ForwardIcon, FramIcon, FullIcon, FunicularIcon, GOAIcon, GetAroundIcon, GithubIcon, GoalIcon, GoogleIcon, GridViewIcon, GymIcon, HandToolIcon, HeartIcon, HelicopterIcon, HomeIcon, HorizontalDotsIcon, HykeIcon, ImageIcon, InnlandstrafikkIcon, InstagramIcon, InternationalIcon, InterrailIcon, InvalidTicketIcon, ItalicIcon, KolumbusBysykkelIcon, KolumbusIcon, LanguageFilledIcon, LanguageIcon, LaptopIcon, LeftArrowIcon, LikeIcon, LimeIcon, LinkIcon, LinkedinIcon, ListViewIcon, LoadingIcon, LockerIcon, LogOutIcon, LogoNegativeIcon, LogoPositiveIcon, LostAndFoundFilledIcon, LostAndFoundIcon, LuggageIcon, ManySeatsAvailableIcon, MapFilledIcon, MapIcon, MapPinIcon, MastercardIcon, MeasureFilledIcon, MeasureIcon, MenuIcon, MergeProfilesIcon, MetroIcon, MinimizeIcon, MobileIcon, MobilityIcon, MoneyIcon, MountainIcon, MoveAboutIcon, NewIcon, NightIcon, NordlandIcon, NorwayIcon, NumberListIcon, OpenedLockIcon, OrganizationIcon, OsloBysykkelIcon, OstfoldIcon, OutlinedValidationCheckIcon, OutlinedValidationErrorIcon, OutlinedValidationExclamationIcon, OutlinedValidationInfoIcon, PackageIcon, ParkAndRideIcon, ParkIcon, ParkingGarageIcon, PhoneIcon, PlaneIcon, PlayIcon, PlaygroundIcon, PlayroomIcon, PositionFilledIcon, PositionIcon, PowerIcon, PremiumSeatIcon, PriceFromIcon, PricelistIcon, PrinterIcon, PrioritySeatPregnantIcon, PrioritySeatSeniorsIcon, PrivacyIcon, PurposeIcon, QRIcon, QuestionFilledIcon, QuestionIcon, QuietIcon, QuitIcon, RSSIcon, RebateTicketFilledIcon, RebateTicketIcon, RedoIcon, ReferenceIcon, RefreshIcon, ReisNordlandIcon, ReportsIcon, ResetIcon, RightArrowIcon, RowHeightDefaultIcon, RowHeightMiddleIcon, RowHeightSmallIcon, RulesIcon, RunningIcon, RuterIcon, RuterNoTextIcon, SJIcon, SamiIcon, SaveIcon, ScooterIcon, ScopeIcon, SearchFilledIcon, SearchIcon, SeatIcon, SeatsAvailableIcon, SelectIcon, SendIcon, SettingsIcon, ShareIcon, ShoppingCartIcon, SkiIcon, SkypeIcon, SkyssIcon, SkyssNoTextIcon, SleepIcon, SnelandiaIcon, SourceCodeIcon, StandardIcon, StandingAvailableIcon, StandingIcon, StarredIcon, StatsIcon, StrollerIcon, StrollingIcon, StudentFilledIcon, StudentIcon, SubtractIcon, SubwayIcon, SuitcaseIcon, SunCloudIcon, SunCloudRainIcon, SunIcon, SvipperIcon, SwedenIcon, SwitchIcon, TVMIcon, TaxiIcon, TerminalFilledIcon, TerminalIcon, TextColorIcon, ThermometerIcon, TierIcon, TimeglassFilledIcon, TimeglassIcon, TimelineIcon, ToFromIcon, ToiletIcon, TrackIcon, TrainCarIcon, TrainIcon, TramIcon, TransferIcon, TromsFylkestrafikkIcon, TrondheimBysykkelIcon, TurnableIcon, TwitterIcon, UKIcon, UmbrellaIcon, UnderlineIcon, UndoIcon, UniversityIcon, UnlinkIcon, UnsortedIcon, UnstarredIcon, UnviewIcon, UpArrowIcon, UploadIcon, UpwardIcon, UserIcon, UsersIcon, VKTIcon, ValidTicketFilledIcon, ValidTicketIcon, ValidationCheckFilledIcon, ValidationCheckIcon, ValidationErrorFilledIcon, ValidationErrorIcon, ValidationExclamationCircleFilledIcon, ValidationExclamationCircleIcon, ValidationExclamationFilledIcon, ValidationExclamationIcon, ValidationInfoFilledIcon, ValidationInfoIcon, ValidationSuccessFilledIcon, ValidationSuccessIcon, ValueIcon, VendingMachineIcon, VerticalDotsIcon, VerticalSwitchIcon, ViewIcon, VimeoIcon, VippsIcon, VippsLogoIcon, VisaIcon, VoiIcon, VyIcon, WaitingRoomIcon, WalkIcon, WalkingIcon, WarningIcon, WaterTapIcon, WheelchairIcon, WifiIcon, WindIcon, YoutubeIcon, ZoneIcon, ZoomInIcon, ZoomOutIcon, ZvippIcon };
|
|
6405
|
+
export { AKTIcon, AccessibilityIcon, AddCardIcon, AddIcon, AdditionalIcon, AdditionalZonesTicketIcon, AdjustmentsIcon, AdminIcon, AgreesIcon, AlignCenterIcon, AlignLeftIcon, AlignRightIcon, AmericanExpressIcon, AnimalFreeIcon, AnimalIcon, AssignToMeFilledIcon, AssignToMeIcon, AtBIcon, AttachmentIcon, BabyIcon, BackArrowIcon, BaneNORIcon, BanknoteIcon, BanknoteMultiIcon, BatteryIcon, BellIcon, BergenBysykkelIcon, BicycleHotelIcon, BicycleIcon, BicycleParkingIcon, BoldIcon, BoltIcon, BookmarkIcon, BrakarIcon, BrakarNoTextIcon, BrightnessIcon, BugIcon, BulletListIcon, BusIcon, BusShelterIcon, CabinIcon, CablewayIcon, CalculatorIcon, CalendarDetailedFilledIcon, CalendarDetailedIcon, CalendarIcon, CameraIcon, CarIcon, CarSharingIcon, CardIcon, CarferryIcon, ChannelsIcon, ChartFilledIcon, ChartIcon, ChatIcon, CheckFilledIcon, CheckIcon, CheckSmallFilledIcon, CheckSmallIcon, CircleFilledIcon, CircleIcon, CityBikeIcon, CityIcon, ClockFilledIcon, ClockIcon, CloseFilledIcon, CloseIcon, CloseSmallFilledIcon, CloseSmallIcon, ClosedLockIcon, CloudDownloadIcon, CloudIcon, CloudLightningIcon, CloudRainIcon, CloudSnowIcon, CoffeeIcon, CollapsedIcon, ColorPickerIcon, CommentIcon, CompassNeedleIcon, ConductorIcon, ConfigurationIcon, ContactsIcon, CopyIcon, CorrespondenceIcon, CouchetteIcon, CustomerServiceFilledIcon, CustomerServiceIcon, CutleryIcon, DatabaseIcon, DateIcon, DeleteIcon, DenmarkIcon, DepositionIcon, DesktopIcon, DestinationIcon, DiffIcon, DirectionFilledIcon, DirectionIcon, DownArrowIcon, DownloadIcon, DownwardIcon, DraggableIcon, EditIcon, EmailIcon, EnvironmentIcon, EuroIcon, ExpandIcon, ExtendIcon, ExternalIcon, FacebookIcon, FarteIcon, FeedbackFilledIcon, FeedbackIcon, FerryIcon, FileIcon, FillIcon, FilterFilledIcon, FilterIcon, FlybussenIcon, ForwardIcon, FramIcon, FullIcon, FunicularIcon, GOAIcon, GetAroundIcon, GithubIcon, GoalIcon, GoogleIcon, GridViewIcon, GymIcon, HandToolIcon, HeartIcon, HelicopterIcon, HomeIcon, HorizontalDotsIcon, HykeIcon, ImageIcon, InnlandstrafikkIcon, InstagramIcon, InternationalIcon, InterrailIcon, InvalidTicketIcon, ItalicIcon, KolumbusBysykkelIcon, KolumbusIcon, LanguageFilledIcon, LanguageIcon, LaptopIcon, LeftArrowIcon, LikeIcon, LimeIcon, LinkIcon, LinkedinIcon, ListViewIcon, LoadingIcon, LockerIcon, LogOutIcon, LogoNegativeIcon, LogoPositiveIcon, LostAndFoundFilledIcon, LostAndFoundIcon, LuggageIcon, ManySeatsAvailableIcon, MapFilledIcon, MapIcon, MapPinIcon, MastercardIcon, MeasureFilledIcon, MeasureIcon, MenuIcon, MergeProfilesIcon, MetroIcon, MinimizeIcon, MobileIcon, MobilityIcon, MoneyIcon, MountainIcon, MoveAboutIcon, NewIcon, NightIcon, NordlandIcon, NorwayIcon, NumberListIcon, OpenedLockIcon, OrganizationIcon, OsloBysykkelIcon, OstfoldIcon, OutlinedValidationCheckIcon, OutlinedValidationErrorIcon, OutlinedValidationExclamationIcon, OutlinedValidationInfoIcon, PackageIcon, ParkAndRideIcon, ParkIcon, ParkingGarageIcon, PhoneIcon, PlaneIcon, PlayIcon, PlaygroundIcon, PlayroomIcon, PositionFilledIcon, PositionIcon, PowerIcon, PremiumSeatIcon, PriceFromIcon, PricelistIcon, PrinterIcon, PrioritySeatPregnantIcon, PrioritySeatSeniorsIcon, PrivacyIcon, PurposeIcon, QRIcon, QuestionFilledIcon, QuestionIcon, QuietIcon, QuitIcon, RSSIcon, RebateTicketFilledIcon, RebateTicketIcon, RedoIcon, ReferenceIcon, RefreshIcon, ReisNordlandIcon, ReportsIcon, ResetIcon, RightArrowIcon, RowHeightDefaultIcon, RowHeightMiddleIcon, RowHeightSmallIcon, RulesIcon, RunningIcon, RuterIcon, RuterNoTextIcon, SJIcon, SamiIcon, SaveIcon, ScooterIcon, ScopeIcon, SearchFilledIcon, SearchIcon, SeatIcon, SeatsAvailableIcon, SelectIcon, SendIcon, SettingsIcon, ShareIcon, ShoppingCartIcon, SkiIcon, SkypeIcon, SkyssIcon, SkyssNoTextIcon, SleepIcon, SnelandiaIcon, SourceCodeIcon, StandardIcon, StandingAvailableIcon, StandingIcon, StarredIcon, StatsIcon, StrollerIcon, StrollingIcon, StudentFilledIcon, StudentIcon, SubtractIcon, SubwayIcon, SuitcaseIcon, SunCloudIcon, SunCloudRainIcon, SunIcon, SvipperIcon, SwedenIcon, SwitchIcon, TVMIcon, TaxiIcon, TerminalFilledIcon, TerminalIcon, TextColorIcon, ThermometerIcon, TierIcon, TimeglassFilledIcon, TimeglassIcon, TimelineIcon, ToFromIcon, ToiletIcon, TrackIcon, TrainCarIcon, TrainIcon, TramIcon, TransferIcon, TromsFylkestrafikkIcon, TrondheimBysykkelIcon, TurnableIcon, TwitterIcon, UKIcon, UmbrellaIcon, UnderlineIcon, UndoIcon, UniversityIcon, UnlinkIcon, UnsortedIcon, UnstarredIcon, UnviewIcon, UpArrowIcon, UploadIcon, UpwardIcon, UserIcon, UsersIcon, VKTIcon, ValidTicketFilledIcon, ValidTicketIcon, ValidationCheckFilledIcon, ValidationCheckIcon, ValidationErrorFilledIcon, ValidationErrorIcon, ValidationExclamationCircleFilledIcon, ValidationExclamationCircleIcon, ValidationExclamationFilledIcon, ValidationExclamationIcon, ValidationInfoFilledIcon, ValidationInfoIcon, ValidationSuccessFilledIcon, ValidationSuccessIcon, ValueIcon, VendingMachineIcon, VerticalDotsIcon, VerticalSwitchIcon, ViewIcon, VimeoIcon, VippsIcon, VippsLogoIcon, VisaIcon, VoiIcon, VyIcon, WaitingRoomIcon, WalkIcon, WalkingIcon, WarningIcon, WaterTapIcon, WheelchairIcon, WifiIcon, WindIcon, YoutubeIcon, ZoneIcon, ZoomInIcon, ZoomOutIcon, ZvippIcon };
|
package/dist/index.js
CHANGED
|
@@ -3468,22 +3468,6 @@ function UnlinkIcon(props) {
|
|
|
3468
3468
|
}));
|
|
3469
3469
|
}
|
|
3470
3470
|
|
|
3471
|
-
function AnimalFreeIcon(props) {
|
|
3472
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
3473
|
-
viewBox: "0 0 14 14",
|
|
3474
|
-
width: props.width || props.size || '1em',
|
|
3475
|
-
height: props.height || props.size || '1em',
|
|
3476
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3477
|
-
inline: undefined,
|
|
3478
|
-
color: props.color || 'currentColor'
|
|
3479
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3480
|
-
fill: "currentColor",
|
|
3481
|
-
fillRule: "evenodd",
|
|
3482
|
-
d: "M11.232 4.656l.236-.276a.681.681 0 01.812-.172l.08.046.086.065c.268.23.3.659.057.945l-.236.276a.68.68 0 01-.9.121l-.078-.06a.675.675 0 01-.057-.945m-.497 1.629l.117.089a1.565 1.565 0 002.084-.262l.236-.276a1.56 1.56 0 00-.173-2.2l-.115-.09-.02-.014a1.562 1.562 0 00-2.066.276l-.235.276a1.56 1.56 0 00.172 2.2m-.567 1.201c-.672-.95-1.669-1.467-2.707-1.604l4.218 4.218a2.809 2.809 0 00-.24-.518l-1.271-2.096zm-7.592-1.87l-.078.06a.676.676 0 01-.882-.136l-.236-.276-.059-.08a.68.68 0 01.063-.808l.067-.067.083-.063a.677.677 0 01.88.135l.237.276a.68.68 0 01-.075.96zm.554.685c.674-.575.75-1.56.19-2.216l-.235-.276a1.56 1.56 0 00-2.067-.276l-.134.103a1.561 1.561 0 00-.173 2.2l.236.277a1.56 1.56 0 002.066.277L3.13 6.3zm1.024-4.208a.682.682 0 01.458-.846l.09-.022a.676.676 0 01.756.48l.32 1.074a.68.68 0 01-.458.847l-.09.02h-.004l.673.674a1.555 1.555 0 00.724-1.791l-.32-1.075A1.56 1.56 0 004.517.364l-.155.037a1.56 1.56 0 00-1.099 1.283L4.36 2.778l-.205-.686zm3.951.686l.32-1.074a.68.68 0 01.685-.486l.086.01.096.024c.339.1.544.48.437.84l-.32 1.074a.68.68 0 01-.777.475l-.09-.022a.679.679 0 01-.437-.84m.208 1.69l.132.032a1.566 1.566 0 001.809-1.084l.32-1.074A1.561 1.561 0 009.521.402L9.366.363a1.561 1.561 0 00-1.785 1.09l-.32 1.074A1.562 1.562 0 008.313 4.47m.129 7.957l-.11-.04a4.003 4.003 0 00-2.78 0l-.11.04c-1.472.546-2.816-.98-2.038-2.264l1.27-2.096c.413-.582 1.02-.918 1.673-1.046l4.29 4.29a1.643 1.643 0 01-2.195 1.116zm5.558.901L.673 0 0 .673l5.443 5.443a3.78 3.78 0 00-1.706 1.335L2.445 9.58c-1.34 2.212.941 4.805 3.387 3.896l.11-.04a2.88 2.88 0 012 0l.11.04c1.46.542 2.848-.17 3.454-1.298L13.327 14l.673-.673z",
|
|
3483
|
-
clipRule: "evenodd"
|
|
3484
|
-
}));
|
|
3485
|
-
}
|
|
3486
|
-
|
|
3487
3471
|
function BicycleIcon(props) {
|
|
3488
3472
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
3489
3473
|
viewBox: "0 0 16 16",
|
|
@@ -3491,7 +3475,7 @@ function BicycleIcon(props) {
|
|
|
3491
3475
|
height: props.height || props.size || '1em',
|
|
3492
3476
|
className: (!props.color ? 'eds-icon eds-icon__bicycle ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3493
3477
|
inline: undefined,
|
|
3494
|
-
color: props.color || '#
|
|
3478
|
+
color: props.color || '#388f76'
|
|
3495
3479
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3496
3480
|
fill: "currentColor",
|
|
3497
3481
|
fillRule: "evenodd",
|
|
@@ -3538,7 +3522,7 @@ function CablewayIcon(props) {
|
|
|
3538
3522
|
height: props.height || props.size || '1em',
|
|
3539
3523
|
className: (!props.color ? 'eds-icon eds-icon__cableway ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3540
3524
|
inline: undefined,
|
|
3541
|
-
color: props.color || '#
|
|
3525
|
+
color: props.color || '#78469a'
|
|
3542
3526
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3543
3527
|
fill: "#642E88",
|
|
3544
3528
|
fillRule: "evenodd",
|
|
@@ -3552,9 +3536,9 @@ function CarIcon(props) {
|
|
|
3552
3536
|
viewBox: "0 0 16 16",
|
|
3553
3537
|
width: props.width || props.size || '1em',
|
|
3554
3538
|
height: props.height || props.size || '1em',
|
|
3555
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3539
|
+
className: (!props.color ? 'eds-icon eds-icon__car ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3556
3540
|
inline: undefined,
|
|
3557
|
-
color: props.color || '
|
|
3541
|
+
color: props.color || 'undefined'
|
|
3558
3542
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3559
3543
|
fill: "currentColor",
|
|
3560
3544
|
fillRule: "evenodd",
|
|
@@ -3563,6 +3547,35 @@ function CarIcon(props) {
|
|
|
3563
3547
|
}));
|
|
3564
3548
|
}
|
|
3565
3549
|
|
|
3550
|
+
function CarSharingIcon(props) {
|
|
3551
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
3552
|
+
fill: "none",
|
|
3553
|
+
viewBox: "0 0 16 16",
|
|
3554
|
+
width: props.width || props.size || '1em',
|
|
3555
|
+
height: props.height || props.size || '1em',
|
|
3556
|
+
className: (!props.color ? 'eds-icon eds-icon__carsharing ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3557
|
+
inline: undefined,
|
|
3558
|
+
color: props.color || 'undefined'
|
|
3559
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3560
|
+
fill: "#388F76",
|
|
3561
|
+
d: "M11.094 11.516a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5z"
|
|
3562
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3563
|
+
fill: "#388F76",
|
|
3564
|
+
d: "M12.893 6.256a2.575 2.575 0 00-3.641 0l-.602-.601a3.425 3.425 0 014.844 0l-.6.6z"
|
|
3565
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3566
|
+
fill: "#388F76",
|
|
3567
|
+
d: "M10.312 7.866c.42-.42 1.1-.42 1.52 0l.601-.601a1.925 1.925 0 00-2.722 0l.601.601z"
|
|
3568
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3569
|
+
fill: "#388F76",
|
|
3570
|
+
fillRule: "evenodd",
|
|
3571
|
+
d: "M8.625 1.997c-.787 0-1.425.638-1.425 1.425V4.5h-.372a2.5 2.5 0 00-1.767.732L3.753 6.54l-1.547.31A1.5 1.5 0 001 8.319V10a.5.5 0 00.5.5h.75a2 2 0 114 0h.95v2.074c0 .787.638 1.425 1.425 1.425h4.953c.787 0 1.425-.638 1.425-1.425V3.422c0-.787-.638-1.425-1.425-1.425H8.625zM8.05 3.422c0-.318.257-.575.575-.575h4.953c.318 0 .575.257.575.575v9.152a.575.575 0 01-.575.575H8.625a.575.575 0 01-.575-.575V3.422z",
|
|
3572
|
+
clipRule: "evenodd"
|
|
3573
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3574
|
+
fill: "#388F76",
|
|
3575
|
+
d: "M5.516 10.5a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0z"
|
|
3576
|
+
}));
|
|
3577
|
+
}
|
|
3578
|
+
|
|
3566
3579
|
function CarferryIcon(props) {
|
|
3567
3580
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
3568
3581
|
viewBox: "0 0 16 16",
|
|
@@ -3588,9 +3601,9 @@ function CityBikeIcon(props) {
|
|
|
3588
3601
|
viewBox: "0 0 24 24",
|
|
3589
3602
|
width: props.width || props.size || '1em',
|
|
3590
3603
|
height: props.height || props.size || '1em',
|
|
3591
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3604
|
+
className: (!props.color ? 'eds-icon eds-icon__citybike ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3592
3605
|
inline: undefined,
|
|
3593
|
-
color: props.color || '
|
|
3606
|
+
color: props.color || '#388f76'
|
|
3594
3607
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3595
3608
|
fill: "currentColor",
|
|
3596
3609
|
fillRule: "evenodd",
|
|
@@ -3623,7 +3636,7 @@ function FunicularIcon(props) {
|
|
|
3623
3636
|
height: props.height || props.size || '1em',
|
|
3624
3637
|
className: (!props.color ? 'eds-icon eds-icon__funicular ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3625
3638
|
inline: undefined,
|
|
3626
|
-
color: props.color || '#
|
|
3639
|
+
color: props.color || '#78469a'
|
|
3627
3640
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3628
3641
|
fill: "#78469A",
|
|
3629
3642
|
fillRule: "evenodd",
|
|
@@ -3714,30 +3727,14 @@ function PlaneIcon(props) {
|
|
|
3714
3727
|
}));
|
|
3715
3728
|
}
|
|
3716
3729
|
|
|
3717
|
-
function QuietIcon(props) {
|
|
3718
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
3719
|
-
viewBox: "0 0 14 14",
|
|
3720
|
-
width: props.width || props.size || '1em',
|
|
3721
|
-
height: props.height || props.size || '1em',
|
|
3722
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3723
|
-
inline: undefined,
|
|
3724
|
-
color: props.color || 'currentColor'
|
|
3725
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3726
|
-
fill: "currentColor",
|
|
3727
|
-
fillRule: "evenodd",
|
|
3728
|
-
d: "M12.901 5.733c0 .1-.04.194-.11.265L9.418 9.443V7.509H7.57a.45.45 0 01-.332-.16.451.451 0 01-.109-.28V3.748H5.705l1.27-2.663h5.926v4.648zm-8.425.407c.547 0 .993.394.993.877v5.327a.77.77 0 01-.219.515.593.593 0 01-.177.16L3.614 14l-.465-.672 1.466-.985.029-5.326c-.013-.031-.324-.034-.338.005l.001 2.251h-.003v.789h-.826v-.79c-.024-.03-.32-.032-.332.006v1.535h-.825v-.788c-.012-.03-.32-.034-.336.005l.001.748h-.004v.384h-.825l.004-.384c-.012-.03-.322-.035-.336.004v1.934H0v-1.938c0-.536.592-.957 1.17-.863.068-.483.62-.837 1.16-.752.068-.48.617-.834 1.152-.753V7.017c0-.483.446-.877.994-.877zM13.069 0c.513 0 .931.412.931.918v4.815c0 .382-.148.744-.418 1.019l-3.76 3.839a.865.865 0 01-.643.265.883.883 0 01-.302-.055c-.346-.159-.542-.45-.558-.776V8.593h-.743c-.432.019-.9-.202-1.187-.557a1.514 1.514 0 01-.36-.958V4.832h-.592a.925.925 0 01-.88-1.223L6.015.555C6.132.24 6.483 0 6.87 0h6.199z",
|
|
3729
|
-
clipRule: "evenodd"
|
|
3730
|
-
}));
|
|
3731
|
-
}
|
|
3732
|
-
|
|
3733
3730
|
function RunningIcon(props) {
|
|
3734
3731
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
3735
3732
|
viewBox: "0 0 16 16",
|
|
3736
3733
|
width: props.width || props.size || '1em',
|
|
3737
3734
|
height: props.height || props.size || '1em',
|
|
3738
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3735
|
+
className: (!props.color ? 'eds-icon eds-icon__running ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3739
3736
|
inline: undefined,
|
|
3740
|
-
color: props.color || '
|
|
3737
|
+
color: props.color || 'undefined'
|
|
3741
3738
|
}), /*#__PURE__*/React__namespace.createElement("g", {
|
|
3742
3739
|
fill: "currentColor",
|
|
3743
3740
|
fillRule: "evenodd",
|
|
@@ -3758,9 +3755,9 @@ function ScooterIcon(props) {
|
|
|
3758
3755
|
viewBox: "0 0 16 16",
|
|
3759
3756
|
width: props.width || props.size || '1em',
|
|
3760
3757
|
height: props.height || props.size || '1em',
|
|
3761
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3758
|
+
className: (!props.color ? 'eds-icon eds-icon__scooter ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3762
3759
|
inline: undefined,
|
|
3763
|
-
color: props.color || '
|
|
3760
|
+
color: props.color || 'undefined'
|
|
3764
3761
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3765
3762
|
fill: "currentColor",
|
|
3766
3763
|
fillRule: "evenodd",
|
|
@@ -3769,30 +3766,14 @@ function ScooterIcon(props) {
|
|
|
3769
3766
|
}));
|
|
3770
3767
|
}
|
|
3771
3768
|
|
|
3772
|
-
function StandardIcon(props) {
|
|
3773
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
3774
|
-
viewBox: "0 0 14 14",
|
|
3775
|
-
width: props.width || props.size || '1em',
|
|
3776
|
-
height: props.height || props.size || '1em',
|
|
3777
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3778
|
-
inline: undefined,
|
|
3779
|
-
color: props.color || 'currentColor'
|
|
3780
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3781
|
-
fill: "currentColor",
|
|
3782
|
-
fillRule: "evenodd",
|
|
3783
|
-
d: "M7 0C3.14 0 0 3.141 0 7s3.14 7 7 7 7-3.141 7-7-3.14-7-7-7m0 1c3.309 0 6 2.691 6 6s-2.691 6-6 6c-3.308 0-6-2.691-6-6s2.692-6 6-6m.024 1.9c-1.405 0-2.458.975-2.458 2.323 0 1.03.52 1.606 1.625 2.128l.34.152.427.182c.828.356 1.14.61 1.14 1.038 0 .524-.475.942-1.113.942-.56 0-1.142-.314-1.586-.845h-.153l-.822.966.002.132c.213.233.493.477.841.69a3.195 3.195 0 001.68.492c1.47 0 2.653-1.074 2.653-2.505 0-1.097-.587-1.688-1.83-2.242l-.602-.259c-.803-.35-1.11-.6-1.11-1.01 0-.433.352-.76.976-.76.466 0 .944.228 1.344.685l.15.001.812-.913.003-.128C8.805 3.293 7.91 2.9 7.024 2.9z",
|
|
3784
|
-
clipRule: "evenodd"
|
|
3785
|
-
}));
|
|
3786
|
-
}
|
|
3787
|
-
|
|
3788
3769
|
function StandingIcon(props) {
|
|
3789
3770
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
3790
3771
|
viewBox: "0 0 16 16",
|
|
3791
3772
|
width: props.width || props.size || '1em',
|
|
3792
3773
|
height: props.height || props.size || '1em',
|
|
3793
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3774
|
+
className: (!props.color ? 'eds-icon eds-icon__standing ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3794
3775
|
inline: undefined,
|
|
3795
|
-
color: props.color || '
|
|
3776
|
+
color: props.color || 'undefined'
|
|
3796
3777
|
}), /*#__PURE__*/React__namespace.createElement("g", {
|
|
3797
3778
|
fill: "currentColor",
|
|
3798
3779
|
fillRule: "evenodd",
|
|
@@ -3809,9 +3790,9 @@ function StrollingIcon(props) {
|
|
|
3809
3790
|
viewBox: "0 0 16 16",
|
|
3810
3791
|
width: props.width || props.size || '1em',
|
|
3811
3792
|
height: props.height || props.size || '1em',
|
|
3812
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3793
|
+
className: (!props.color ? 'eds-icon eds-icon__strolling ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3813
3794
|
inline: undefined,
|
|
3814
|
-
color: props.color || '
|
|
3795
|
+
color: props.color || 'undefined'
|
|
3815
3796
|
}), /*#__PURE__*/React__namespace.createElement("g", {
|
|
3816
3797
|
fill: "currentColor",
|
|
3817
3798
|
fillRule: "evenodd",
|
|
@@ -3832,9 +3813,9 @@ function SubwayIcon(props) {
|
|
|
3832
3813
|
viewBox: "0 0 16 16",
|
|
3833
3814
|
width: props.width || props.size || '1em',
|
|
3834
3815
|
height: props.height || props.size || '1em',
|
|
3835
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3816
|
+
className: (!props.color ? 'eds-icon eds-icon__subway ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3836
3817
|
inline: undefined,
|
|
3837
|
-
color: props.color || '
|
|
3818
|
+
color: props.color || 'undefined'
|
|
3838
3819
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3839
3820
|
fill: "#BF5826",
|
|
3840
3821
|
fillRule: "evenodd",
|
|
@@ -3888,7 +3869,7 @@ function TramIcon(props) {
|
|
|
3888
3869
|
height: props.height || props.size || '1em',
|
|
3889
3870
|
className: (!props.color ? 'eds-icon eds-icon__tram ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3890
3871
|
inline: undefined,
|
|
3891
|
-
color: props.color || '#
|
|
3872
|
+
color: props.color || '#78469a'
|
|
3892
3873
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3893
3874
|
fill: "#642E88",
|
|
3894
3875
|
fillRule: "evenodd",
|
|
@@ -3930,9 +3911,9 @@ function WalkingIcon(props) {
|
|
|
3930
3911
|
viewBox: "0 0 16 16",
|
|
3931
3912
|
width: props.width || props.size || '1em',
|
|
3932
3913
|
height: props.height || props.size || '1em',
|
|
3933
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3914
|
+
className: (!props.color ? 'eds-icon eds-icon__walking ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3934
3915
|
inline: undefined,
|
|
3935
|
-
color: props.color || '
|
|
3916
|
+
color: props.color || 'undefined'
|
|
3936
3917
|
}), /*#__PURE__*/React__namespace.createElement("g", {
|
|
3937
3918
|
fill: "currentColor",
|
|
3938
3919
|
fillRule: "evenodd",
|
|
@@ -4719,6 +4700,22 @@ function AgreesIcon(props) {
|
|
|
4719
4700
|
}));
|
|
4720
4701
|
}
|
|
4721
4702
|
|
|
4703
|
+
function AnimalFreeIcon(props) {
|
|
4704
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
4705
|
+
viewBox: "0 0 14 14",
|
|
4706
|
+
width: props.width || props.size || '1em',
|
|
4707
|
+
height: props.height || props.size || '1em',
|
|
4708
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
4709
|
+
inline: undefined,
|
|
4710
|
+
color: props.color || 'currentColor'
|
|
4711
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4712
|
+
fill: "currentColor",
|
|
4713
|
+
fillRule: "evenodd",
|
|
4714
|
+
d: "M11.232 4.656l.236-.276a.681.681 0 01.812-.172l.08.046.086.065c.268.23.3.659.057.945l-.236.276a.68.68 0 01-.9.121l-.078-.06a.675.675 0 01-.057-.945m-.497 1.629l.117.089a1.565 1.565 0 002.084-.262l.236-.276a1.56 1.56 0 00-.173-2.2l-.115-.09-.02-.014a1.562 1.562 0 00-2.066.276l-.235.276a1.56 1.56 0 00.172 2.2m-.567 1.201c-.672-.95-1.669-1.467-2.707-1.604l4.218 4.218a2.809 2.809 0 00-.24-.518l-1.271-2.096zm-7.592-1.87l-.078.06a.676.676 0 01-.882-.136l-.236-.276-.059-.08a.68.68 0 01.063-.808l.067-.067.083-.063a.677.677 0 01.88.135l.237.276a.68.68 0 01-.075.96zm.554.685c.674-.575.75-1.56.19-2.216l-.235-.276a1.56 1.56 0 00-2.067-.276l-.134.103a1.561 1.561 0 00-.173 2.2l.236.277a1.56 1.56 0 002.066.277L3.13 6.3zm1.024-4.208a.682.682 0 01.458-.846l.09-.022a.676.676 0 01.756.48l.32 1.074a.68.68 0 01-.458.847l-.09.02h-.004l.673.674a1.555 1.555 0 00.724-1.791l-.32-1.075A1.56 1.56 0 004.517.364l-.155.037a1.56 1.56 0 00-1.099 1.283L4.36 2.778l-.205-.686zm3.951.686l.32-1.074a.68.68 0 01.685-.486l.086.01.096.024c.339.1.544.48.437.84l-.32 1.074a.68.68 0 01-.777.475l-.09-.022a.679.679 0 01-.437-.84m.208 1.69l.132.032a1.566 1.566 0 001.809-1.084l.32-1.074A1.561 1.561 0 009.521.402L9.366.363a1.561 1.561 0 00-1.785 1.09l-.32 1.074A1.562 1.562 0 008.313 4.47m.129 7.957l-.11-.04a4.003 4.003 0 00-2.78 0l-.11.04c-1.472.546-2.816-.98-2.038-2.264l1.27-2.096c.413-.582 1.02-.918 1.673-1.046l4.29 4.29a1.643 1.643 0 01-2.195 1.116zm5.558.901L.673 0 0 .673l5.443 5.443a3.78 3.78 0 00-1.706 1.335L2.445 9.58c-1.34 2.212.941 4.805 3.387 3.896l.11-.04a2.88 2.88 0 012 0l.11.04c1.46.542 2.848-.17 3.454-1.298L13.327 14l.673-.673z",
|
|
4715
|
+
clipRule: "evenodd"
|
|
4716
|
+
}));
|
|
4717
|
+
}
|
|
4718
|
+
|
|
4722
4719
|
function AssignToMeIcon(props) {
|
|
4723
4720
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
4724
4721
|
fill: "none",
|
|
@@ -5926,6 +5923,22 @@ function PurposeIcon(props) {
|
|
|
5926
5923
|
}));
|
|
5927
5924
|
}
|
|
5928
5925
|
|
|
5926
|
+
function QuietIcon(props) {
|
|
5927
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
5928
|
+
viewBox: "0 0 14 14",
|
|
5929
|
+
width: props.width || props.size || '1em',
|
|
5930
|
+
height: props.height || props.size || '1em',
|
|
5931
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
5932
|
+
inline: undefined,
|
|
5933
|
+
color: props.color || 'currentColor'
|
|
5934
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
5935
|
+
fill: "currentColor",
|
|
5936
|
+
fillRule: "evenodd",
|
|
5937
|
+
d: "M12.901 5.733c0 .1-.04.194-.11.265L9.418 9.443V7.509H7.57a.45.45 0 01-.332-.16.451.451 0 01-.109-.28V3.748H5.705l1.27-2.663h5.926v4.648zm-8.425.407c.547 0 .993.394.993.877v5.327a.77.77 0 01-.219.515.593.593 0 01-.177.16L3.614 14l-.465-.672 1.466-.985.029-5.326c-.013-.031-.324-.034-.338.005l.001 2.251h-.003v.789h-.826v-.79c-.024-.03-.32-.032-.332.006v1.535h-.825v-.788c-.012-.03-.32-.034-.336.005l.001.748h-.004v.384h-.825l.004-.384c-.012-.03-.322-.035-.336.004v1.934H0v-1.938c0-.536.592-.957 1.17-.863.068-.483.62-.837 1.16-.752.068-.48.617-.834 1.152-.753V7.017c0-.483.446-.877.994-.877zM13.069 0c.513 0 .931.412.931.918v4.815c0 .382-.148.744-.418 1.019l-3.76 3.839a.865.865 0 01-.643.265.883.883 0 01-.302-.055c-.346-.159-.542-.45-.558-.776V8.593h-.743c-.432.019-.9-.202-1.187-.557a1.514 1.514 0 01-.36-.958V4.832h-.592a.925.925 0 01-.88-1.223L6.015.555C6.132.24 6.483 0 6.87 0h6.199z",
|
|
5938
|
+
clipRule: "evenodd"
|
|
5939
|
+
}));
|
|
5940
|
+
}
|
|
5941
|
+
|
|
5929
5942
|
function QuitIcon(props) {
|
|
5930
5943
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
5931
5944
|
viewBox: "0 0 16 16",
|
|
@@ -6201,6 +6214,22 @@ function UnstarredIcon(props) {
|
|
|
6201
6214
|
}));
|
|
6202
6215
|
}
|
|
6203
6216
|
|
|
6217
|
+
function StandardIcon(props) {
|
|
6218
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
6219
|
+
viewBox: "0 0 14 14",
|
|
6220
|
+
width: props.width || props.size || '1em',
|
|
6221
|
+
height: props.height || props.size || '1em',
|
|
6222
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
6223
|
+
inline: undefined,
|
|
6224
|
+
color: props.color || 'currentColor'
|
|
6225
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
6226
|
+
fill: "currentColor",
|
|
6227
|
+
fillRule: "evenodd",
|
|
6228
|
+
d: "M7 0C3.14 0 0 3.141 0 7s3.14 7 7 7 7-3.141 7-7-3.14-7-7-7m0 1c3.309 0 6 2.691 6 6s-2.691 6-6 6c-3.308 0-6-2.691-6-6s2.692-6 6-6m.024 1.9c-1.405 0-2.458.975-2.458 2.323 0 1.03.52 1.606 1.625 2.128l.34.152.427.182c.828.356 1.14.61 1.14 1.038 0 .524-.475.942-1.113.942-.56 0-1.142-.314-1.586-.845h-.153l-.822.966.002.132c.213.233.493.477.841.69a3.195 3.195 0 001.68.492c1.47 0 2.653-1.074 2.653-2.505 0-1.097-.587-1.688-1.83-2.242l-.602-.259c-.803-.35-1.11-.6-1.11-1.01 0-.433.352-.76.976-.76.466 0 .944.228 1.344.685l.15.001.812-.913.003-.128C8.805 3.293 7.91 2.9 7.024 2.9z",
|
|
6229
|
+
clipRule: "evenodd"
|
|
6230
|
+
}));
|
|
6231
|
+
}
|
|
6232
|
+
|
|
6204
6233
|
function StudentIcon(props) {
|
|
6205
6234
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
6206
6235
|
fill: "none",
|
|
@@ -7158,6 +7187,7 @@ exports.CalendarDetailedIcon = CalendarDetailedIcon;
|
|
|
7158
7187
|
exports.CalendarIcon = CalendarIcon;
|
|
7159
7188
|
exports.CameraIcon = CameraIcon;
|
|
7160
7189
|
exports.CarIcon = CarIcon;
|
|
7190
|
+
exports.CarSharingIcon = CarSharingIcon;
|
|
7161
7191
|
exports.CardIcon = CardIcon;
|
|
7162
7192
|
exports.CarferryIcon = CarferryIcon;
|
|
7163
7193
|
exports.ChannelsIcon = ChannelsIcon;
|
package/dist/styles.css
CHANGED
|
@@ -236,9 +236,9 @@ p .eds-icon {
|
|
|
236
236
|
.eds-contrast .eds-icon__carferry {
|
|
237
237
|
color: var(--basecolors-shape-carferry-contrast);
|
|
238
238
|
}
|
|
239
|
-
.eds-icon__mobility {
|
|
239
|
+
.eds-icon__mobility, .eds-icon__citybike, .eds-icon__carsharing {
|
|
240
240
|
color: var(--basecolors-shape-mobility-default);
|
|
241
241
|
}
|
|
242
|
-
.eds-contrast .eds-icon__mobility {
|
|
242
|
+
.eds-contrast .eds-icon__mobility, .eds-contrast .eds-icon__citybike, .eds-contrast .eds-icon__carsharing {
|
|
243
243
|
color: var(--basecolors-shape-mobility-contrast);
|
|
244
244
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/icons",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.3.0-RC.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@entur/tokens": "^3.17.0"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "f279e609e10d40dd3ff47b09bd2828edf2bbcb7b"
|
|
51
51
|
}
|