@entur/icons 7.1.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 +8 -3
- package/dist/index.esm.js +236 -69
- package/dist/index.esm.native.js +200 -43
- package/dist/index.js +240 -68
- package/dist/styles.css +2 -2
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -102,12 +102,14 @@ export declare const MoveAboutIcon: React.FC<IconProps>;
|
|
|
102
102
|
export declare const NordlandIcon: React.FC<IconProps>;
|
|
103
103
|
export declare const OsloBysykkelIcon: React.FC<IconProps>;
|
|
104
104
|
export declare const OstfoldIcon: React.FC<IconProps>;
|
|
105
|
+
export declare const ReisNordlandIcon: React.FC<IconProps>;
|
|
105
106
|
export declare const RuterIcon: React.FC<IconProps>;
|
|
106
107
|
export declare const RuterNoTextIcon: React.FC<IconProps>;
|
|
107
108
|
export declare const SJIcon: React.FC<IconProps>;
|
|
108
109
|
export declare const SkyssIcon: React.FC<IconProps>;
|
|
109
110
|
export declare const SkyssNoTextIcon: React.FC<IconProps>;
|
|
110
111
|
export declare const SnelandiaIcon: React.FC<IconProps>;
|
|
112
|
+
export declare const SvipperIcon: React.FC<IconProps>;
|
|
111
113
|
export declare const TierIcon: React.FC<IconProps>;
|
|
112
114
|
export declare const TromsFylkestrafikkIcon: React.FC<IconProps>;
|
|
113
115
|
export declare const TrondheimBysykkelIcon: React.FC<IconProps>;
|
|
@@ -165,11 +167,11 @@ export declare const SourceCodeIcon: React.FC<IconProps>;
|
|
|
165
167
|
export declare const TextColorIcon: React.FC<IconProps>;
|
|
166
168
|
export declare const UnderlineIcon: React.FC<IconProps>;
|
|
167
169
|
export declare const UnlinkIcon: React.FC<IconProps>;
|
|
168
|
-
export declare const AnimalFreeIcon: React.FC<IconProps>;
|
|
169
170
|
export declare const BicycleIcon: React.FC<IconProps>;
|
|
170
171
|
export declare const BusIcon: React.FC<IconProps>;
|
|
171
172
|
export declare const CablewayIcon: React.FC<IconProps>;
|
|
172
173
|
export declare const CarIcon: React.FC<IconProps>;
|
|
174
|
+
export declare const CarSharingIcon: React.FC<IconProps>;
|
|
173
175
|
export declare const CarferryIcon: React.FC<IconProps>;
|
|
174
176
|
export declare const CityBikeIcon: React.FC<IconProps>;
|
|
175
177
|
export declare const FerryIcon: React.FC<IconProps>;
|
|
@@ -178,11 +180,9 @@ export declare const HelicopterIcon: React.FC<IconProps>;
|
|
|
178
180
|
export declare const MetroIcon: React.FC<IconProps>;
|
|
179
181
|
export declare const MobilityIcon: React.FC<IconProps>;
|
|
180
182
|
export declare const PlaneIcon: React.FC<IconProps>;
|
|
181
|
-
export declare const QuietIcon: React.FC<IconProps>;
|
|
182
183
|
export declare const RunningIcon: React.FC<IconProps>;
|
|
183
184
|
/** @deprecated ScooterIcon is deprecated; use MobilityIcon instead */
|
|
184
185
|
export declare const ScooterIcon: React.FC<IconProps>;
|
|
185
|
-
export declare const StandardIcon: React.FC<IconProps>;
|
|
186
186
|
export declare const StandingIcon: React.FC<IconProps>;
|
|
187
187
|
export declare const StrollingIcon: React.FC<IconProps>;
|
|
188
188
|
/** @deprecated SubwayIcon is deprecated; use MetroIcon instead */
|
|
@@ -235,6 +235,7 @@ export declare const AdditionalIcon: React.FC<IconProps>;
|
|
|
235
235
|
export declare const AdjustmentsIcon: React.FC<IconProps>;
|
|
236
236
|
export declare const AdminIcon: React.FC<IconProps>;
|
|
237
237
|
export declare const AgreesIcon: React.FC<IconProps>;
|
|
238
|
+
export declare const AnimalFreeIcon: React.FC<IconProps>;
|
|
238
239
|
export declare const AssignToMeIcon: React.FC<IconProps>;
|
|
239
240
|
export declare const AssignToMeFilledIcon: React.FC<IconProps>;
|
|
240
241
|
export declare const BellIcon: React.FC<IconProps>;
|
|
@@ -304,6 +305,7 @@ export declare const PackageIcon: React.FC<IconProps>;
|
|
|
304
305
|
export declare const PlayIcon: React.FC<IconProps>;
|
|
305
306
|
export declare const PrivacyIcon: React.FC<IconProps>;
|
|
306
307
|
export declare const PurposeIcon: React.FC<IconProps>;
|
|
308
|
+
export declare const QuietIcon: React.FC<IconProps>;
|
|
307
309
|
export declare const QuitIcon: React.FC<IconProps>;
|
|
308
310
|
export declare const RSSIcon: React.FC<IconProps>;
|
|
309
311
|
/** @deprecated ReportsIcon is deprecated; use CopyIcon instead */
|
|
@@ -322,6 +324,9 @@ export declare const CircleIcon: React.FC<IconProps>;
|
|
|
322
324
|
export declare const CircleFilledIcon: React.FC<IconProps>;
|
|
323
325
|
export declare const StarredIcon: React.FC<IconProps>;
|
|
324
326
|
export declare const UnstarredIcon: React.FC<IconProps>;
|
|
327
|
+
export declare const StandardIcon: React.FC<IconProps>;
|
|
328
|
+
export declare const StudentIcon: React.FC<IconProps>;
|
|
329
|
+
export declare const StudentFilledIcon: React.FC<IconProps>;
|
|
325
330
|
export declare const SubtractIcon: React.FC<IconProps>;
|
|
326
331
|
export declare const TerminalIcon: React.FC<IconProps>;
|
|
327
332
|
export declare const TerminalFilledIcon: React.FC<IconProps>;
|
package/dist/index.esm.js
CHANGED
|
@@ -1849,6 +1849,70 @@ function OstfoldIcon(props) {
|
|
|
1849
1849
|
})));
|
|
1850
1850
|
}
|
|
1851
1851
|
|
|
1852
|
+
function ReisNordlandIcon(props) {
|
|
1853
|
+
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
1854
|
+
viewBox: "0 0 641 329",
|
|
1855
|
+
width: props.width || props.size || '1em',
|
|
1856
|
+
height: props.height || props.size || '1em',
|
|
1857
|
+
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__ReisNordlandIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1858
|
+
inline: undefined,
|
|
1859
|
+
color: props.color
|
|
1860
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
1861
|
+
fill: "#fff",
|
|
1862
|
+
"data-name": "Layer_1"
|
|
1863
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
1864
|
+
d: "M613.6 162.1c-.7 3.4-2.2 6.5-3.9 9.1-5.2 8-12.9 12.5-22 14.3-15.9 3.2-31.4 1.9-46.7-4.7 1.1-6.4 2.1-12.5 3.1-18 8.4 1.8 16.6 4.1 24.9 5.2 4.3.6 9-.3 13.3-1.4 4.2-1 6.6-4.3 6.8-8.8.2-4.4-1.8-7.5-5.8-9-6.2-2.4-12.5-4.4-18.7-6.8-3.6-1.3-7.2-2.6-10.6-4.4-9.9-5.1-15.2-13.1-15.1-24.4 0-11.4 5.3-19.8 15-25.3 11.2-6.3 23.3-6.3 35.5-4.5 6.6 1 13.1 3.1 20.1 4.8-3.2 6.2-8.7 17.1-8.7 17.1-2.2-1.3-12.5-3.7-17.8-3.9-4.1 0-8.3.2-12.3 1.1s-6.7 3.7-7 8.1c-.3 4.1 1.7 7.2 5.3 8.8 4.8 2.1 10 3.6 14.9 5.6 6.1 2.5 12.4 4.7 18.2 7.9 3.8 2.1 6.7 5 8.8 8.6s2.9 7.4 3.1 11.4.2 5.1-.3 9.1z"
|
|
1865
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1866
|
+
d: "M96.3 197.7c-11.3-.6-21.5-3.5-30.6-9.5-8-5.2-16-10.3-26.2-10v-38.1c9.4-.3 18 1.5 26.3 5.3 3 1.4 6 2.9 8.7 4.9 16.6 12.1 33.1 12.1 49.8.1 11.2-8 24.1-10.8 37.8-10.4 13.1.4 24.8 4.7 35.4 12.1 7.5 5.3 15.7 7.6 24.9 7.1 7.7-.4 14.1-3.6 20.2-7.8 10.3-7 21.5-11.2 34.1-11.4.8 0 1.6 0 2.7.1v38c-10.8-.4-18.9 5.9-27.8 10.9-22.1 12.3-44.1 11.7-66-.9-5.9-3.4-11.8-7.1-18.2-8.9-10.4-2.9-20.4-.4-29.4 5.8-10 7-20.9 11.7-33.3 12.3-2.7.1-5.3.1-8.4.2v.2z"
|
|
1867
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1868
|
+
d: "M279.3 105.9v3.7h-241v-4.4c19.7-14.8 43.1-32 63-46.6.4-.3.9-.4 1.5-.7 19 13.7 37.9 27.5 57.1 41.4C179 85.4 198 71.7 217.3 57.7"
|
|
1869
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1870
|
+
d: "M435 140.4h-18.4c-1.8 9.4 2.6 18.8 11.4 23.6 11.2 6.1 23.2 5 35.1 2.5 3.6-.7 7-2.1 10.9-3.4 1.1 6 2.2 12 3.4 18.9-6.7 1.5-13.1 3.7-19.5 4.1-9.4.6-19.1 1-28.3-.6-23.8-4.2-38.1-21-39.1-45.5-.3-7.8.5-16.1 2.7-23.6 8.5-29.1 43.4-43.1 70.1-28.4 13.1 7.2 19.1 19.1 20.5 33.5.6 6.1 0 12.3 0 19H435m-6.9-37.2c-7 4.6-10.6 11.2-11.6 19.6H458c.8-18.1-12.6-27.1-29.9-19.6z"
|
|
1871
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1872
|
+
d: "M326.9 115V84.2h19.3c1 5.3 2 10.8 3.2 17.2 10.8-18.9 26.4-23.3 46.4-16.3-4.8 6.6-9.2 12.7-13.7 18.6-.7.9-2.1 1.5-3.3 1.6-17.6 1.2-26.4 9.8-26.9 27.4-.4 15.5-.1 31-.2 46.5v4.7h-24.9V115h.1z"
|
|
1873
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1874
|
+
d: "M523.9 122v62h-25.8v-4.8c0-16.5.1-33 0-49.4 0-3.9 1-7 3.3-10 4.6-5.9 8.8-12 13.7-18.6h-14.2c-1.2-7-2.4-13.7-3.5-20.6H524v41.5z"
|
|
1875
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1876
|
+
d: "M104.4 230.9h1.1v35H39.2v-35.1"
|
|
1877
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1878
|
+
d: "M133.1 266.4h-6.6v-35.2h66v35.2h-59.4z"
|
|
1879
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1880
|
+
d: "M213.2 253v-21.8h66.2V266h-66.2v-13z"
|
|
1881
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1882
|
+
d: "M459.8 263.9c-9.9 6.5-21 2.6-23.7-8.4-1-4-1-8.6-.2-12.7 1.9-9.9 10.8-14.7 20.4-11.7 1.1.3 2.1.8 3.7 1.4v-16.9h8.8v50.3c-3.6 2.1-6.1-.2-8.9-2m-7.2-27c-5.3.3-7.7 3.8-8.4 8.4-.8 5-.8 10.4 4.1 13.5 2 1.3 5.7 1.4 7.9.5 1.8-.8 3.1-3.9 3.6-6.2.6-2.9 0-6 .2-9 .5-5-2-7-7.4-7.3z"
|
|
1883
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1884
|
+
d: "M606.5 217.1c0 15.7 0 31.3-.2 47.5-.7.9-1.1 1.3-1.4 1.7-1.1 0-2.1 0-3.7-.2-.8-.5-1.1-.8-1.4-1-.9-.3-2-1.2-2.5-.9-11.9 6.8-23.5.7-24.5-13-.9-11.9 4.1-19.8 13.6-20.8 3.5-.4 7.1.7 11.2 1.2v-16.4c2.5 0 4.5 0 6.9.3 1 .7 1.5 1.1 2 1.5m-8.7 32.4v-4c.5-4.5-.6-7.9-5.8-8.5-4.7-.6-8.7 2.1-9.8 7.1-.5 2.1-.5 4.3-.4 6.4.4 6.3 3.8 10.1 8.8 10 5.1-.1 7.2-3 7.2-11z"
|
|
1885
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1886
|
+
d: "M398.4 260.3c-7.2 7.5-17.9 8.9-25.5 3.6-6.8-4.9-9-15.9-4.8-24.4 3.8-7.7 13.1-11.2 22.3-8.5 9.7 2.9 14.4 14.3 10.3 25-.5 1.4-1.4 2.6-2.3 4.3m-6.8-18.1c-1.6-3.5-4.3-5.9-8.2-5-2.4.5-6 2.4-6.4 4.3-1 4.5-1 9.4-.2 13.9.6 3.5 3.9 5.1 7.7 5 3.8-.1 6.6-2.2 7.2-5.7.6-3.8.1-7.8-.1-12.4z"
|
|
1887
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1888
|
+
d: "M336 243.5v22.6h-8.8V231h6.5c.5 1 1.1 2.3 1.7 3.8 1.4-.9 2.7-1.9 4.2-2.7 10.2-5.6 19.5-.2 19.5 11.3v21.5c0 .3-.1.6-.3 1.2h-8.6v-21c0-3.5-.3-6.8-4.5-7.8-3.6-.9-8.1 1.9-9.6 6.3h-.1z"
|
|
1889
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1890
|
+
d: "M524.6 263v1.3c0 .6-.2.4-.3.6-.3.4-.6.6-.8.8s-.7.4-1 .4c-.8 0-1.7 0-2.7-.2s-.4-.1-.6-.2c-.8-.5-1.2-.8-1.6-.9-.7-.3-1.6-1-2.2-.8-3.6.9-7.2 2.6-10.8 2.7-5.5.2-9.5-3.4-10.4-8.2-1-5.5 1.5-10.5 7.1-12.2 4.1-1.3 8.5-1.5 12.9-2.1s1.3-.8 1.3-1.5c0-6.2-4.2-7.3-14.6-3.5s-1.6 0-1.9-.8-1-2-1.5-2.9-.1-1.7.6-2.1c9.2-5.4 19.1-4.5 24 2.3s1.7 3.6 1.6 5.6c-.3 6.8-.5 13.1-.5 19.3s.9 1.5 1.4 2.3m-11.8-3.5c3.2-1.8 3.5-4.3 2.8-7.4s-.8-1.3-1.6-1.2c-2 0-3.8 0-5.7.5-3.2.6-5.8 2.2-5.1 5.9.6 3.5 3.6 3.9 6.6 3.5.8-.1 1.6-.5 3-1.1z"
|
|
1891
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1892
|
+
d: "M535 231.1c3-.3 6.2-1.3 6.3 3.6 2.8-1.3 5.3-3 8-3.8 9.1-2.7 15.7 1.9 16 11.3.3 7.3 0 14.6-.3 22.5-.6.9-.8 1.2-1.1 1.5-1.7 0-3.4.2-5.7-.1l-1.5-1c0-6.8-.2-13.6-.3-20.4 0-5.1-2.1-7.5-6-7.4-4.7.2-8.1 3.5-8.2 8 0 6.3 0 12.6-.4 19.5l-1 1.5c-1.7 0-3.4.2-5.7-.1l-1.5-1c0-10.7-.2-21.3 0-32.6.6-.8.8-1.1 1.1-1.3l.2-.2z"
|
|
1893
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1894
|
+
d: "M486.9 249v17.2h-8.7v-50.7h8.7V249z"
|
|
1895
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1896
|
+
d: "M417.9 265.4c-2.8.7-5.6.9-8.6 1.2v-35.5h6.5c.4 1.6.8 3.2 1.4 5.2 4.2-5.5 9.1-7.6 16-4.9-.4 2.1-.8 4.3-1.2 6.7-2-.1-3.8-.4-5.6-.4-5 .2-8.2 3.6-8.4 9.3-.2 6 0 12-.2 18.4h.1z"
|
|
1897
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1898
|
+
d: "M605.1 266.4c.2-.5.5-.9 1.1-1.3 0 .4-.5 1-1.1 1.3z"
|
|
1899
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1900
|
+
d: "M606.7 216.8c-.6-.1-1.1-.5-1.7-1.2.6.1 1.2.5 1.7 1.2z"
|
|
1901
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1902
|
+
d: "M534.7 231c0 .3 0 .5-.6.9 0-.2 0-.6.6-.9z"
|
|
1903
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1904
|
+
d: "M533.8 265.3c.4-.2.7 0 1.1.5-.3.1-.7 0-1.1-.5z"
|
|
1905
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1906
|
+
d: "M541.3 266.1c0-.3 0-.6.5-1 0 .3 0 .7-.5 1z"
|
|
1907
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1908
|
+
d: "M556.8 265.3c.3-.2.7 0 1.1.5-.3.1-.7 0-1.1-.5z"
|
|
1909
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1910
|
+
d: "M564.3 266.2c0-.3 0-.6.6-1.1 0 .3 0 .7-.6 1.1z"
|
|
1911
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1912
|
+
d: "M599.9 265.4c.3-.1.6 0 1 .6-.2 0-.6 0-1-.6z"
|
|
1913
|
+
})));
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1852
1916
|
function RuterIcon(props) {
|
|
1853
1917
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
1854
1918
|
viewBox: "0 0 55.9 16",
|
|
@@ -2206,6 +2270,42 @@ function SnelandiaIcon(props) {
|
|
|
2206
2270
|
}))));
|
|
2207
2271
|
}
|
|
2208
2272
|
|
|
2273
|
+
function SvipperIcon(props) {
|
|
2274
|
+
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
2275
|
+
fill: "none",
|
|
2276
|
+
viewBox: "0 0 148 32",
|
|
2277
|
+
width: props.width || props.size || '1em',
|
|
2278
|
+
height: props.height || props.size || '1em',
|
|
2279
|
+
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__SvipperIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
2280
|
+
inline: undefined,
|
|
2281
|
+
color: props.color
|
|
2282
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2283
|
+
fill: "#fff",
|
|
2284
|
+
d: "M6.65 7.735c.098 1.467.375 2.626.832 3.482.457.856 1.442 1.225 2.477 1.225.43 0 .687-.066 1.25-.317.564-.25 1.465-.835 2.703-1.752 1.397-1.064 2.586-1.785 3.567-2.165.98-.379 1.934-.568 2.803-.568 2.636 0 4.59.767 5.92 2.302 1.33 1.535 2.133 4.027 2.354 7.207h-4.964c-.158-1.712-.432-2.774-.987-3.721-.42-.718-1.395-.986-2.322-.986-.478 0-.849.13-1.535.454-.687.324-1.502.87-2.446 1.642-.833.684-1.804 1.312-2.913 1.88a7.399 7.399 0 01-3.429.827c-2.659 0-4.645-.765-5.957-2.35-1.31-1.583-2.083-3.968-2.316-7.16H6.65z"
|
|
2285
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2286
|
+
fill: "#fff",
|
|
2287
|
+
d: "M33.789 17.148h5.161c0 1.444 1.447 2.56 3.222 2.56 1.676 0 2.958-.853 2.958-2.33 0-.886-.492-1.706-2.498-2.362l-2.696-.82c-4.997-1.344-5.95-4.395-5.95-6.527 0-4.068 3.485-6.921 7.989-6.921 4.503 0 7.659 2.591 7.659 6.987h-5.162c0-1.345-.822-2.493-2.596-2.493-1.612 0-2.663 1.082-2.663 2.329 0 .46.131 1.476 2.235 2.066l2.367.754c3.221.985 6.509 2.625 6.509 6.726 0 4.854-4.208 7.02-8.35 7.02-4.833 0-8.186-2.822-8.186-6.989z"
|
|
2288
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2289
|
+
fill: "#fff",
|
|
2290
|
+
d: "M62.653 8.423h5.292l-6.509 15.32h-4.24l-6.51-15.32h5.293l3.353 9.12 3.32-9.12z"
|
|
2291
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2292
|
+
fill: "#fff",
|
|
2293
|
+
d: "M68.734 3.306c0-1.607 1.381-2.821 3.025-2.821 1.642 0 2.958 1.214 2.958 2.821 0 1.608-1.315 2.821-2.959 2.821-1.643 0-3.024-1.28-3.024-2.82zm.592 20.436V8.423h4.866v15.32h-4.866z"
|
|
2294
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2295
|
+
fill: "#fff",
|
|
2296
|
+
d: "M94.672 16.066c0 4.954-3.616 8.07-7.462 8.07-1.578 0-3.616-.656-4.733-2.1v9.251h-4.865V8.423h4.865v1.64c1.117-1.41 3.156-2.033 4.733-2.033 3.846 0 7.462 3.116 7.462 8.036zm-4.931 0c0-1.935-1.644-3.542-3.55-3.542-1.907 0-3.551 1.574-3.551 3.542 0 1.968 1.71 3.576 3.55 3.576 1.841 0 3.55-1.608 3.55-3.576z"
|
|
2297
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2298
|
+
fill: "#fff",
|
|
2299
|
+
d: "M114.266 16.066c0 4.954-3.616 8.07-7.462 8.07-1.579 0-3.616-.656-4.734-2.1v9.251h-4.866V8.423h4.866v1.64c1.118-1.41 3.155-2.033 4.734-2.033 3.846 0 7.462 3.116 7.462 8.036zm-4.932 0c0-1.935-1.644-3.542-3.55-3.542-1.907 0-3.551 1.574-3.551 3.542 0 1.968 1.71 3.576 3.551 3.576 1.841 0 3.55-1.608 3.55-3.576z"
|
|
2300
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2301
|
+
fill: "#fff",
|
|
2302
|
+
d: "M132.215 17.51h-11.243c.461 1.476 1.743 2.395 3.583 2.395 1.447 0 2.926-.656 3.88-1.575l2.498 3.149c-1.512 1.64-4.142 2.657-6.706 2.657-4.865 0-8.284-3.346-8.284-8.004 0-4.986 3.846-8.102 8.251-8.102 4.405 0 8.088 3.084 8.088 7.742 0 .426-.033.984-.066 1.738h-.001zm-4.767-2.854c-.065-1.509-1.414-2.526-3.156-2.526-1.446 0-2.86.688-3.353 2.526h6.509z"
|
|
2303
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2304
|
+
fill: "#fff",
|
|
2305
|
+
d: "M146.417 8.489l-1.151 4.625a4.055 4.055 0 00-2.202-.59c-1.907 0-3.485 1.608-3.485 6.134v5.085h-4.865V8.423h4.799v3.248c.888-2.526 2.729-3.641 4.603-3.641.724 0 1.512.065 2.301.459z"
|
|
2306
|
+
}));
|
|
2307
|
+
}
|
|
2308
|
+
|
|
2209
2309
|
function TierIcon(props) {
|
|
2210
2310
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
2211
2311
|
viewBox: "0 0 16 16",
|
|
@@ -3344,22 +3444,6 @@ function UnlinkIcon(props) {
|
|
|
3344
3444
|
}));
|
|
3345
3445
|
}
|
|
3346
3446
|
|
|
3347
|
-
function AnimalFreeIcon(props) {
|
|
3348
|
-
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
3349
|
-
viewBox: "0 0 14 14",
|
|
3350
|
-
width: props.width || props.size || '1em',
|
|
3351
|
-
height: props.height || props.size || '1em',
|
|
3352
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3353
|
-
inline: undefined,
|
|
3354
|
-
color: props.color || 'currentColor'
|
|
3355
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
3356
|
-
fill: "currentColor",
|
|
3357
|
-
fillRule: "evenodd",
|
|
3358
|
-
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",
|
|
3359
|
-
clipRule: "evenodd"
|
|
3360
|
-
}));
|
|
3361
|
-
}
|
|
3362
|
-
|
|
3363
3447
|
function BicycleIcon(props) {
|
|
3364
3448
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
3365
3449
|
viewBox: "0 0 16 16",
|
|
@@ -3367,7 +3451,7 @@ function BicycleIcon(props) {
|
|
|
3367
3451
|
height: props.height || props.size || '1em',
|
|
3368
3452
|
className: (!props.color ? 'eds-icon eds-icon__bicycle ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3369
3453
|
inline: undefined,
|
|
3370
|
-
color: props.color || '#
|
|
3454
|
+
color: props.color || '#388f76'
|
|
3371
3455
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3372
3456
|
fill: "currentColor",
|
|
3373
3457
|
fillRule: "evenodd",
|
|
@@ -3414,7 +3498,7 @@ function CablewayIcon(props) {
|
|
|
3414
3498
|
height: props.height || props.size || '1em',
|
|
3415
3499
|
className: (!props.color ? 'eds-icon eds-icon__cableway ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3416
3500
|
inline: undefined,
|
|
3417
|
-
color: props.color || '#
|
|
3501
|
+
color: props.color || '#78469a'
|
|
3418
3502
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3419
3503
|
fill: "#642E88",
|
|
3420
3504
|
fillRule: "evenodd",
|
|
@@ -3428,9 +3512,9 @@ function CarIcon(props) {
|
|
|
3428
3512
|
viewBox: "0 0 16 16",
|
|
3429
3513
|
width: props.width || props.size || '1em',
|
|
3430
3514
|
height: props.height || props.size || '1em',
|
|
3431
|
-
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' : ''),
|
|
3432
3516
|
inline: undefined,
|
|
3433
|
-
color: props.color || '
|
|
3517
|
+
color: props.color || 'undefined'
|
|
3434
3518
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3435
3519
|
fill: "currentColor",
|
|
3436
3520
|
fillRule: "evenodd",
|
|
@@ -3439,6 +3523,35 @@ function CarIcon(props) {
|
|
|
3439
3523
|
}));
|
|
3440
3524
|
}
|
|
3441
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
|
+
|
|
3442
3555
|
function CarferryIcon(props) {
|
|
3443
3556
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
3444
3557
|
viewBox: "0 0 16 16",
|
|
@@ -3464,9 +3577,9 @@ function CityBikeIcon(props) {
|
|
|
3464
3577
|
viewBox: "0 0 24 24",
|
|
3465
3578
|
width: props.width || props.size || '1em',
|
|
3466
3579
|
height: props.height || props.size || '1em',
|
|
3467
|
-
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' : ''),
|
|
3468
3581
|
inline: undefined,
|
|
3469
|
-
color: props.color || '
|
|
3582
|
+
color: props.color || '#388f76'
|
|
3470
3583
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3471
3584
|
fill: "currentColor",
|
|
3472
3585
|
fillRule: "evenodd",
|
|
@@ -3499,7 +3612,7 @@ function FunicularIcon(props) {
|
|
|
3499
3612
|
height: props.height || props.size || '1em',
|
|
3500
3613
|
className: (!props.color ? 'eds-icon eds-icon__funicular ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3501
3614
|
inline: undefined,
|
|
3502
|
-
color: props.color || '#
|
|
3615
|
+
color: props.color || '#78469a'
|
|
3503
3616
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3504
3617
|
fill: "#78469A",
|
|
3505
3618
|
fillRule: "evenodd",
|
|
@@ -3590,30 +3703,14 @@ function PlaneIcon(props) {
|
|
|
3590
3703
|
}));
|
|
3591
3704
|
}
|
|
3592
3705
|
|
|
3593
|
-
function QuietIcon(props) {
|
|
3594
|
-
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
3595
|
-
viewBox: "0 0 14 14",
|
|
3596
|
-
width: props.width || props.size || '1em',
|
|
3597
|
-
height: props.height || props.size || '1em',
|
|
3598
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3599
|
-
inline: undefined,
|
|
3600
|
-
color: props.color || 'currentColor'
|
|
3601
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
3602
|
-
fill: "currentColor",
|
|
3603
|
-
fillRule: "evenodd",
|
|
3604
|
-
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",
|
|
3605
|
-
clipRule: "evenodd"
|
|
3606
|
-
}));
|
|
3607
|
-
}
|
|
3608
|
-
|
|
3609
3706
|
function RunningIcon(props) {
|
|
3610
3707
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
3611
3708
|
viewBox: "0 0 16 16",
|
|
3612
3709
|
width: props.width || props.size || '1em',
|
|
3613
3710
|
height: props.height || props.size || '1em',
|
|
3614
|
-
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' : ''),
|
|
3615
3712
|
inline: undefined,
|
|
3616
|
-
color: props.color || '
|
|
3713
|
+
color: props.color || 'undefined'
|
|
3617
3714
|
}), /*#__PURE__*/React.createElement("g", {
|
|
3618
3715
|
fill: "currentColor",
|
|
3619
3716
|
fillRule: "evenodd",
|
|
@@ -3634,9 +3731,9 @@ function ScooterIcon(props) {
|
|
|
3634
3731
|
viewBox: "0 0 16 16",
|
|
3635
3732
|
width: props.width || props.size || '1em',
|
|
3636
3733
|
height: props.height || props.size || '1em',
|
|
3637
|
-
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' : ''),
|
|
3638
3735
|
inline: undefined,
|
|
3639
|
-
color: props.color || '
|
|
3736
|
+
color: props.color || 'undefined'
|
|
3640
3737
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3641
3738
|
fill: "currentColor",
|
|
3642
3739
|
fillRule: "evenodd",
|
|
@@ -3645,30 +3742,14 @@ function ScooterIcon(props) {
|
|
|
3645
3742
|
}));
|
|
3646
3743
|
}
|
|
3647
3744
|
|
|
3648
|
-
function StandardIcon(props) {
|
|
3649
|
-
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
3650
|
-
viewBox: "0 0 14 14",
|
|
3651
|
-
width: props.width || props.size || '1em',
|
|
3652
|
-
height: props.height || props.size || '1em',
|
|
3653
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3654
|
-
inline: undefined,
|
|
3655
|
-
color: props.color || 'currentColor'
|
|
3656
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
3657
|
-
fill: "currentColor",
|
|
3658
|
-
fillRule: "evenodd",
|
|
3659
|
-
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",
|
|
3660
|
-
clipRule: "evenodd"
|
|
3661
|
-
}));
|
|
3662
|
-
}
|
|
3663
|
-
|
|
3664
3745
|
function StandingIcon(props) {
|
|
3665
3746
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
3666
3747
|
viewBox: "0 0 16 16",
|
|
3667
3748
|
width: props.width || props.size || '1em',
|
|
3668
3749
|
height: props.height || props.size || '1em',
|
|
3669
|
-
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' : ''),
|
|
3670
3751
|
inline: undefined,
|
|
3671
|
-
color: props.color || '
|
|
3752
|
+
color: props.color || 'undefined'
|
|
3672
3753
|
}), /*#__PURE__*/React.createElement("g", {
|
|
3673
3754
|
fill: "currentColor",
|
|
3674
3755
|
fillRule: "evenodd",
|
|
@@ -3685,9 +3766,9 @@ function StrollingIcon(props) {
|
|
|
3685
3766
|
viewBox: "0 0 16 16",
|
|
3686
3767
|
width: props.width || props.size || '1em',
|
|
3687
3768
|
height: props.height || props.size || '1em',
|
|
3688
|
-
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' : ''),
|
|
3689
3770
|
inline: undefined,
|
|
3690
|
-
color: props.color || '
|
|
3771
|
+
color: props.color || 'undefined'
|
|
3691
3772
|
}), /*#__PURE__*/React.createElement("g", {
|
|
3692
3773
|
fill: "currentColor",
|
|
3693
3774
|
fillRule: "evenodd",
|
|
@@ -3708,9 +3789,9 @@ function SubwayIcon(props) {
|
|
|
3708
3789
|
viewBox: "0 0 16 16",
|
|
3709
3790
|
width: props.width || props.size || '1em',
|
|
3710
3791
|
height: props.height || props.size || '1em',
|
|
3711
|
-
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' : ''),
|
|
3712
3793
|
inline: undefined,
|
|
3713
|
-
color: props.color || '
|
|
3794
|
+
color: props.color || 'undefined'
|
|
3714
3795
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3715
3796
|
fill: "#BF5826",
|
|
3716
3797
|
fillRule: "evenodd",
|
|
@@ -3764,7 +3845,7 @@ function TramIcon(props) {
|
|
|
3764
3845
|
height: props.height || props.size || '1em',
|
|
3765
3846
|
className: (!props.color ? 'eds-icon eds-icon__tram ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3766
3847
|
inline: undefined,
|
|
3767
|
-
color: props.color || '#
|
|
3848
|
+
color: props.color || '#78469a'
|
|
3768
3849
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3769
3850
|
fill: "#642E88",
|
|
3770
3851
|
fillRule: "evenodd",
|
|
@@ -3806,9 +3887,9 @@ function WalkingIcon(props) {
|
|
|
3806
3887
|
viewBox: "0 0 16 16",
|
|
3807
3888
|
width: props.width || props.size || '1em',
|
|
3808
3889
|
height: props.height || props.size || '1em',
|
|
3809
|
-
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' : ''),
|
|
3810
3891
|
inline: undefined,
|
|
3811
|
-
color: props.color || '
|
|
3892
|
+
color: props.color || 'undefined'
|
|
3812
3893
|
}), /*#__PURE__*/React.createElement("g", {
|
|
3813
3894
|
fill: "currentColor",
|
|
3814
3895
|
fillRule: "evenodd",
|
|
@@ -4595,6 +4676,22 @@ function AgreesIcon(props) {
|
|
|
4595
4676
|
}));
|
|
4596
4677
|
}
|
|
4597
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
|
+
|
|
4598
4695
|
function AssignToMeIcon(props) {
|
|
4599
4696
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
4600
4697
|
fill: "none",
|
|
@@ -5802,6 +5899,22 @@ function PurposeIcon(props) {
|
|
|
5802
5899
|
}));
|
|
5803
5900
|
}
|
|
5804
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
|
+
|
|
5805
5918
|
function QuitIcon(props) {
|
|
5806
5919
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
5807
5920
|
viewBox: "0 0 16 16",
|
|
@@ -6077,6 +6190,60 @@ function UnstarredIcon(props) {
|
|
|
6077
6190
|
}));
|
|
6078
6191
|
}
|
|
6079
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
|
+
|
|
6209
|
+
function StudentIcon(props) {
|
|
6210
|
+
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
6211
|
+
fill: "none",
|
|
6212
|
+
viewBox: "0 0 16 16",
|
|
6213
|
+
width: props.width || props.size || '1em',
|
|
6214
|
+
height: props.height || props.size || '1em',
|
|
6215
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
6216
|
+
inline: undefined,
|
|
6217
|
+
color: props.color || 'currentColor'
|
|
6218
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
6219
|
+
fill: "currentColor",
|
|
6220
|
+
fillRule: "evenodd",
|
|
6221
|
+
d: "M7.814 1.036a.5.5 0 01.372 0l5 2a.5.5 0 01.314.464v3h-1V4.309l-1.346.673a3.495 3.495 0 01-1.125 4.37A6.002 6.002 0 0114 15h-1a5 5 0 00-10 0H2a6.002 6.002 0 013.97-5.648 3.496 3.496 0 01-1.124-4.37l-2.07-1.035a.5.5 0 01.038-.911l5-2zM5.74 5.429a2.5 2.5 0 104.52 0L8.224 6.447a.5.5 0 01-.448 0L5.74 5.43zm6.04-1.878L8 2.039 4.22 3.55 8 5.44l3.78-1.89z",
|
|
6222
|
+
clipRule: "evenodd"
|
|
6223
|
+
}));
|
|
6224
|
+
}
|
|
6225
|
+
|
|
6226
|
+
function StudentFilledIcon(props) {
|
|
6227
|
+
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
6228
|
+
fill: "none",
|
|
6229
|
+
viewBox: "0 0 16 16",
|
|
6230
|
+
width: props.width || props.size || '1em',
|
|
6231
|
+
height: props.height || props.size || '1em',
|
|
6232
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
6233
|
+
inline: undefined,
|
|
6234
|
+
color: props.color || 'currentColor'
|
|
6235
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
6236
|
+
fill: "currentColor",
|
|
6237
|
+
d: "M2 15a6 6 0 0112 0H2z"
|
|
6238
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
6239
|
+
fill: "currentColor",
|
|
6240
|
+
d: "M4.617 5.6A3.504 3.504 0 008 10a3.5 3.5 0 003.383-4.4L8.427 6.675c-.276.1-.578.1-.854 0L4.617 5.6z"
|
|
6241
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
6242
|
+
fill: "currentColor",
|
|
6243
|
+
d: "M8.17 1.03a.5.5 0 00-.34 0l-5.5 2a.5.5 0 000 .94l5.5 2a.5.5 0 00.34 0L13 4.214V7h1V3.5a.5.5 0 00-.33-.47l-5.5-2z"
|
|
6244
|
+
}));
|
|
6245
|
+
}
|
|
6246
|
+
|
|
6080
6247
|
function SubtractIcon(props) {
|
|
6081
6248
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
6082
6249
|
viewBox: "0 0 16 16",
|
|
@@ -6948,4 +7115,4 @@ function ZoomOutIcon(props) {
|
|
|
6948
7115
|
}));
|
|
6949
7116
|
}
|
|
6950
7117
|
|
|
6951
|
-
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, 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, SubtractIcon, SubwayIcon, SuitcaseIcon, SunCloudIcon, SunCloudRainIcon, SunIcon, 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 };
|