@entur/icons 5.2.0 → 5.2.2
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 +8 -0
- package/dist/index.d.ts +5 -5
- package/dist/index.esm.js +125 -125
- package/dist/index.esm.native.js +115 -115
- package/dist/index.js +125 -125
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [5.2.2](https://bitbucket.org/enturas/design-system/compare/@entur/icons@5.2.1...@entur/icons@5.2.2) (2022-10-31)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @entur/icons
|
|
9
|
+
|
|
10
|
+
## [5.2.1](https://bitbucket.org/enturas/design-system/compare/@entur/icons@5.2.0...@entur/icons@5.2.1) (2022-10-31)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @entur/icons
|
|
13
|
+
|
|
6
14
|
# [5.2.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@5.1.1...@entur/icons@5.2.0) (2022-10-31)
|
|
7
15
|
|
|
8
16
|
### Bug Fixes
|
package/dist/index.d.ts
CHANGED
|
@@ -51,19 +51,15 @@ export declare const BabyIcon: React.FC<IconProps>;
|
|
|
51
51
|
export declare const BicycleHotelIcon: React.FC<IconProps>;
|
|
52
52
|
export declare const BicycleParkingIcon: React.FC<IconProps>;
|
|
53
53
|
export declare const BusShelterIcon: React.FC<IconProps>;
|
|
54
|
-
export declare const CabinIcon: React.FC<IconProps>;
|
|
55
54
|
export declare const CoffeeIcon: React.FC<IconProps>;
|
|
56
55
|
export declare const CouchetteIcon: React.FC<IconProps>;
|
|
57
56
|
export declare const CutleryIcon: React.FC<IconProps>;
|
|
58
57
|
export declare const FullIcon: React.FC<IconProps>;
|
|
59
|
-
export declare const GymIcon: React.FC<IconProps>;
|
|
60
58
|
export declare const LockerIcon: React.FC<IconProps>;
|
|
61
59
|
export declare const ManySeatsAvailableIcon: React.FC<IconProps>;
|
|
62
|
-
export declare const MountainIcon: React.FC<IconProps>;
|
|
63
60
|
export declare const ParkIcon: React.FC<IconProps>;
|
|
64
61
|
export declare const ParkAndRideIcon: React.FC<IconProps>;
|
|
65
62
|
export declare const ParkingGarageIcon: React.FC<IconProps>;
|
|
66
|
-
export declare const PlaygroundIcon: React.FC<IconProps>;
|
|
67
63
|
export declare const PlayroomIcon: React.FC<IconProps>;
|
|
68
64
|
export declare const PowerIcon: React.FC<IconProps>;
|
|
69
65
|
export declare const PremiumSeatIcon: React.FC<IconProps>;
|
|
@@ -75,7 +71,6 @@ export declare const StrollerIcon: React.FC<IconProps>;
|
|
|
75
71
|
export declare const TVMIcon: React.FC<IconProps>;
|
|
76
72
|
export declare const ToiletIcon: React.FC<IconProps>;
|
|
77
73
|
export declare const TrainCarIcon: React.FC<IconProps>;
|
|
78
|
-
export declare const UniversityIcon: React.FC<IconProps>;
|
|
79
74
|
export declare const VendingMachineIcon: React.FC<IconProps>;
|
|
80
75
|
export declare const WaitingRoomIcon: React.FC<IconProps>;
|
|
81
76
|
export declare const WaterTapIcon: React.FC<IconProps>;
|
|
@@ -180,12 +175,14 @@ export declare const TrainIcon: React.FC<IconProps>;
|
|
|
180
175
|
export declare const TramIcon: React.FC<IconProps>;
|
|
181
176
|
export declare const WalkingIcon: React.FC<IconProps>;
|
|
182
177
|
export declare const AdditionalZonesTicketIcon: React.FC<IconProps>;
|
|
178
|
+
export declare const CabinIcon: React.FC<IconProps>;
|
|
183
179
|
export declare const CityIcon: React.FC<IconProps>;
|
|
184
180
|
export declare const ConductorIcon: React.FC<IconProps>;
|
|
185
181
|
export declare const CorrespondenceIcon: React.FC<IconProps>;
|
|
186
182
|
export declare const DestinationIcon: React.FC<IconProps>;
|
|
187
183
|
export declare const EnvironmentIcon: React.FC<IconProps>;
|
|
188
184
|
export declare const GoalIcon: React.FC<IconProps>;
|
|
185
|
+
export declare const GymIcon: React.FC<IconProps>;
|
|
189
186
|
export declare const HomeIcon: React.FC<IconProps>;
|
|
190
187
|
export declare const InternationalIcon: React.FC<IconProps>;
|
|
191
188
|
export declare const InterrailIcon: React.FC<IconProps>;
|
|
@@ -193,12 +190,15 @@ export declare const InvalidTicketIcon: React.FC<IconProps>;
|
|
|
193
190
|
export declare const LuggageIcon: React.FC<IconProps>;
|
|
194
191
|
export declare const MapIcon: React.FC<IconProps>;
|
|
195
192
|
export declare const MapPinIcon: React.FC<IconProps>;
|
|
193
|
+
export declare const MountainIcon: React.FC<IconProps>;
|
|
194
|
+
export declare const PlaygroundIcon: React.FC<IconProps>;
|
|
196
195
|
export declare const PositionIcon: React.FC<IconProps>;
|
|
197
196
|
export declare const PrioritySeatPregnantIcon: React.FC<IconProps>;
|
|
198
197
|
export declare const PrioritySeatSeniorsIcon: React.FC<IconProps>;
|
|
199
198
|
export declare const SkiIcon: React.FC<IconProps>;
|
|
200
199
|
export declare const SuitcaseIcon: React.FC<IconProps>;
|
|
201
200
|
export declare const TrackIcon: React.FC<IconProps>;
|
|
201
|
+
export declare const UniversityIcon: React.FC<IconProps>;
|
|
202
202
|
export declare const ValidTicketIcon: React.FC<IconProps>;
|
|
203
203
|
export declare const ZoneIcon: React.FC<IconProps>;
|
|
204
204
|
export declare const AccessibilityIcon: React.FC<IconProps>;
|
package/dist/index.esm.js
CHANGED
|
@@ -554,58 +554,6 @@ function BusShelterIcon(props) {
|
|
|
554
554
|
}));
|
|
555
555
|
}
|
|
556
556
|
|
|
557
|
-
function CabinIcon(props) {
|
|
558
|
-
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
559
|
-
fill: "none",
|
|
560
|
-
viewBox: "0 0 16 16",
|
|
561
|
-
width: props.width || props.size || '1em',
|
|
562
|
-
height: props.height || props.size || '1em',
|
|
563
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
564
|
-
inline: undefined,
|
|
565
|
-
color: props.color || 'currentColor'
|
|
566
|
-
}), /*#__PURE__*/createElement("path", {
|
|
567
|
-
fill: "currentColor",
|
|
568
|
-
fillRule: "evenodd",
|
|
569
|
-
d: "M7.557 1.166a.657.657 0 01.873 0l5.437 4.833c.14.124.22.303.22.49v7.854a.657.657 0 01-.656.657H9.806a.657.657 0 01-.657-.657v-3.572H6.84v3.572a.657.657 0 01-.568.651L6.18 15H2.558a.657.657 0 01-.657-.657V6.49c0-.188.08-.367.22-.491l5.437-4.833zm.437 1.369l-4.78 4.249v6.902h2.31v-3.572c0-.332.248-.607.568-.65l.09-.007h3.624c.363 0 .657.295.657.657v3.572h2.31V6.785l-4.78-4.25z",
|
|
570
|
-
clipRule: "evenodd"
|
|
571
|
-
}), /*#__PURE__*/createElement("path", {
|
|
572
|
-
fill: "currentColor",
|
|
573
|
-
fillRule: "evenodd",
|
|
574
|
-
d: "M3 10.55v-1.1h10v1.1H3z",
|
|
575
|
-
clipRule: "evenodd"
|
|
576
|
-
}), /*#__PURE__*/createElement("path", {
|
|
577
|
-
fill: "currentColor",
|
|
578
|
-
fillRule: "evenodd",
|
|
579
|
-
d: "M3 8.55v-1.1h10v1.1H3z",
|
|
580
|
-
clipRule: "evenodd"
|
|
581
|
-
}), /*#__PURE__*/createElement("path", {
|
|
582
|
-
fill: "currentColor",
|
|
583
|
-
fillRule: "evenodd",
|
|
584
|
-
d: "M3 6.55v-1.1h10v1.1H3z",
|
|
585
|
-
clipRule: "evenodd"
|
|
586
|
-
}), /*#__PURE__*/createElement("path", {
|
|
587
|
-
fill: "currentColor",
|
|
588
|
-
fillRule: "evenodd",
|
|
589
|
-
d: "M5 4.55v-1.1h6v1.1H5z",
|
|
590
|
-
clipRule: "evenodd"
|
|
591
|
-
}), /*#__PURE__*/createElement("path", {
|
|
592
|
-
fill: "currentColor",
|
|
593
|
-
fillRule: "evenodd",
|
|
594
|
-
d: "M3 12.55v-1.1h3.333v1.1H3z",
|
|
595
|
-
clipRule: "evenodd"
|
|
596
|
-
}), /*#__PURE__*/createElement("path", {
|
|
597
|
-
fill: "currentColor",
|
|
598
|
-
fillRule: "evenodd",
|
|
599
|
-
d: "M10 12.55v-1.1h4v1.1h-4z",
|
|
600
|
-
clipRule: "evenodd"
|
|
601
|
-
}), /*#__PURE__*/createElement("path", {
|
|
602
|
-
fill: "currentColor",
|
|
603
|
-
fillRule: "evenodd",
|
|
604
|
-
d: "M2.95 6V2h1.1v4h-1.1z",
|
|
605
|
-
clipRule: "evenodd"
|
|
606
|
-
}));
|
|
607
|
-
}
|
|
608
|
-
|
|
609
557
|
function CoffeeIcon(props) {
|
|
610
558
|
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
611
559
|
viewBox: "0 0 16 16",
|
|
@@ -671,23 +619,6 @@ function FullIcon(props) {
|
|
|
671
619
|
}));
|
|
672
620
|
}
|
|
673
621
|
|
|
674
|
-
function GymIcon(props) {
|
|
675
|
-
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
676
|
-
fill: "none",
|
|
677
|
-
viewBox: "0 0 16 16",
|
|
678
|
-
width: props.width || props.size || '1em',
|
|
679
|
-
height: props.height || props.size || '1em',
|
|
680
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
681
|
-
inline: undefined,
|
|
682
|
-
color: props.color || 'currentColor'
|
|
683
|
-
}), /*#__PURE__*/createElement("path", {
|
|
684
|
-
fill: "currentColor",
|
|
685
|
-
fillRule: "evenodd",
|
|
686
|
-
d: "M5 4a1 1 0 00-2 0v2a1 1 0 00-2 0v4a1 1 0 102 0v2a1 1 0 102 0V8.7h6V12a1 1 0 102 0v-2a1 1 0 102 0V6a1 1 0 10-2 0V4a1 1 0 10-2 0v3.3H5V4z",
|
|
687
|
-
clipRule: "evenodd"
|
|
688
|
-
}));
|
|
689
|
-
}
|
|
690
|
-
|
|
691
622
|
function LockerIcon(props) {
|
|
692
623
|
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
693
624
|
viewBox: "0 0 10 14",
|
|
@@ -726,23 +657,6 @@ function ManySeatsAvailableIcon(props) {
|
|
|
726
657
|
}));
|
|
727
658
|
}
|
|
728
659
|
|
|
729
|
-
function MountainIcon(props) {
|
|
730
|
-
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
731
|
-
fill: "none",
|
|
732
|
-
viewBox: "0 0 16 16",
|
|
733
|
-
width: props.width || props.size || '1em',
|
|
734
|
-
height: props.height || props.size || '1em',
|
|
735
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
736
|
-
inline: undefined,
|
|
737
|
-
color: props.color || 'currentColor'
|
|
738
|
-
}), /*#__PURE__*/createElement("path", {
|
|
739
|
-
fill: "currentColor",
|
|
740
|
-
fillRule: "evenodd",
|
|
741
|
-
d: "M7 1.45a.55.55 0 01.508.338l1.916 4.599L9.979 5A.55.55 0 0111 5l3.51 8.795a.55.55 0 01-.51.754H2a.55.55 0 01-.508-.761l5-12A.55.55 0 017 1.449zm5.367 12l-2.339-5.613.461-1.152 2.699 6.764h-.821zM8.81 7.774l2.364 5.674h-8.35l2.226-5.341.438 1.097a.55.55 0 001.003.041L7.15 7.93l.46.46a.55.55 0 00.847-.084l.353-.53zm-.509-1.22L7 3.43 5.655 6.657l.4 1.002.453-.905a.55.55 0 01.88-.143l.526.526.388-.582z",
|
|
742
|
-
clipRule: "evenodd"
|
|
743
|
-
}));
|
|
744
|
-
}
|
|
745
|
-
|
|
746
660
|
function ParkIcon(props) {
|
|
747
661
|
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
748
662
|
viewBox: "0 0 16 16",
|
|
@@ -789,28 +703,6 @@ function ParkingGarageIcon(props) {
|
|
|
789
703
|
}));
|
|
790
704
|
}
|
|
791
705
|
|
|
792
|
-
function PlaygroundIcon(props) {
|
|
793
|
-
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
794
|
-
fill: "none",
|
|
795
|
-
viewBox: "0 0 16 16",
|
|
796
|
-
width: props.width || props.size || '1em',
|
|
797
|
-
height: props.height || props.size || '1em',
|
|
798
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
799
|
-
inline: undefined,
|
|
800
|
-
color: props.color || 'currentColor'
|
|
801
|
-
}), /*#__PURE__*/createElement("path", {
|
|
802
|
-
fill: "currentColor",
|
|
803
|
-
fillRule: "evenodd",
|
|
804
|
-
d: "M8.905 10.186a.757.757 0 100-1.514.757.757 0 000 1.514zm0 1.1a1.857 1.857 0 100-3.714 1.857 1.857 0 000 3.714z",
|
|
805
|
-
clipRule: "evenodd"
|
|
806
|
-
}), /*#__PURE__*/createElement("path", {
|
|
807
|
-
fill: "currentColor",
|
|
808
|
-
fillRule: "evenodd",
|
|
809
|
-
d: "M9.151 1.507a.55.55 0 00-.492 0L3.707 3.983a.55.55 0 00.246 1.042H5.26v4.15l-1.82 1.56H2a.55.55 0 00-.55.55v3.095c0 .303.246.55.55.55h1.643a.55.55 0 00.358-.133l1.259-1.079v1.28h1.1v-1.925h5.09v1.925h1.1V13.39l.9.45V15h1.1v-1.5a.55.55 0 00-.304-.492l-1.696-.848V5.025h1.307a.55.55 0 00.247-1.042L9.15 1.507zm-5.15 10.195l1.259-1.079v1.647l-1.82 1.56h-.89v-1.995h1.093a.55.55 0 00.358-.133zm7.45.27H6.36V6.884h5.09v5.09zm0-6.189H6.36v-.758h5.09v.758zm0-1.896L8.904 2.614 6.36 3.887v.038h5.09v-.038z",
|
|
810
|
-
clipRule: "evenodd"
|
|
811
|
-
}));
|
|
812
|
-
}
|
|
813
|
-
|
|
814
706
|
function PlayroomIcon(props) {
|
|
815
707
|
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
816
708
|
viewBox: "0 0 16 16",
|
|
@@ -999,23 +891,6 @@ function TrainCarIcon(props) {
|
|
|
999
891
|
}));
|
|
1000
892
|
}
|
|
1001
893
|
|
|
1002
|
-
function UniversityIcon(props) {
|
|
1003
|
-
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
1004
|
-
fill: "none",
|
|
1005
|
-
viewBox: "0 0 16 16",
|
|
1006
|
-
width: props.width || props.size || '1em',
|
|
1007
|
-
height: props.height || props.size || '1em',
|
|
1008
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1009
|
-
inline: undefined,
|
|
1010
|
-
color: props.color || 'currentColor'
|
|
1011
|
-
}), /*#__PURE__*/createElement("path", {
|
|
1012
|
-
fill: "currentColor",
|
|
1013
|
-
fillRule: "evenodd",
|
|
1014
|
-
d: "M7.695 1.542a.55.55 0 01.61 0l6 4A.55.55 0 0114 6.549h-.35v7.4H15v1.1H1v-1.1h1.35v-7.4H2a.55.55 0 01-.305-1.007l6-4zm4.655 12.407v-7.4h-1.2v7.4h1.2zm-3.7-7.4h1.2v7.4h-1.2v-7.4zm-2.5 0h1.2v7.4h-1.2v-7.4zm-1.3 0h-1.2v7.4h1.2v-7.4zm7.333-1.1L8 2.66 3.816 5.45h8.367z",
|
|
1015
|
-
clipRule: "evenodd"
|
|
1016
|
-
}));
|
|
1017
|
-
}
|
|
1018
|
-
|
|
1019
894
|
function VendingMachineIcon(props) {
|
|
1020
895
|
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
1021
896
|
viewBox: "0 0 14 14",
|
|
@@ -3175,6 +3050,58 @@ function AdditionalZonesTicketIcon(props) {
|
|
|
3175
3050
|
}));
|
|
3176
3051
|
}
|
|
3177
3052
|
|
|
3053
|
+
function CabinIcon(props) {
|
|
3054
|
+
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
3055
|
+
fill: "none",
|
|
3056
|
+
viewBox: "0 0 16 16",
|
|
3057
|
+
width: props.width || props.size || '1em',
|
|
3058
|
+
height: props.height || props.size || '1em',
|
|
3059
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3060
|
+
inline: undefined,
|
|
3061
|
+
color: props.color || 'currentColor'
|
|
3062
|
+
}), /*#__PURE__*/createElement("path", {
|
|
3063
|
+
fill: "currentColor",
|
|
3064
|
+
fillRule: "evenodd",
|
|
3065
|
+
d: "M7.557 1.166a.657.657 0 01.873 0l5.437 4.833c.14.124.22.303.22.49v7.854a.657.657 0 01-.656.657H9.806a.657.657 0 01-.657-.657v-3.572H6.84v3.572a.657.657 0 01-.568.651L6.18 15H2.558a.657.657 0 01-.657-.657V6.49c0-.188.08-.367.22-.491l5.437-4.833zm.437 1.369l-4.78 4.249v6.902h2.31v-3.572c0-.332.248-.607.568-.65l.09-.007h3.624c.363 0 .657.295.657.657v3.572h2.31V6.785l-4.78-4.25z",
|
|
3066
|
+
clipRule: "evenodd"
|
|
3067
|
+
}), /*#__PURE__*/createElement("path", {
|
|
3068
|
+
fill: "currentColor",
|
|
3069
|
+
fillRule: "evenodd",
|
|
3070
|
+
d: "M3 10.55v-1.1h10v1.1H3z",
|
|
3071
|
+
clipRule: "evenodd"
|
|
3072
|
+
}), /*#__PURE__*/createElement("path", {
|
|
3073
|
+
fill: "currentColor",
|
|
3074
|
+
fillRule: "evenodd",
|
|
3075
|
+
d: "M3 8.55v-1.1h10v1.1H3z",
|
|
3076
|
+
clipRule: "evenodd"
|
|
3077
|
+
}), /*#__PURE__*/createElement("path", {
|
|
3078
|
+
fill: "currentColor",
|
|
3079
|
+
fillRule: "evenodd",
|
|
3080
|
+
d: "M3 6.55v-1.1h10v1.1H3z",
|
|
3081
|
+
clipRule: "evenodd"
|
|
3082
|
+
}), /*#__PURE__*/createElement("path", {
|
|
3083
|
+
fill: "currentColor",
|
|
3084
|
+
fillRule: "evenodd",
|
|
3085
|
+
d: "M5 4.55v-1.1h6v1.1H5z",
|
|
3086
|
+
clipRule: "evenodd"
|
|
3087
|
+
}), /*#__PURE__*/createElement("path", {
|
|
3088
|
+
fill: "currentColor",
|
|
3089
|
+
fillRule: "evenodd",
|
|
3090
|
+
d: "M3 12.55v-1.1h3.333v1.1H3z",
|
|
3091
|
+
clipRule: "evenodd"
|
|
3092
|
+
}), /*#__PURE__*/createElement("path", {
|
|
3093
|
+
fill: "currentColor",
|
|
3094
|
+
fillRule: "evenodd",
|
|
3095
|
+
d: "M10 12.55v-1.1h4v1.1h-4z",
|
|
3096
|
+
clipRule: "evenodd"
|
|
3097
|
+
}), /*#__PURE__*/createElement("path", {
|
|
3098
|
+
fill: "currentColor",
|
|
3099
|
+
fillRule: "evenodd",
|
|
3100
|
+
d: "M2.95 6V2h1.1v4h-1.1z",
|
|
3101
|
+
clipRule: "evenodd"
|
|
3102
|
+
}));
|
|
3103
|
+
}
|
|
3104
|
+
|
|
3178
3105
|
function CityIcon(props) {
|
|
3179
3106
|
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
3180
3107
|
viewBox: "0 0 16 16",
|
|
@@ -3280,6 +3207,23 @@ function GoalIcon(props) {
|
|
|
3280
3207
|
}));
|
|
3281
3208
|
}
|
|
3282
3209
|
|
|
3210
|
+
function GymIcon(props) {
|
|
3211
|
+
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
3212
|
+
fill: "none",
|
|
3213
|
+
viewBox: "0 0 16 16",
|
|
3214
|
+
width: props.width || props.size || '1em',
|
|
3215
|
+
height: props.height || props.size || '1em',
|
|
3216
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3217
|
+
inline: undefined,
|
|
3218
|
+
color: props.color || 'currentColor'
|
|
3219
|
+
}), /*#__PURE__*/createElement("path", {
|
|
3220
|
+
fill: "currentColor",
|
|
3221
|
+
fillRule: "evenodd",
|
|
3222
|
+
d: "M5 4a1 1 0 00-2 0v2a1 1 0 00-2 0v4a1 1 0 102 0v2a1 1 0 102 0V8.7h6V12a1 1 0 102 0v-2a1 1 0 102 0V6a1 1 0 10-2 0V4a1 1 0 10-2 0v3.3H5V4z",
|
|
3223
|
+
clipRule: "evenodd"
|
|
3224
|
+
}));
|
|
3225
|
+
}
|
|
3226
|
+
|
|
3283
3227
|
function HomeIcon(props) {
|
|
3284
3228
|
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
3285
3229
|
viewBox: "0 0 16 16",
|
|
@@ -3392,6 +3336,45 @@ function MapPinIcon(props) {
|
|
|
3392
3336
|
}));
|
|
3393
3337
|
}
|
|
3394
3338
|
|
|
3339
|
+
function MountainIcon(props) {
|
|
3340
|
+
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
3341
|
+
fill: "none",
|
|
3342
|
+
viewBox: "0 0 16 16",
|
|
3343
|
+
width: props.width || props.size || '1em',
|
|
3344
|
+
height: props.height || props.size || '1em',
|
|
3345
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3346
|
+
inline: undefined,
|
|
3347
|
+
color: props.color || 'currentColor'
|
|
3348
|
+
}), /*#__PURE__*/createElement("path", {
|
|
3349
|
+
fill: "currentColor",
|
|
3350
|
+
fillRule: "evenodd",
|
|
3351
|
+
d: "M7 1.45a.55.55 0 01.508.338l1.916 4.599L9.979 5A.55.55 0 0111 5l3.51 8.795a.55.55 0 01-.51.754H2a.55.55 0 01-.508-.761l5-12A.55.55 0 017 1.449zm5.367 12l-2.339-5.613.461-1.152 2.699 6.764h-.821zM8.81 7.774l2.364 5.674h-8.35l2.226-5.341.438 1.097a.55.55 0 001.003.041L7.15 7.93l.46.46a.55.55 0 00.847-.084l.353-.53zm-.509-1.22L7 3.43 5.655 6.657l.4 1.002.453-.905a.55.55 0 01.88-.143l.526.526.388-.582z",
|
|
3352
|
+
clipRule: "evenodd"
|
|
3353
|
+
}));
|
|
3354
|
+
}
|
|
3355
|
+
|
|
3356
|
+
function PlaygroundIcon(props) {
|
|
3357
|
+
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
3358
|
+
fill: "none",
|
|
3359
|
+
viewBox: "0 0 16 16",
|
|
3360
|
+
width: props.width || props.size || '1em',
|
|
3361
|
+
height: props.height || props.size || '1em',
|
|
3362
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3363
|
+
inline: undefined,
|
|
3364
|
+
color: props.color || 'currentColor'
|
|
3365
|
+
}), /*#__PURE__*/createElement("path", {
|
|
3366
|
+
fill: "currentColor",
|
|
3367
|
+
fillRule: "evenodd",
|
|
3368
|
+
d: "M8.905 10.186a.757.757 0 100-1.514.757.757 0 000 1.514zm0 1.1a1.857 1.857 0 100-3.714 1.857 1.857 0 000 3.714z",
|
|
3369
|
+
clipRule: "evenodd"
|
|
3370
|
+
}), /*#__PURE__*/createElement("path", {
|
|
3371
|
+
fill: "currentColor",
|
|
3372
|
+
fillRule: "evenodd",
|
|
3373
|
+
d: "M9.151 1.507a.55.55 0 00-.492 0L3.707 3.983a.55.55 0 00.246 1.042H5.26v4.15l-1.82 1.56H2a.55.55 0 00-.55.55v3.095c0 .303.246.55.55.55h1.643a.55.55 0 00.358-.133l1.259-1.079v1.28h1.1v-1.925h5.09v1.925h1.1V13.39l.9.45V15h1.1v-1.5a.55.55 0 00-.304-.492l-1.696-.848V5.025h1.307a.55.55 0 00.247-1.042L9.15 1.507zm-5.15 10.195l1.259-1.079v1.647l-1.82 1.56h-.89v-1.995h1.093a.55.55 0 00.358-.133zm7.45.27H6.36V6.884h5.09v5.09zm0-6.189H6.36v-.758h5.09v.758zm0-1.896L8.904 2.614 6.36 3.887v.038h5.09v-.038z",
|
|
3374
|
+
clipRule: "evenodd"
|
|
3375
|
+
}));
|
|
3376
|
+
}
|
|
3377
|
+
|
|
3395
3378
|
function PositionIcon(props) {
|
|
3396
3379
|
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
3397
3380
|
viewBox: "0 0 16 16",
|
|
@@ -3487,6 +3470,23 @@ function TrackIcon(props) {
|
|
|
3487
3470
|
}));
|
|
3488
3471
|
}
|
|
3489
3472
|
|
|
3473
|
+
function UniversityIcon(props) {
|
|
3474
|
+
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
3475
|
+
fill: "none",
|
|
3476
|
+
viewBox: "0 0 16 16",
|
|
3477
|
+
width: props.width || props.size || '1em',
|
|
3478
|
+
height: props.height || props.size || '1em',
|
|
3479
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3480
|
+
inline: undefined,
|
|
3481
|
+
color: props.color || 'currentColor'
|
|
3482
|
+
}), /*#__PURE__*/createElement("path", {
|
|
3483
|
+
fill: "currentColor",
|
|
3484
|
+
fillRule: "evenodd",
|
|
3485
|
+
d: "M7.695 1.542a.55.55 0 01.61 0l6 4A.55.55 0 0114 6.549h-.35v7.4H15v1.1H1v-1.1h1.35v-7.4H2a.55.55 0 01-.305-1.007l6-4zm4.655 12.407v-7.4h-1.2v7.4h1.2zm-3.7-7.4h1.2v7.4h-1.2v-7.4zm-2.5 0h1.2v7.4h-1.2v-7.4zm-1.3 0h-1.2v7.4h1.2v-7.4zm7.333-1.1L8 2.66 3.816 5.45h8.367z",
|
|
3486
|
+
clipRule: "evenodd"
|
|
3487
|
+
}));
|
|
3488
|
+
}
|
|
3489
|
+
|
|
3490
3490
|
function ValidTicketIcon(props) {
|
|
3491
3491
|
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
3492
3492
|
viewBox: "0 0 16 16",
|
package/dist/index.esm.native.js
CHANGED
|
@@ -489,56 +489,6 @@ function BusShelterIcon(props) {
|
|
|
489
489
|
}));
|
|
490
490
|
}
|
|
491
491
|
|
|
492
|
-
function CabinIcon(props) {
|
|
493
|
-
return /*#__PURE__*/createElement(Svg, _extends({}, props, {
|
|
494
|
-
fill: "none",
|
|
495
|
-
viewBox: "0 0 16 16",
|
|
496
|
-
width: props.width || props.size || 16,
|
|
497
|
-
height: props.height || props.size || 16,
|
|
498
|
-
color: props.color || '#181C56'
|
|
499
|
-
}), /*#__PURE__*/createElement(Path, {
|
|
500
|
-
fill: "currentColor",
|
|
501
|
-
fillRule: "evenodd",
|
|
502
|
-
d: "M7.557 1.166a.657.657 0 01.873 0l5.437 4.833c.14.124.22.303.22.49v7.854a.657.657 0 01-.656.657H9.806a.657.657 0 01-.657-.657v-3.572H6.84v3.572a.657.657 0 01-.568.651L6.18 15H2.558a.657.657 0 01-.657-.657V6.49c0-.188.08-.367.22-.491l5.437-4.833zm.437 1.369l-4.78 4.249v6.902h2.31v-3.572c0-.332.248-.607.568-.65l.09-.007h3.624c.363 0 .657.295.657.657v3.572h2.31V6.785l-4.78-4.25z",
|
|
503
|
-
clipRule: "evenodd"
|
|
504
|
-
}), /*#__PURE__*/createElement(Path, {
|
|
505
|
-
fill: "currentColor",
|
|
506
|
-
fillRule: "evenodd",
|
|
507
|
-
d: "M3 10.55v-1.1h10v1.1H3z",
|
|
508
|
-
clipRule: "evenodd"
|
|
509
|
-
}), /*#__PURE__*/createElement(Path, {
|
|
510
|
-
fill: "currentColor",
|
|
511
|
-
fillRule: "evenodd",
|
|
512
|
-
d: "M3 8.55v-1.1h10v1.1H3z",
|
|
513
|
-
clipRule: "evenodd"
|
|
514
|
-
}), /*#__PURE__*/createElement(Path, {
|
|
515
|
-
fill: "currentColor",
|
|
516
|
-
fillRule: "evenodd",
|
|
517
|
-
d: "M3 6.55v-1.1h10v1.1H3z",
|
|
518
|
-
clipRule: "evenodd"
|
|
519
|
-
}), /*#__PURE__*/createElement(Path, {
|
|
520
|
-
fill: "currentColor",
|
|
521
|
-
fillRule: "evenodd",
|
|
522
|
-
d: "M5 4.55v-1.1h6v1.1H5z",
|
|
523
|
-
clipRule: "evenodd"
|
|
524
|
-
}), /*#__PURE__*/createElement(Path, {
|
|
525
|
-
fill: "currentColor",
|
|
526
|
-
fillRule: "evenodd",
|
|
527
|
-
d: "M3 12.55v-1.1h3.333v1.1H3z",
|
|
528
|
-
clipRule: "evenodd"
|
|
529
|
-
}), /*#__PURE__*/createElement(Path, {
|
|
530
|
-
fill: "currentColor",
|
|
531
|
-
fillRule: "evenodd",
|
|
532
|
-
d: "M10 12.55v-1.1h4v1.1h-4z",
|
|
533
|
-
clipRule: "evenodd"
|
|
534
|
-
}), /*#__PURE__*/createElement(Path, {
|
|
535
|
-
fill: "currentColor",
|
|
536
|
-
fillRule: "evenodd",
|
|
537
|
-
d: "M2.95 6V2h1.1v4h-1.1z",
|
|
538
|
-
clipRule: "evenodd"
|
|
539
|
-
}));
|
|
540
|
-
}
|
|
541
|
-
|
|
542
492
|
function CoffeeIcon(props) {
|
|
543
493
|
return /*#__PURE__*/createElement(Svg, _extends({}, props, {
|
|
544
494
|
viewBox: "0 0 16 16",
|
|
@@ -596,21 +546,6 @@ function FullIcon(props) {
|
|
|
596
546
|
}));
|
|
597
547
|
}
|
|
598
548
|
|
|
599
|
-
function GymIcon(props) {
|
|
600
|
-
return /*#__PURE__*/createElement(Svg, _extends({}, props, {
|
|
601
|
-
fill: "none",
|
|
602
|
-
viewBox: "0 0 16 16",
|
|
603
|
-
width: props.width || props.size || 16,
|
|
604
|
-
height: props.height || props.size || 16,
|
|
605
|
-
color: props.color || '#181C56'
|
|
606
|
-
}), /*#__PURE__*/createElement(Path, {
|
|
607
|
-
fill: "currentColor",
|
|
608
|
-
fillRule: "evenodd",
|
|
609
|
-
d: "M5 4a1 1 0 00-2 0v2a1 1 0 00-2 0v4a1 1 0 102 0v2a1 1 0 102 0V8.7h6V12a1 1 0 102 0v-2a1 1 0 102 0V6a1 1 0 10-2 0V4a1 1 0 10-2 0v3.3H5V4z",
|
|
610
|
-
clipRule: "evenodd"
|
|
611
|
-
}));
|
|
612
|
-
}
|
|
613
|
-
|
|
614
549
|
function LockerIcon(props) {
|
|
615
550
|
return /*#__PURE__*/createElement(Svg, _extends({}, props, {
|
|
616
551
|
viewBox: "0 0 10 14",
|
|
@@ -645,21 +580,6 @@ function ManySeatsAvailableIcon(props) {
|
|
|
645
580
|
}));
|
|
646
581
|
}
|
|
647
582
|
|
|
648
|
-
function MountainIcon(props) {
|
|
649
|
-
return /*#__PURE__*/createElement(Svg, _extends({}, props, {
|
|
650
|
-
fill: "none",
|
|
651
|
-
viewBox: "0 0 16 16",
|
|
652
|
-
width: props.width || props.size || 16,
|
|
653
|
-
height: props.height || props.size || 16,
|
|
654
|
-
color: props.color || '#181C56'
|
|
655
|
-
}), /*#__PURE__*/createElement(Path, {
|
|
656
|
-
fill: "currentColor",
|
|
657
|
-
fillRule: "evenodd",
|
|
658
|
-
d: "M7 1.45a.55.55 0 01.508.338l1.916 4.599L9.979 5A.55.55 0 0111 5l3.51 8.795a.55.55 0 01-.51.754H2a.55.55 0 01-.508-.761l5-12A.55.55 0 017 1.449zm5.367 12l-2.339-5.613.461-1.152 2.699 6.764h-.821zM8.81 7.774l2.364 5.674h-8.35l2.226-5.341.438 1.097a.55.55 0 001.003.041L7.15 7.93l.46.46a.55.55 0 00.847-.084l.353-.53zm-.509-1.22L7 3.43 5.655 6.657l.4 1.002.453-.905a.55.55 0 01.88-.143l.526.526.388-.582z",
|
|
659
|
-
clipRule: "evenodd"
|
|
660
|
-
}));
|
|
661
|
-
}
|
|
662
|
-
|
|
663
583
|
function ParkIcon(props) {
|
|
664
584
|
return /*#__PURE__*/createElement(Svg, _extends({}, props, {
|
|
665
585
|
viewBox: "0 0 16 16",
|
|
@@ -700,26 +620,6 @@ function ParkingGarageIcon(props) {
|
|
|
700
620
|
}));
|
|
701
621
|
}
|
|
702
622
|
|
|
703
|
-
function PlaygroundIcon(props) {
|
|
704
|
-
return /*#__PURE__*/createElement(Svg, _extends({}, props, {
|
|
705
|
-
fill: "none",
|
|
706
|
-
viewBox: "0 0 16 16",
|
|
707
|
-
width: props.width || props.size || 16,
|
|
708
|
-
height: props.height || props.size || 16,
|
|
709
|
-
color: props.color || '#181C56'
|
|
710
|
-
}), /*#__PURE__*/createElement(Path, {
|
|
711
|
-
fill: "currentColor",
|
|
712
|
-
fillRule: "evenodd",
|
|
713
|
-
d: "M8.905 10.186a.757.757 0 100-1.514.757.757 0 000 1.514zm0 1.1a1.857 1.857 0 100-3.714 1.857 1.857 0 000 3.714z",
|
|
714
|
-
clipRule: "evenodd"
|
|
715
|
-
}), /*#__PURE__*/createElement(Path, {
|
|
716
|
-
fill: "currentColor",
|
|
717
|
-
fillRule: "evenodd",
|
|
718
|
-
d: "M9.151 1.507a.55.55 0 00-.492 0L3.707 3.983a.55.55 0 00.246 1.042H5.26v4.15l-1.82 1.56H2a.55.55 0 00-.55.55v3.095c0 .303.246.55.55.55h1.643a.55.55 0 00.358-.133l1.259-1.079v1.28h1.1v-1.925h5.09v1.925h1.1V13.39l.9.45V15h1.1v-1.5a.55.55 0 00-.304-.492l-1.696-.848V5.025h1.307a.55.55 0 00.247-1.042L9.15 1.507zm-5.15 10.195l1.259-1.079v1.647l-1.82 1.56h-.89v-1.995h1.093a.55.55 0 00.358-.133zm7.45.27H6.36V6.884h5.09v5.09zm0-6.189H6.36v-.758h5.09v.758zm0-1.896L8.904 2.614 6.36 3.887v.038h5.09v-.038z",
|
|
719
|
-
clipRule: "evenodd"
|
|
720
|
-
}));
|
|
721
|
-
}
|
|
722
|
-
|
|
723
623
|
function PlayroomIcon(props) {
|
|
724
624
|
return /*#__PURE__*/createElement(Svg, _extends({}, props, {
|
|
725
625
|
viewBox: "0 0 16 16",
|
|
@@ -886,21 +786,6 @@ function TrainCarIcon(props) {
|
|
|
886
786
|
}));
|
|
887
787
|
}
|
|
888
788
|
|
|
889
|
-
function UniversityIcon(props) {
|
|
890
|
-
return /*#__PURE__*/createElement(Svg, _extends({}, props, {
|
|
891
|
-
fill: "none",
|
|
892
|
-
viewBox: "0 0 16 16",
|
|
893
|
-
width: props.width || props.size || 16,
|
|
894
|
-
height: props.height || props.size || 16,
|
|
895
|
-
color: props.color || '#181C56'
|
|
896
|
-
}), /*#__PURE__*/createElement(Path, {
|
|
897
|
-
fill: "currentColor",
|
|
898
|
-
fillRule: "evenodd",
|
|
899
|
-
d: "M7.695 1.542a.55.55 0 01.61 0l6 4A.55.55 0 0114 6.549h-.35v7.4H15v1.1H1v-1.1h1.35v-7.4H2a.55.55 0 01-.305-1.007l6-4zm4.655 12.407v-7.4h-1.2v7.4h1.2zm-3.7-7.4h1.2v7.4h-1.2v-7.4zm-2.5 0h1.2v7.4h-1.2v-7.4zm-1.3 0h-1.2v7.4h1.2v-7.4zm7.333-1.1L8 2.66 3.816 5.45h8.367z",
|
|
900
|
-
clipRule: "evenodd"
|
|
901
|
-
}));
|
|
902
|
-
}
|
|
903
|
-
|
|
904
789
|
function VendingMachineIcon(props) {
|
|
905
790
|
return /*#__PURE__*/createElement(Svg, _extends({}, props, {
|
|
906
791
|
viewBox: "0 0 14 14",
|
|
@@ -2852,6 +2737,56 @@ function AdditionalZonesTicketIcon(props) {
|
|
|
2852
2737
|
}));
|
|
2853
2738
|
}
|
|
2854
2739
|
|
|
2740
|
+
function CabinIcon(props) {
|
|
2741
|
+
return /*#__PURE__*/createElement(Svg, _extends({}, props, {
|
|
2742
|
+
fill: "none",
|
|
2743
|
+
viewBox: "0 0 16 16",
|
|
2744
|
+
width: props.width || props.size || 16,
|
|
2745
|
+
height: props.height || props.size || 16,
|
|
2746
|
+
color: props.color || '#181C56'
|
|
2747
|
+
}), /*#__PURE__*/createElement(Path, {
|
|
2748
|
+
fill: "currentColor",
|
|
2749
|
+
fillRule: "evenodd",
|
|
2750
|
+
d: "M7.557 1.166a.657.657 0 01.873 0l5.437 4.833c.14.124.22.303.22.49v7.854a.657.657 0 01-.656.657H9.806a.657.657 0 01-.657-.657v-3.572H6.84v3.572a.657.657 0 01-.568.651L6.18 15H2.558a.657.657 0 01-.657-.657V6.49c0-.188.08-.367.22-.491l5.437-4.833zm.437 1.369l-4.78 4.249v6.902h2.31v-3.572c0-.332.248-.607.568-.65l.09-.007h3.624c.363 0 .657.295.657.657v3.572h2.31V6.785l-4.78-4.25z",
|
|
2751
|
+
clipRule: "evenodd"
|
|
2752
|
+
}), /*#__PURE__*/createElement(Path, {
|
|
2753
|
+
fill: "currentColor",
|
|
2754
|
+
fillRule: "evenodd",
|
|
2755
|
+
d: "M3 10.55v-1.1h10v1.1H3z",
|
|
2756
|
+
clipRule: "evenodd"
|
|
2757
|
+
}), /*#__PURE__*/createElement(Path, {
|
|
2758
|
+
fill: "currentColor",
|
|
2759
|
+
fillRule: "evenodd",
|
|
2760
|
+
d: "M3 8.55v-1.1h10v1.1H3z",
|
|
2761
|
+
clipRule: "evenodd"
|
|
2762
|
+
}), /*#__PURE__*/createElement(Path, {
|
|
2763
|
+
fill: "currentColor",
|
|
2764
|
+
fillRule: "evenodd",
|
|
2765
|
+
d: "M3 6.55v-1.1h10v1.1H3z",
|
|
2766
|
+
clipRule: "evenodd"
|
|
2767
|
+
}), /*#__PURE__*/createElement(Path, {
|
|
2768
|
+
fill: "currentColor",
|
|
2769
|
+
fillRule: "evenodd",
|
|
2770
|
+
d: "M5 4.55v-1.1h6v1.1H5z",
|
|
2771
|
+
clipRule: "evenodd"
|
|
2772
|
+
}), /*#__PURE__*/createElement(Path, {
|
|
2773
|
+
fill: "currentColor",
|
|
2774
|
+
fillRule: "evenodd",
|
|
2775
|
+
d: "M3 12.55v-1.1h3.333v1.1H3z",
|
|
2776
|
+
clipRule: "evenodd"
|
|
2777
|
+
}), /*#__PURE__*/createElement(Path, {
|
|
2778
|
+
fill: "currentColor",
|
|
2779
|
+
fillRule: "evenodd",
|
|
2780
|
+
d: "M10 12.55v-1.1h4v1.1h-4z",
|
|
2781
|
+
clipRule: "evenodd"
|
|
2782
|
+
}), /*#__PURE__*/createElement(Path, {
|
|
2783
|
+
fill: "currentColor",
|
|
2784
|
+
fillRule: "evenodd",
|
|
2785
|
+
d: "M2.95 6V2h1.1v4h-1.1z",
|
|
2786
|
+
clipRule: "evenodd"
|
|
2787
|
+
}));
|
|
2788
|
+
}
|
|
2789
|
+
|
|
2855
2790
|
function CityIcon(props) {
|
|
2856
2791
|
return /*#__PURE__*/createElement(Svg, _extends({}, props, {
|
|
2857
2792
|
viewBox: "0 0 16 16",
|
|
@@ -2945,6 +2880,21 @@ function GoalIcon(props) {
|
|
|
2945
2880
|
}));
|
|
2946
2881
|
}
|
|
2947
2882
|
|
|
2883
|
+
function GymIcon(props) {
|
|
2884
|
+
return /*#__PURE__*/createElement(Svg, _extends({}, props, {
|
|
2885
|
+
fill: "none",
|
|
2886
|
+
viewBox: "0 0 16 16",
|
|
2887
|
+
width: props.width || props.size || 16,
|
|
2888
|
+
height: props.height || props.size || 16,
|
|
2889
|
+
color: props.color || '#181C56'
|
|
2890
|
+
}), /*#__PURE__*/createElement(Path, {
|
|
2891
|
+
fill: "currentColor",
|
|
2892
|
+
fillRule: "evenodd",
|
|
2893
|
+
d: "M5 4a1 1 0 00-2 0v2a1 1 0 00-2 0v4a1 1 0 102 0v2a1 1 0 102 0V8.7h6V12a1 1 0 102 0v-2a1 1 0 102 0V6a1 1 0 10-2 0V4a1 1 0 10-2 0v3.3H5V4z",
|
|
2894
|
+
clipRule: "evenodd"
|
|
2895
|
+
}));
|
|
2896
|
+
}
|
|
2897
|
+
|
|
2948
2898
|
function HomeIcon(props) {
|
|
2949
2899
|
return /*#__PURE__*/createElement(Svg, _extends({}, props, {
|
|
2950
2900
|
viewBox: "0 0 16 16",
|
|
@@ -3043,6 +2993,41 @@ function MapPinIcon(props) {
|
|
|
3043
2993
|
}));
|
|
3044
2994
|
}
|
|
3045
2995
|
|
|
2996
|
+
function MountainIcon(props) {
|
|
2997
|
+
return /*#__PURE__*/createElement(Svg, _extends({}, props, {
|
|
2998
|
+
fill: "none",
|
|
2999
|
+
viewBox: "0 0 16 16",
|
|
3000
|
+
width: props.width || props.size || 16,
|
|
3001
|
+
height: props.height || props.size || 16,
|
|
3002
|
+
color: props.color || '#181C56'
|
|
3003
|
+
}), /*#__PURE__*/createElement(Path, {
|
|
3004
|
+
fill: "currentColor",
|
|
3005
|
+
fillRule: "evenodd",
|
|
3006
|
+
d: "M7 1.45a.55.55 0 01.508.338l1.916 4.599L9.979 5A.55.55 0 0111 5l3.51 8.795a.55.55 0 01-.51.754H2a.55.55 0 01-.508-.761l5-12A.55.55 0 017 1.449zm5.367 12l-2.339-5.613.461-1.152 2.699 6.764h-.821zM8.81 7.774l2.364 5.674h-8.35l2.226-5.341.438 1.097a.55.55 0 001.003.041L7.15 7.93l.46.46a.55.55 0 00.847-.084l.353-.53zm-.509-1.22L7 3.43 5.655 6.657l.4 1.002.453-.905a.55.55 0 01.88-.143l.526.526.388-.582z",
|
|
3007
|
+
clipRule: "evenodd"
|
|
3008
|
+
}));
|
|
3009
|
+
}
|
|
3010
|
+
|
|
3011
|
+
function PlaygroundIcon(props) {
|
|
3012
|
+
return /*#__PURE__*/createElement(Svg, _extends({}, props, {
|
|
3013
|
+
fill: "none",
|
|
3014
|
+
viewBox: "0 0 16 16",
|
|
3015
|
+
width: props.width || props.size || 16,
|
|
3016
|
+
height: props.height || props.size || 16,
|
|
3017
|
+
color: props.color || '#181C56'
|
|
3018
|
+
}), /*#__PURE__*/createElement(Path, {
|
|
3019
|
+
fill: "currentColor",
|
|
3020
|
+
fillRule: "evenodd",
|
|
3021
|
+
d: "M8.905 10.186a.757.757 0 100-1.514.757.757 0 000 1.514zm0 1.1a1.857 1.857 0 100-3.714 1.857 1.857 0 000 3.714z",
|
|
3022
|
+
clipRule: "evenodd"
|
|
3023
|
+
}), /*#__PURE__*/createElement(Path, {
|
|
3024
|
+
fill: "currentColor",
|
|
3025
|
+
fillRule: "evenodd",
|
|
3026
|
+
d: "M9.151 1.507a.55.55 0 00-.492 0L3.707 3.983a.55.55 0 00.246 1.042H5.26v4.15l-1.82 1.56H2a.55.55 0 00-.55.55v3.095c0 .303.246.55.55.55h1.643a.55.55 0 00.358-.133l1.259-1.079v1.28h1.1v-1.925h5.09v1.925h1.1V13.39l.9.45V15h1.1v-1.5a.55.55 0 00-.304-.492l-1.696-.848V5.025h1.307a.55.55 0 00.247-1.042L9.15 1.507zm-5.15 10.195l1.259-1.079v1.647l-1.82 1.56h-.89v-1.995h1.093a.55.55 0 00.358-.133zm7.45.27H6.36V6.884h5.09v5.09zm0-6.189H6.36v-.758h5.09v.758zm0-1.896L8.904 2.614 6.36 3.887v.038h5.09v-.038z",
|
|
3027
|
+
clipRule: "evenodd"
|
|
3028
|
+
}));
|
|
3029
|
+
}
|
|
3030
|
+
|
|
3046
3031
|
function PositionIcon(props) {
|
|
3047
3032
|
return /*#__PURE__*/createElement(Svg, _extends({}, props, {
|
|
3048
3033
|
viewBox: "0 0 16 16",
|
|
@@ -3126,6 +3111,21 @@ function TrackIcon(props) {
|
|
|
3126
3111
|
}));
|
|
3127
3112
|
}
|
|
3128
3113
|
|
|
3114
|
+
function UniversityIcon(props) {
|
|
3115
|
+
return /*#__PURE__*/createElement(Svg, _extends({}, props, {
|
|
3116
|
+
fill: "none",
|
|
3117
|
+
viewBox: "0 0 16 16",
|
|
3118
|
+
width: props.width || props.size || 16,
|
|
3119
|
+
height: props.height || props.size || 16,
|
|
3120
|
+
color: props.color || '#181C56'
|
|
3121
|
+
}), /*#__PURE__*/createElement(Path, {
|
|
3122
|
+
fill: "currentColor",
|
|
3123
|
+
fillRule: "evenodd",
|
|
3124
|
+
d: "M7.695 1.542a.55.55 0 01.61 0l6 4A.55.55 0 0114 6.549h-.35v7.4H15v1.1H1v-1.1h1.35v-7.4H2a.55.55 0 01-.305-1.007l6-4zm4.655 12.407v-7.4h-1.2v7.4h1.2zm-3.7-7.4h1.2v7.4h-1.2v-7.4zm-2.5 0h1.2v7.4h-1.2v-7.4zm-1.3 0h-1.2v7.4h1.2v-7.4zm7.333-1.1L8 2.66 3.816 5.45h8.367z",
|
|
3125
|
+
clipRule: "evenodd"
|
|
3126
|
+
}));
|
|
3127
|
+
}
|
|
3128
|
+
|
|
3129
3129
|
function ValidTicketIcon(props) {
|
|
3130
3130
|
return /*#__PURE__*/createElement(Svg, _extends({}, props, {
|
|
3131
3131
|
viewBox: "0 0 16 16",
|
package/dist/index.js
CHANGED
|
@@ -558,58 +558,6 @@ function BusShelterIcon(props) {
|
|
|
558
558
|
}));
|
|
559
559
|
}
|
|
560
560
|
|
|
561
|
-
function CabinIcon(props) {
|
|
562
|
-
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
563
|
-
fill: "none",
|
|
564
|
-
viewBox: "0 0 16 16",
|
|
565
|
-
width: props.width || props.size || '1em',
|
|
566
|
-
height: props.height || props.size || '1em',
|
|
567
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
568
|
-
inline: undefined,
|
|
569
|
-
color: props.color || 'currentColor'
|
|
570
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
571
|
-
fill: "currentColor",
|
|
572
|
-
fillRule: "evenodd",
|
|
573
|
-
d: "M7.557 1.166a.657.657 0 01.873 0l5.437 4.833c.14.124.22.303.22.49v7.854a.657.657 0 01-.656.657H9.806a.657.657 0 01-.657-.657v-3.572H6.84v3.572a.657.657 0 01-.568.651L6.18 15H2.558a.657.657 0 01-.657-.657V6.49c0-.188.08-.367.22-.491l5.437-4.833zm.437 1.369l-4.78 4.249v6.902h2.31v-3.572c0-.332.248-.607.568-.65l.09-.007h3.624c.363 0 .657.295.657.657v3.572h2.31V6.785l-4.78-4.25z",
|
|
574
|
-
clipRule: "evenodd"
|
|
575
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
576
|
-
fill: "currentColor",
|
|
577
|
-
fillRule: "evenodd",
|
|
578
|
-
d: "M3 10.55v-1.1h10v1.1H3z",
|
|
579
|
-
clipRule: "evenodd"
|
|
580
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
581
|
-
fill: "currentColor",
|
|
582
|
-
fillRule: "evenodd",
|
|
583
|
-
d: "M3 8.55v-1.1h10v1.1H3z",
|
|
584
|
-
clipRule: "evenodd"
|
|
585
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
586
|
-
fill: "currentColor",
|
|
587
|
-
fillRule: "evenodd",
|
|
588
|
-
d: "M3 6.55v-1.1h10v1.1H3z",
|
|
589
|
-
clipRule: "evenodd"
|
|
590
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
591
|
-
fill: "currentColor",
|
|
592
|
-
fillRule: "evenodd",
|
|
593
|
-
d: "M5 4.55v-1.1h6v1.1H5z",
|
|
594
|
-
clipRule: "evenodd"
|
|
595
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
596
|
-
fill: "currentColor",
|
|
597
|
-
fillRule: "evenodd",
|
|
598
|
-
d: "M3 12.55v-1.1h3.333v1.1H3z",
|
|
599
|
-
clipRule: "evenodd"
|
|
600
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
601
|
-
fill: "currentColor",
|
|
602
|
-
fillRule: "evenodd",
|
|
603
|
-
d: "M10 12.55v-1.1h4v1.1h-4z",
|
|
604
|
-
clipRule: "evenodd"
|
|
605
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
606
|
-
fill: "currentColor",
|
|
607
|
-
fillRule: "evenodd",
|
|
608
|
-
d: "M2.95 6V2h1.1v4h-1.1z",
|
|
609
|
-
clipRule: "evenodd"
|
|
610
|
-
}));
|
|
611
|
-
}
|
|
612
|
-
|
|
613
561
|
function CoffeeIcon(props) {
|
|
614
562
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
615
563
|
viewBox: "0 0 16 16",
|
|
@@ -675,23 +623,6 @@ function FullIcon(props) {
|
|
|
675
623
|
}));
|
|
676
624
|
}
|
|
677
625
|
|
|
678
|
-
function GymIcon(props) {
|
|
679
|
-
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
680
|
-
fill: "none",
|
|
681
|
-
viewBox: "0 0 16 16",
|
|
682
|
-
width: props.width || props.size || '1em',
|
|
683
|
-
height: props.height || props.size || '1em',
|
|
684
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
685
|
-
inline: undefined,
|
|
686
|
-
color: props.color || 'currentColor'
|
|
687
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
688
|
-
fill: "currentColor",
|
|
689
|
-
fillRule: "evenodd",
|
|
690
|
-
d: "M5 4a1 1 0 00-2 0v2a1 1 0 00-2 0v4a1 1 0 102 0v2a1 1 0 102 0V8.7h6V12a1 1 0 102 0v-2a1 1 0 102 0V6a1 1 0 10-2 0V4a1 1 0 10-2 0v3.3H5V4z",
|
|
691
|
-
clipRule: "evenodd"
|
|
692
|
-
}));
|
|
693
|
-
}
|
|
694
|
-
|
|
695
626
|
function LockerIcon(props) {
|
|
696
627
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
697
628
|
viewBox: "0 0 10 14",
|
|
@@ -730,23 +661,6 @@ function ManySeatsAvailableIcon(props) {
|
|
|
730
661
|
}));
|
|
731
662
|
}
|
|
732
663
|
|
|
733
|
-
function MountainIcon(props) {
|
|
734
|
-
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
735
|
-
fill: "none",
|
|
736
|
-
viewBox: "0 0 16 16",
|
|
737
|
-
width: props.width || props.size || '1em',
|
|
738
|
-
height: props.height || props.size || '1em',
|
|
739
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
740
|
-
inline: undefined,
|
|
741
|
-
color: props.color || 'currentColor'
|
|
742
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
743
|
-
fill: "currentColor",
|
|
744
|
-
fillRule: "evenodd",
|
|
745
|
-
d: "M7 1.45a.55.55 0 01.508.338l1.916 4.599L9.979 5A.55.55 0 0111 5l3.51 8.795a.55.55 0 01-.51.754H2a.55.55 0 01-.508-.761l5-12A.55.55 0 017 1.449zm5.367 12l-2.339-5.613.461-1.152 2.699 6.764h-.821zM8.81 7.774l2.364 5.674h-8.35l2.226-5.341.438 1.097a.55.55 0 001.003.041L7.15 7.93l.46.46a.55.55 0 00.847-.084l.353-.53zm-.509-1.22L7 3.43 5.655 6.657l.4 1.002.453-.905a.55.55 0 01.88-.143l.526.526.388-.582z",
|
|
746
|
-
clipRule: "evenodd"
|
|
747
|
-
}));
|
|
748
|
-
}
|
|
749
|
-
|
|
750
664
|
function ParkIcon(props) {
|
|
751
665
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
752
666
|
viewBox: "0 0 16 16",
|
|
@@ -793,28 +707,6 @@ function ParkingGarageIcon(props) {
|
|
|
793
707
|
}));
|
|
794
708
|
}
|
|
795
709
|
|
|
796
|
-
function PlaygroundIcon(props) {
|
|
797
|
-
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
798
|
-
fill: "none",
|
|
799
|
-
viewBox: "0 0 16 16",
|
|
800
|
-
width: props.width || props.size || '1em',
|
|
801
|
-
height: props.height || props.size || '1em',
|
|
802
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
803
|
-
inline: undefined,
|
|
804
|
-
color: props.color || 'currentColor'
|
|
805
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
806
|
-
fill: "currentColor",
|
|
807
|
-
fillRule: "evenodd",
|
|
808
|
-
d: "M8.905 10.186a.757.757 0 100-1.514.757.757 0 000 1.514zm0 1.1a1.857 1.857 0 100-3.714 1.857 1.857 0 000 3.714z",
|
|
809
|
-
clipRule: "evenodd"
|
|
810
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
811
|
-
fill: "currentColor",
|
|
812
|
-
fillRule: "evenodd",
|
|
813
|
-
d: "M9.151 1.507a.55.55 0 00-.492 0L3.707 3.983a.55.55 0 00.246 1.042H5.26v4.15l-1.82 1.56H2a.55.55 0 00-.55.55v3.095c0 .303.246.55.55.55h1.643a.55.55 0 00.358-.133l1.259-1.079v1.28h1.1v-1.925h5.09v1.925h1.1V13.39l.9.45V15h1.1v-1.5a.55.55 0 00-.304-.492l-1.696-.848V5.025h1.307a.55.55 0 00.247-1.042L9.15 1.507zm-5.15 10.195l1.259-1.079v1.647l-1.82 1.56h-.89v-1.995h1.093a.55.55 0 00.358-.133zm7.45.27H6.36V6.884h5.09v5.09zm0-6.189H6.36v-.758h5.09v.758zm0-1.896L8.904 2.614 6.36 3.887v.038h5.09v-.038z",
|
|
814
|
-
clipRule: "evenodd"
|
|
815
|
-
}));
|
|
816
|
-
}
|
|
817
|
-
|
|
818
710
|
function PlayroomIcon(props) {
|
|
819
711
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
820
712
|
viewBox: "0 0 16 16",
|
|
@@ -1003,23 +895,6 @@ function TrainCarIcon(props) {
|
|
|
1003
895
|
}));
|
|
1004
896
|
}
|
|
1005
897
|
|
|
1006
|
-
function UniversityIcon(props) {
|
|
1007
|
-
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
1008
|
-
fill: "none",
|
|
1009
|
-
viewBox: "0 0 16 16",
|
|
1010
|
-
width: props.width || props.size || '1em',
|
|
1011
|
-
height: props.height || props.size || '1em',
|
|
1012
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1013
|
-
inline: undefined,
|
|
1014
|
-
color: props.color || 'currentColor'
|
|
1015
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
1016
|
-
fill: "currentColor",
|
|
1017
|
-
fillRule: "evenodd",
|
|
1018
|
-
d: "M7.695 1.542a.55.55 0 01.61 0l6 4A.55.55 0 0114 6.549h-.35v7.4H15v1.1H1v-1.1h1.35v-7.4H2a.55.55 0 01-.305-1.007l6-4zm4.655 12.407v-7.4h-1.2v7.4h1.2zm-3.7-7.4h1.2v7.4h-1.2v-7.4zm-2.5 0h1.2v7.4h-1.2v-7.4zm-1.3 0h-1.2v7.4h1.2v-7.4zm7.333-1.1L8 2.66 3.816 5.45h8.367z",
|
|
1019
|
-
clipRule: "evenodd"
|
|
1020
|
-
}));
|
|
1021
|
-
}
|
|
1022
|
-
|
|
1023
898
|
function VendingMachineIcon(props) {
|
|
1024
899
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
1025
900
|
viewBox: "0 0 14 14",
|
|
@@ -3179,6 +3054,58 @@ function AdditionalZonesTicketIcon(props) {
|
|
|
3179
3054
|
}));
|
|
3180
3055
|
}
|
|
3181
3056
|
|
|
3057
|
+
function CabinIcon(props) {
|
|
3058
|
+
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
3059
|
+
fill: "none",
|
|
3060
|
+
viewBox: "0 0 16 16",
|
|
3061
|
+
width: props.width || props.size || '1em',
|
|
3062
|
+
height: props.height || props.size || '1em',
|
|
3063
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3064
|
+
inline: undefined,
|
|
3065
|
+
color: props.color || 'currentColor'
|
|
3066
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3067
|
+
fill: "currentColor",
|
|
3068
|
+
fillRule: "evenodd",
|
|
3069
|
+
d: "M7.557 1.166a.657.657 0 01.873 0l5.437 4.833c.14.124.22.303.22.49v7.854a.657.657 0 01-.656.657H9.806a.657.657 0 01-.657-.657v-3.572H6.84v3.572a.657.657 0 01-.568.651L6.18 15H2.558a.657.657 0 01-.657-.657V6.49c0-.188.08-.367.22-.491l5.437-4.833zm.437 1.369l-4.78 4.249v6.902h2.31v-3.572c0-.332.248-.607.568-.65l.09-.007h3.624c.363 0 .657.295.657.657v3.572h2.31V6.785l-4.78-4.25z",
|
|
3070
|
+
clipRule: "evenodd"
|
|
3071
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3072
|
+
fill: "currentColor",
|
|
3073
|
+
fillRule: "evenodd",
|
|
3074
|
+
d: "M3 10.55v-1.1h10v1.1H3z",
|
|
3075
|
+
clipRule: "evenodd"
|
|
3076
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3077
|
+
fill: "currentColor",
|
|
3078
|
+
fillRule: "evenodd",
|
|
3079
|
+
d: "M3 8.55v-1.1h10v1.1H3z",
|
|
3080
|
+
clipRule: "evenodd"
|
|
3081
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3082
|
+
fill: "currentColor",
|
|
3083
|
+
fillRule: "evenodd",
|
|
3084
|
+
d: "M3 6.55v-1.1h10v1.1H3z",
|
|
3085
|
+
clipRule: "evenodd"
|
|
3086
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3087
|
+
fill: "currentColor",
|
|
3088
|
+
fillRule: "evenodd",
|
|
3089
|
+
d: "M5 4.55v-1.1h6v1.1H5z",
|
|
3090
|
+
clipRule: "evenodd"
|
|
3091
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3092
|
+
fill: "currentColor",
|
|
3093
|
+
fillRule: "evenodd",
|
|
3094
|
+
d: "M3 12.55v-1.1h3.333v1.1H3z",
|
|
3095
|
+
clipRule: "evenodd"
|
|
3096
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3097
|
+
fill: "currentColor",
|
|
3098
|
+
fillRule: "evenodd",
|
|
3099
|
+
d: "M10 12.55v-1.1h4v1.1h-4z",
|
|
3100
|
+
clipRule: "evenodd"
|
|
3101
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3102
|
+
fill: "currentColor",
|
|
3103
|
+
fillRule: "evenodd",
|
|
3104
|
+
d: "M2.95 6V2h1.1v4h-1.1z",
|
|
3105
|
+
clipRule: "evenodd"
|
|
3106
|
+
}));
|
|
3107
|
+
}
|
|
3108
|
+
|
|
3182
3109
|
function CityIcon(props) {
|
|
3183
3110
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
3184
3111
|
viewBox: "0 0 16 16",
|
|
@@ -3284,6 +3211,23 @@ function GoalIcon(props) {
|
|
|
3284
3211
|
}));
|
|
3285
3212
|
}
|
|
3286
3213
|
|
|
3214
|
+
function GymIcon(props) {
|
|
3215
|
+
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
3216
|
+
fill: "none",
|
|
3217
|
+
viewBox: "0 0 16 16",
|
|
3218
|
+
width: props.width || props.size || '1em',
|
|
3219
|
+
height: props.height || props.size || '1em',
|
|
3220
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3221
|
+
inline: undefined,
|
|
3222
|
+
color: props.color || 'currentColor'
|
|
3223
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3224
|
+
fill: "currentColor",
|
|
3225
|
+
fillRule: "evenodd",
|
|
3226
|
+
d: "M5 4a1 1 0 00-2 0v2a1 1 0 00-2 0v4a1 1 0 102 0v2a1 1 0 102 0V8.7h6V12a1 1 0 102 0v-2a1 1 0 102 0V6a1 1 0 10-2 0V4a1 1 0 10-2 0v3.3H5V4z",
|
|
3227
|
+
clipRule: "evenodd"
|
|
3228
|
+
}));
|
|
3229
|
+
}
|
|
3230
|
+
|
|
3287
3231
|
function HomeIcon(props) {
|
|
3288
3232
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
3289
3233
|
viewBox: "0 0 16 16",
|
|
@@ -3396,6 +3340,45 @@ function MapPinIcon(props) {
|
|
|
3396
3340
|
}));
|
|
3397
3341
|
}
|
|
3398
3342
|
|
|
3343
|
+
function MountainIcon(props) {
|
|
3344
|
+
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
3345
|
+
fill: "none",
|
|
3346
|
+
viewBox: "0 0 16 16",
|
|
3347
|
+
width: props.width || props.size || '1em',
|
|
3348
|
+
height: props.height || props.size || '1em',
|
|
3349
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3350
|
+
inline: undefined,
|
|
3351
|
+
color: props.color || 'currentColor'
|
|
3352
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3353
|
+
fill: "currentColor",
|
|
3354
|
+
fillRule: "evenodd",
|
|
3355
|
+
d: "M7 1.45a.55.55 0 01.508.338l1.916 4.599L9.979 5A.55.55 0 0111 5l3.51 8.795a.55.55 0 01-.51.754H2a.55.55 0 01-.508-.761l5-12A.55.55 0 017 1.449zm5.367 12l-2.339-5.613.461-1.152 2.699 6.764h-.821zM8.81 7.774l2.364 5.674h-8.35l2.226-5.341.438 1.097a.55.55 0 001.003.041L7.15 7.93l.46.46a.55.55 0 00.847-.084l.353-.53zm-.509-1.22L7 3.43 5.655 6.657l.4 1.002.453-.905a.55.55 0 01.88-.143l.526.526.388-.582z",
|
|
3356
|
+
clipRule: "evenodd"
|
|
3357
|
+
}));
|
|
3358
|
+
}
|
|
3359
|
+
|
|
3360
|
+
function PlaygroundIcon(props) {
|
|
3361
|
+
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
3362
|
+
fill: "none",
|
|
3363
|
+
viewBox: "0 0 16 16",
|
|
3364
|
+
width: props.width || props.size || '1em',
|
|
3365
|
+
height: props.height || props.size || '1em',
|
|
3366
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3367
|
+
inline: undefined,
|
|
3368
|
+
color: props.color || 'currentColor'
|
|
3369
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3370
|
+
fill: "currentColor",
|
|
3371
|
+
fillRule: "evenodd",
|
|
3372
|
+
d: "M8.905 10.186a.757.757 0 100-1.514.757.757 0 000 1.514zm0 1.1a1.857 1.857 0 100-3.714 1.857 1.857 0 000 3.714z",
|
|
3373
|
+
clipRule: "evenodd"
|
|
3374
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3375
|
+
fill: "currentColor",
|
|
3376
|
+
fillRule: "evenodd",
|
|
3377
|
+
d: "M9.151 1.507a.55.55 0 00-.492 0L3.707 3.983a.55.55 0 00.246 1.042H5.26v4.15l-1.82 1.56H2a.55.55 0 00-.55.55v3.095c0 .303.246.55.55.55h1.643a.55.55 0 00.358-.133l1.259-1.079v1.28h1.1v-1.925h5.09v1.925h1.1V13.39l.9.45V15h1.1v-1.5a.55.55 0 00-.304-.492l-1.696-.848V5.025h1.307a.55.55 0 00.247-1.042L9.15 1.507zm-5.15 10.195l1.259-1.079v1.647l-1.82 1.56h-.89v-1.995h1.093a.55.55 0 00.358-.133zm7.45.27H6.36V6.884h5.09v5.09zm0-6.189H6.36v-.758h5.09v.758zm0-1.896L8.904 2.614 6.36 3.887v.038h5.09v-.038z",
|
|
3378
|
+
clipRule: "evenodd"
|
|
3379
|
+
}));
|
|
3380
|
+
}
|
|
3381
|
+
|
|
3399
3382
|
function PositionIcon(props) {
|
|
3400
3383
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
3401
3384
|
viewBox: "0 0 16 16",
|
|
@@ -3491,6 +3474,23 @@ function TrackIcon(props) {
|
|
|
3491
3474
|
}));
|
|
3492
3475
|
}
|
|
3493
3476
|
|
|
3477
|
+
function UniversityIcon(props) {
|
|
3478
|
+
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
3479
|
+
fill: "none",
|
|
3480
|
+
viewBox: "0 0 16 16",
|
|
3481
|
+
width: props.width || props.size || '1em',
|
|
3482
|
+
height: props.height || props.size || '1em',
|
|
3483
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3484
|
+
inline: undefined,
|
|
3485
|
+
color: props.color || 'currentColor'
|
|
3486
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3487
|
+
fill: "currentColor",
|
|
3488
|
+
fillRule: "evenodd",
|
|
3489
|
+
d: "M7.695 1.542a.55.55 0 01.61 0l6 4A.55.55 0 0114 6.549h-.35v7.4H15v1.1H1v-1.1h1.35v-7.4H2a.55.55 0 01-.305-1.007l6-4zm4.655 12.407v-7.4h-1.2v7.4h1.2zm-3.7-7.4h1.2v7.4h-1.2v-7.4zm-2.5 0h1.2v7.4h-1.2v-7.4zm-1.3 0h-1.2v7.4h1.2v-7.4zm7.333-1.1L8 2.66 3.816 5.45h8.367z",
|
|
3490
|
+
clipRule: "evenodd"
|
|
3491
|
+
}));
|
|
3492
|
+
}
|
|
3493
|
+
|
|
3494
3494
|
function ValidTicketIcon(props) {
|
|
3495
3495
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
3496
3496
|
viewBox: "0 0 16 16",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/icons",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.2",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@entur/tokens": "^3.4.1",
|
|
49
|
-
"@entur/utils": "^0.4.
|
|
49
|
+
"@entur/utils": "^0.4.6"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "11fde5ffbfd805773572c3a7d999d63f2733e0c7"
|
|
52
52
|
}
|