@entur/icons 4.1.1 → 4.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
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
+ # [4.3.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@4.2.0...@entur/icons@4.3.0) (2022-07-05)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **validation exclamation icon:** fix icon colours for validation exclamation icon in react native ([4e64eb8](https://bitbucket.org/enturas/design-system/commits/4e64eb86fd1b98731b47ac040ce578e8ee0aa956))
11
+
12
+ ### Features
13
+
14
+ - **icons:** add seat capacity icons to facility group ([25265da](https://bitbucket.org/enturas/design-system/commits/25265da52f929a9e830419b98f28f2fd22617612))
15
+
16
+ # [4.2.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@4.1.2...@entur/icons@4.2.0) (2022-06-24)
17
+
18
+ ### Features
19
+
20
+ - **icons:** update Brakar logo icon and add Brakar without text icon ([1ccd821](https://bitbucket.org/enturas/design-system/commits/1ccd821d5ee9684573ee25e008f95e1d14ec0bce))
21
+
22
+ ## [4.1.2](https://bitbucket.org/enturas/design-system/compare/@entur/icons@4.1.1...@entur/icons@4.1.2) (2022-05-04)
23
+
24
+ ### Bug Fixes
25
+
26
+ - **validation exclamation icon:** fix incorrect exclamation mark color for non-contrast validation ([22deff9](https://bitbucket.org/enturas/design-system/commits/22deff9cac4f867a26a14ec51197f1c3be13d403))
27
+
6
28
  ## [4.1.1](https://bitbucket.org/enturas/design-system/compare/@entur/icons@4.1.0...@entur/icons@4.1.1) (2022-04-27)
7
29
 
8
30
  **Note:** Version bump only for package @entur/icons
package/dist/index.d.ts CHANGED
@@ -54,7 +54,9 @@ export declare const BusShelterIcon: React.FC<IconProps>;
54
54
  export declare const CoffeeIcon: React.FC<IconProps>;
55
55
  export declare const CouchetteIcon: React.FC<IconProps>;
56
56
  export declare const CutleryIcon: React.FC<IconProps>;
57
+ export declare const FullIcon: React.FC<IconProps>;
57
58
  export declare const LockerIcon: React.FC<IconProps>;
59
+ export declare const ManySeatsAvailableIcon: React.FC<IconProps>;
58
60
  export declare const ParkIcon: React.FC<IconProps>;
59
61
  export declare const ParkAndRideIcon: React.FC<IconProps>;
60
62
  export declare const ParkingGarageIcon: React.FC<IconProps>;
@@ -62,7 +64,9 @@ export declare const PlayroomIcon: React.FC<IconProps>;
62
64
  export declare const PowerIcon: React.FC<IconProps>;
63
65
  export declare const PremiumSeatIcon: React.FC<IconProps>;
64
66
  export declare const SeatIcon: React.FC<IconProps>;
67
+ export declare const SeatsAvailableIcon: React.FC<IconProps>;
65
68
  export declare const SleepIcon: React.FC<IconProps>;
69
+ export declare const StandingAvailableIcon: React.FC<IconProps>;
66
70
  export declare const StrollerIcon: React.FC<IconProps>;
67
71
  export declare const TVMIcon: React.FC<IconProps>;
68
72
  export declare const ToiletIcon: React.FC<IconProps>;
@@ -79,6 +83,7 @@ export declare const UKIcon: React.FC<IconProps>;
79
83
  export declare const BergenBysykkelIcon: React.FC<IconProps>;
80
84
  export declare const BoltIcon: React.FC<IconProps>;
81
85
  export declare const BrakarIcon: React.FC<IconProps>;
86
+ export declare const BrakarNoTextIcon: React.FC<IconProps>;
82
87
  export declare const FarteIcon: React.FC<IconProps>;
83
88
  export declare const GOAIcon: React.FC<IconProps>;
84
89
  export declare const InnlandstrafikkIcon: React.FC<IconProps>;
package/dist/index.esm.js CHANGED
@@ -602,6 +602,23 @@ function CutleryIcon(props) {
602
602
  }));
603
603
  }
604
604
 
605
+ function FullIcon(props) {
606
+ return /*#__PURE__*/createElement("svg", _extends({}, props, {
607
+ fill: "none",
608
+ viewBox: "0 0 16 16",
609
+ width: props.width || props.size || '1em',
610
+ height: props.height || props.size || '1em',
611
+ className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
612
+ inline: undefined,
613
+ color: props.color || 'currentColor'
614
+ }), /*#__PURE__*/createElement("path", {
615
+ fill: "currentColor",
616
+ fillRule: "evenodd",
617
+ d: "M7.603 6.282a2.44 2.44 0 10-4.883 0c0 .758.344 1.435.886 1.882A3.82 3.82 0 001 11.784v.38h8.323v-.38l-.002-.127a3.816 3.816 0 00-2.603-3.492 2.438 2.438 0 00.885-1.883zm4.56 5.375A3.817 3.817 0 009.56 8.165 2.442 2.442 0 008.003 3.84c-.3 0-.584.061-.85.161a3.02 3.02 0 01.551 3.952 4.445 4.445 0 012.218 3.694l.002.138v.38h2.241v-.38l-.002-.128zm2.838 0a3.816 3.816 0 00-2.604-3.492 2.442 2.442 0 00-1.556-4.325c-.3 0-.584.061-.85.161a3.019 3.019 0 01.551 3.952 4.443 4.443 0 012.218 3.694l.002.138v.38h2.241v-.38l-.002-.128z",
618
+ clipRule: "evenodd"
619
+ }));
620
+ }
621
+
605
622
  function LockerIcon(props) {
606
623
  return /*#__PURE__*/createElement("svg", _extends({}, props, {
607
624
  viewBox: "0 0 10 14",
@@ -618,6 +635,28 @@ function LockerIcon(props) {
618
635
  }));
619
636
  }
620
637
 
638
+ function ManySeatsAvailableIcon(props) {
639
+ return /*#__PURE__*/createElement("svg", _extends({}, props, {
640
+ fill: "none",
641
+ viewBox: "0 0 16 16",
642
+ width: props.width || props.size || '1em',
643
+ height: props.height || props.size || '1em',
644
+ className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
645
+ inline: undefined,
646
+ color: props.color || 'currentColor'
647
+ }), /*#__PURE__*/createElement("path", {
648
+ fill: "#BABBCF",
649
+ fillRule: "evenodd",
650
+ d: "M9.594 8.165a3.816 3.816 0 012.604 3.492l.003.128v.379h-.757v-.38c0-1.475-1.052-2.687-2.44-2.974a3.192 3.192 0 00-.228-.03c-.363-.493-.99-.778-.99-.778.1 0 .217-.004.255-.008.867-.084 1.683-.836 1.683-1.712 0-.931-.755-1.686-1.685-1.686a.973.973 0 00-.294.042l-.027-.04a2.85 2.85 0 00-.53-.597c.246-.11.608-.161.851-.161a2.441 2.441 0 011.555 4.325zm2.8 0A3.817 3.817 0 0115 11.657l.002.128v.379h-.757v-.38a3.042 3.042 0 00-2.441-2.974 3.11 3.11 0 00-.227-.03c-.362-.493-.99-.778-.99-.778.099 0 .217-.004.255-.008.868-.084 1.683-.836 1.683-1.712 0-.931-.754-1.686-1.685-1.686a.971.971 0 00-.293.042l-.03-.043A2.878 2.878 0 009.988 4c.246-.11.609-.161.85-.161a2.442 2.442 0 011.557 4.325z",
651
+ clipRule: "evenodd"
652
+ }), /*#__PURE__*/createElement("path", {
653
+ fill: "currentColor",
654
+ fillRule: "evenodd",
655
+ d: "M5.162 4.597a1.686 1.686 0 10-.001 3.371 1.686 1.686 0 000-3.37m0-.758a2.442 2.442 0 011.557 4.325 3.82 3.82 0 012.604 3.493l.002.127v.379h-.757v-.38a3.06 3.06 0 00-2.943-3.057l-.118-.003h-.688a3.063 3.063 0 00-3.06 2.944l-.001.117v.379H1v-.38a3.82 3.82 0 012.607-3.62A2.442 2.442 0 015.162 3.84",
656
+ clipRule: "evenodd"
657
+ }));
658
+ }
659
+
621
660
  function ParkIcon(props) {
622
661
  return /*#__PURE__*/createElement("svg", _extends({}, props, {
623
662
  viewBox: "0 0 16 16",
@@ -728,6 +767,28 @@ function SeatIcon(props) {
728
767
  }));
729
768
  }
730
769
 
770
+ function SeatsAvailableIcon(props) {
771
+ return /*#__PURE__*/createElement("svg", _extends({}, props, {
772
+ fill: "none",
773
+ viewBox: "0 0 16 16",
774
+ width: props.width || props.size || '1em',
775
+ height: props.height || props.size || '1em',
776
+ className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
777
+ inline: undefined,
778
+ color: props.color || 'currentColor'
779
+ }), /*#__PURE__*/createElement("path", {
780
+ fill: "#BABBCF",
781
+ fillRule: "evenodd",
782
+ d: "M9.594 8.165a3.816 3.816 0 012.604 3.492l.003.128v.379h-.757v-.38c0-1.475-1.052-2.687-2.44-2.974a3.192 3.192 0 00-.228-.03c-.363-.493-.99-.778-.99-.778.1 0 .217-.004.255-.008.867-.084 1.683-.836 1.683-1.712 0-.931-.755-1.686-1.685-1.686a.973.973 0 00-.294.042l-.027-.04a2.85 2.85 0 00-.53-.597c.246-.11.608-.161.851-.161a2.441 2.441 0 011.555 4.325zm2.8 0A3.817 3.817 0 0115 11.657l.002.128v.379h-.757v-.38a3.042 3.042 0 00-2.441-2.974 3.11 3.11 0 00-.227-.03c-.362-.493-.99-.778-.99-.778.099 0 .217-.004.255-.008.868-.084 1.683-.836 1.683-1.712 0-.931-.754-1.686-1.685-1.686a.971.971 0 00-.293.042l-.03-.043A2.878 2.878 0 009.988 4c.246-.11.609-.161.85-.161a2.442 2.442 0 011.557 4.325z",
783
+ clipRule: "evenodd"
784
+ }), /*#__PURE__*/createElement("path", {
785
+ fill: "currentColor",
786
+ fillRule: "evenodd",
787
+ d: "M5.162 3.84a2.441 2.441 0 011.556 4.325 3.817 3.817 0 012.604 3.492l.002.128v.379H1v-.38a3.82 3.82 0 012.607-3.62A2.44 2.44 0 015.162 3.84z",
788
+ clipRule: "evenodd"
789
+ }));
790
+ }
791
+
731
792
  function SleepIcon(props) {
732
793
  return /*#__PURE__*/createElement("svg", _extends({}, props, {
733
794
  viewBox: "0 0 16 16",
@@ -744,6 +805,28 @@ function SleepIcon(props) {
744
805
  }));
745
806
  }
746
807
 
808
+ function StandingAvailableIcon(props) {
809
+ return /*#__PURE__*/createElement("svg", _extends({}, props, {
810
+ fill: "none",
811
+ viewBox: "0 0 16 16",
812
+ width: props.width || props.size || '1em',
813
+ height: props.height || props.size || '1em',
814
+ className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
815
+ inline: undefined,
816
+ color: props.color || 'currentColor'
817
+ }), /*#__PURE__*/createElement("path", {
818
+ fill: "#BABBCF",
819
+ fillRule: "evenodd",
820
+ d: "M14.999 11.657a3.817 3.817 0 00-2.604-3.492 2.442 2.442 0 00-1.556-4.325c-.242 0-.605.052-.851.16.32.28.442.473.558.638a.971.971 0 01.293-.042c.93 0 1.685.755 1.685 1.686 0 .876-.815 1.628-1.683 1.712a3.554 3.554 0 01-.255.008s.628.285.99.779c.09.008.209.025.227.029a3.042 3.042 0 012.44 2.975v.379h.758v-.38l-.002-.127z",
821
+ clipRule: "evenodd"
822
+ }), /*#__PURE__*/createElement("path", {
823
+ fill: "currentColor",
824
+ fillRule: "evenodd",
825
+ d: "M7.604 6.282a2.442 2.442 0 10-3.998 1.882A3.82 3.82 0 001 11.784v.38h8.324v-.38l-.002-.127a3.818 3.818 0 00-2.604-3.492 2.439 2.439 0 00.886-1.883zM9.56 8.165a3.816 3.816 0 012.604 3.492l.002.128v.38h-2.24v-.38l-.003-.138a4.442 4.442 0 00-2.217-3.694 3.019 3.019 0 00-.552-3.952c.266-.1.55-.16.851-.16A2.441 2.441 0 019.56 8.164z",
826
+ clipRule: "evenodd"
827
+ }));
828
+ }
829
+
747
830
  function StrollerIcon(props) {
748
831
  return /*#__PURE__*/createElement("svg", _extends({}, props, {
749
832
  viewBox: "0 0 16 16",
@@ -1041,33 +1124,59 @@ function BoltIcon(props) {
1041
1124
 
1042
1125
  function BrakarIcon(props) {
1043
1126
  return /*#__PURE__*/createElement("svg", _extends({}, props, {
1044
- viewBox: "0 0 42.155 16",
1127
+ viewBox: "0 0 49.8 16",
1045
1128
  width: props.width || props.size || '1em',
1046
1129
  height: props.height || props.size || '1em',
1047
1130
  className: 'eds-icon__BrakarIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1048
1131
  inline: undefined,
1049
1132
  color: props.color || 'currentColor'
1133
+ }), /*#__PURE__*/createElement("g", {
1134
+ fill: "#fff"
1135
+ }, /*#__PURE__*/createElement("path", {
1136
+ d: "M23.5 8c.8-.2 1.2-.9 1.2-1.7 0-1.2-.9-2.1-2.3-2.1h-3.1v8.3h2.9c1.8 0 2.7-1 2.7-2.4.1-1-.4-1.8-1.4-2.1zm-3-2.8h1.7c.9 0 1.3.5 1.3 1.3 0 .7-.4 1.2-1.3 1.2h-1.8l.1-2.5zm1.7 6.2h-1.6V8.6h1.8c1 0 1.5.6 1.5 1.4 0 .8-.6 1.4-1.7 1.4z"
1050
1137
  }), /*#__PURE__*/createElement("path", {
1051
- fill: "#FFF",
1052
- d: "M.11 3.16c-.003-.054-.006-.088-.006-.123v-1.22c0-.113 0-.114.105-.148a25.679 25.679 0 012.96-.78c.513-.1 1.028-.192 1.544-.274.343-.055.689-.088 1.034-.126.311-.033.622-.068.934-.087.414-.026.828-.035 1.242-.057a20.63 20.63 0 011.796.01c.421.016.842.052 1.263.086.335.028.669.065 1.003.1.085.008.17.022.265.035l.095-.095c.344-.34.762-.51 1.241-.477.665.046 1.143.383 1.418.995.034.074.07.114.154.134.696.173 1.386.37 2.065.602.154.052.304.117.477.184l-.873.898a25.986 25.986 0 00-2.858-.777c.136-.28.124-.533-.108-.743a.518.518 0 00-.59-.095c-.267.12-.366.344-.34.64a26.15 26.15 0 00-10.33.35c.028.017.04.031.054.034a13.64 13.64 0 015.163 2.082c.186.123.367.254.547.384a.23.23 0 00.139.05c.426.005.853.009 1.279.025.289.01.577.038.865.063a21.158 21.158 0 011.627.2c.46.083.92.17 1.377.271 1.237.273 2.437.661 3.606 1.147l.091.035 1.259-1.244a24.73 24.73 0 00-2.944-1.205l.904-.903c1.36.48 2.686 1.103 3.978 1.808-.128.13-.253.259-.38.385l-2.263 2.237-.226.222c-.07.07-.07.07-.16.032-.389-.164-.773-.336-1.166-.489a20.648 20.648 0 00-3.27-.971 17.219 17.219 0 00-1.474-.256c-.438-.052-.877-.096-1.316-.142-.147-.015-.295-.022-.465-.034 2.737 2.76 4.115 6.062 4.154 9.922-.095.03-.96.037-1.152.014-.003-.024-.008-.05-.01-.076-.014-.351-.018-.704-.045-1.054a11.988 11.988 0 00-.334-2.022 12.494 12.494 0 00-2.605-5.065 12.877 12.877 0 00-1.728-1.687.24.24 0 00-.181-.056c-.266.017-.532.023-.797.04-.226.015-.452.039-.677.062-.214.022-.427.044-.64.075-.374.053-.75.104-1.122.172-.636.117-1.266.263-1.889.44l-.133.04c.292.101.57.186.839.291a9.552 9.552 0 012.97 1.82 9.399 9.399 0 012.112 2.79 9.424 9.424 0 01.826 2.482c.053.288.088.58.119.87.03.291.038.584.031.882H8.42c-.02-2.288-.806-4.269-2.426-5.889C4.377 8.358 2.399 7.578.112 7.552.11 7.518.104 7.488.104 7.457c0-.32.002-.641-.002-.962-.001-.076.028-.11.095-.136A21.519 21.519 0 013.37 5.353a32.35 32.35 0 011.605-.322c.373-.066.75-.102 1.126-.151l.329-.04c-.108-.131-1.21-.669-1.98-.942a12.816 12.816 0 00-2.135-.56A12.156 12.156 0 00.11 3.16z"
1138
+ d: "M27.1 7.7V6.5H26v5.9h1.1V9.3c0-1.1.5-1.8 1.2-1.8.4 0 .7.1.9.3v-1c-.2-.2-.5-.3-.8-.3-.6-.1-1.1.4-1.3 1.2z"
1053
1139
  }), /*#__PURE__*/createElement("path", {
1054
- fill: "#FFF",
1055
- d: "M18.662 10.14c.263-.032.517-.066.773-.092.17-.017.343-.023.515-.03.376-.018.75-.006 1.119.076.282.062.54.18.773.35.615.448.592 1.242.24 1.724-.207.281-.488.457-.81.576l-.098.035c-.003 0-.004.006-.01.017.03.014.06.03.09.042.487.2.756.565.804 1.087.055.6-.184 1.073-.648 1.44-.303.241-.655.376-1.029.457a5.076 5.076 0 01-1.14.118c-.343-.004-.688-.01-1.031-.027-.205-.011-.409-.047-.627-.074l1.08-5.699zm.634 3.154l-.307 1.626c.215.05.6.047.832.007.208-.035.409-.098.584-.225a.808.808 0 00.296-.905c-.079-.244-.264-.371-.497-.437-.292-.083-.594-.07-.908-.066zm.192-.914c.231-.008.45-.01.666-.024.177-.011.345-.062.501-.148a.759.759 0 00.284-.257c.237-.37.071-.804-.353-.915a1.502 1.502 0 00-.254-.04c-.196-.016-.39 0-.586.04l-.258 1.344z"
1140
+ d: "M31.9 6.3c-.8 0-1.5.3-2 .7v1.1c.5-.5 1.1-.8 1.8-.8 1 0 1.6.6 1.6 1.6v.5c-.3-.4-.8-.7-1.6-.7-1.3 0-2.1.8-2.1 1.9 0 1.1.9 1.9 2.1 1.9.8 0 1.4-.4 1.7-1v.8h1.1V8.8c-.1-1.5-1-2.5-2.6-2.5zm.1 5.4c-.8 0-1.3-.4-1.3-1.1 0-.7.5-1.1 1.3-1.1s1.3.4 1.3 1.1c.1.6-.4 1.1-1.3 1.1z"
1056
1141
  }), /*#__PURE__*/createElement("path", {
1057
- fill: "#FFF",
1058
- d: "M31.087 15.893H29.84c.385-2.053.772-4.097 1.159-6.145h1.251l-.69 3.668.086-.098 1.313-1.58c.038-.046.074-.082.144-.081.462.003.924.002 1.386.002.015 0 .03.003.045.005l.005.012c0 .004.002.008 0 .01a.029.029 0 01-.006.01c-.007.01-.015.019-.023.027l-1.72 1.666-.013.026 1.168 2.476h-1.399l-.738-1.792c-.08.077-.144.152-.22.209-.198.144-.276.34-.309.576-.045.317-.117.63-.178.944-.003.02-.008.038-.014.065z"
1142
+ d: "M40.4 6.5h-1.5L36.6 9V4.1h-1.1v8.3h1.1V9.5l2.5 2.9h1.5l-3-3.2z"
1059
1143
  }), /*#__PURE__*/createElement("path", {
1060
- fill: "#FFF",
1061
- d: "M29.183 15.893h-1.156l.055-.802-.014-.006-.069.103c-.182.287-.41.524-.721.67-.34.157-.693.188-1.049.071-.42-.138-.664-.449-.792-.861a2.084 2.084 0 01-.068-.779c.035-.465.157-.907.39-1.314.415-.72 1.038-1.152 1.842-1.33a3.978 3.978 0 011.317-.052c.264.03.524.076.781.145l.107.034c-.019.1-.035.196-.054.29-.135.666-.28 1.33-.402 1.999-.066.36-.098.728-.133 1.093-.022.24-.023.483-.034.739zm-.79-3.347c-.06-.006-.106-.008-.15-.016-.318-.056-.595.039-.845.23-.186.141-.329.321-.443.524-.194.345-.3.712-.276 1.11a.761.761 0 00.123.398c.084.121.2.18.347.187a.617.617 0 00.429-.16c.138-.112.24-.255.324-.411.101-.187.178-.384.225-.59.092-.415.175-.832.267-1.272z"
1144
+ d: "M42.9 6.3c-.8 0-1.5.3-2 .7v1.1c.5-.5 1.1-.8 1.8-.8 1 0 1.6.6 1.6 1.6v.5c-.3-.4-.8-.7-1.6-.7-1.3 0-2.1.8-2.1 1.9 0 1.1.9 1.9 2.1 1.9.8 0 1.4-.4 1.7-1v.8h1.1V8.8c-.1-1.5-1.1-2.5-2.6-2.5zm.1 5.4c-.8 0-1.3-.4-1.3-1.1 0-.7.5-1.1 1.3-1.1s1.3.4 1.3 1.1c0 .6-.5 1.1-1.3 1.1z"
1062
1145
  }), /*#__PURE__*/createElement("path", {
1063
- fill: "#FFF",
1064
- d: "M38.526 11.772l-.089.454c-.127.628-.266 1.253-.377 1.883-.067.384-.095.775-.131 1.164-.019.202-.018.405-.027.616h-1.146c-.011-.264.036-.528.028-.8l-.1.152c-.187.277-.42.503-.732.637-.305.13-.62.158-.94.07-.464-.129-.73-.456-.862-.906a1.838 1.838 0 01-.07-.556c.01-.491.112-.961.34-1.4.402-.777 1.042-1.248 1.89-1.44a3.951 3.951 0 011.317-.055c.268.03.532.077.792.147.03.008.06.019.107.034zm-1.418.782a1.171 1.171 0 00-.575-.005 1.28 1.28 0 00-.636.42 2.1 2.1 0 00-.498 1.18 1.08 1.08 0 00.066.54c.103.241.325.343.577.269.202-.06.343-.198.462-.362.153-.211.258-.448.319-.7.08-.326.144-.655.214-.984.025-.117.047-.235.071-.358z"
1146
+ d: "M49 6.4c-.6 0-1.1.4-1.4 1.3V6.5h-1.1v5.9h1.1V9.3c0-1.1.5-1.8 1.2-1.8.4 0 .7.1.9.3v-1c-.2-.3-.4-.4-.7-.4z"
1147
+ })), /*#__PURE__*/createElement("g", {
1148
+ fill: "#fff"
1149
+ }, /*#__PURE__*/createElement("path", {
1150
+ d: "M.2 6.4C.1 6.9 0 7.5 0 8.1c1.1-.3 2.1-.5 3.2-.6-.9-.6-2-.9-3-1.1z"
1065
1151
  }), /*#__PURE__*/createElement("path", {
1066
- fill: "#FFF",
1067
- d: "M41.679 12.79c-.097 0-.186-.002-.275 0a1.01 1.01 0 00-.733.34c-.21.226-.34.498-.416.792-.074.287-.13.579-.187.87-.068.348-.13.698-.195 1.047-.003.015-.01.03-.018.05h-1.25c.019-.106.035-.209.055-.31.142-.756.29-1.511.426-2.268.057-.323.094-.65.135-.975.028-.22.048-.441.072-.66.112-.026.999-.024 1.095.002l-.038.407a2.943 2.943 0 00-.015.403c.018-.026.038-.052.054-.08.138-.23.307-.433.526-.591.281-.203.595-.284.94-.25.019.002.037.007.066.012l-.242 1.211z"
1152
+ d: "M.2 9.9c.6 2.4 2.2 4.4 4.5 5.4-.3-2.6-2.1-4.7-4.5-5.4z"
1068
1153
  }), /*#__PURE__*/createElement("path", {
1069
- fill: "#FFF",
1070
- d: "M25.426 12.79c-.056 0-.099.002-.14 0-.42-.025-.743.146-.984.483a2.153 2.153 0 00-.346.815c-.085.4-.158.804-.235 1.207-.034.176-.065.353-.098.53-.004.022-.015.043-.024.068h-1.24c.003-.036.001-.066.006-.095.16-.84.326-1.68.475-2.522.069-.384.104-.774.153-1.162.019-.147.032-.294.048-.448h1.093l-.068.807.02.01.06-.09c.137-.226.306-.425.522-.58.274-.197.582-.277.918-.248.026.003.052.01.082.017l-.242 1.208z"
1154
+ d: "M8 0C4.9 0 2.2 1.8.9 4.4c2.2-.4 4.5-.5 6.8-.2.2-.3.6-.4 1-.4.5 0 1 .3 1.2.9.7.2 1.4.3 2 .6l-.7.7c-.7-.3-1.4-.5-2.2-.7 0-.1.1-.2.1-.2 0-.2-.2-.4-.4-.4s-.4.2-.4.4v.1C5.6 4.7 3 4.8.4 5.4v.1c1.6.3 3.1 1 4.3 1.9 2.4 0 4.7.4 6.9 1.4l1-1c-.7-.4-1.5-.7-2.3-.9l.7-.7c1.1.4 2.1.9 3.1 1.4-.4.4-1.9 1.8-2.3 2.2-1.9-.8-3.9-1.4-6-1.5C7.9 10.3 9 13 9 15.9c3.9-.5 7-3.9 7-7.9 0-4.4-3.6-8-8-8z"
1155
+ }), /*#__PURE__*/createElement("path", {
1156
+ d: "M4.4 8.3C3 8.4 1.6 8.6.2 9c1.5.4 2.8 1.2 3.8 2.4s1.5 2.7 1.6 4.2c.8.3 1.7.4 2.5.4 0-3-1.3-5.8-3.7-7.7z"
1157
+ })));
1158
+ }
1159
+
1160
+ function BrakarNoTextIcon(props) {
1161
+ return /*#__PURE__*/createElement("svg", _extends({}, props, {
1162
+ viewBox: "0 0 16 16",
1163
+ width: props.width || props.size || '1em',
1164
+ height: props.height || props.size || '1em',
1165
+ className: 'eds-icon__BrakarNoTextIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1166
+ inline: undefined,
1167
+ color: props.color || 'currentColor'
1168
+ }), /*#__PURE__*/createElement("path", {
1169
+ fill: "#fff",
1170
+ d: "M.2 6.4C.1 6.9 0 7.4 0 8v.1c1.1-.3 2.1-.5 3.2-.6-.9-.6-2-.9-3-1.1"
1171
+ }), /*#__PURE__*/createElement("path", {
1172
+ fill: "#fff",
1173
+ d: "M.2 9.9c.6 2.4 2.2 4.4 4.5 5.4-.3-2.6-2.1-4.7-4.5-5.4"
1174
+ }), /*#__PURE__*/createElement("path", {
1175
+ fill: "#fff",
1176
+ d: "M8 0C4.9 0 2.2 1.8.9 4.4c1.3-.3 2.6-.4 4-.4.9 0 1.9.1 2.8.2.2-.3.6-.4 1-.4.5 0 1 .3 1.2.9.6.1 1.2.3 1.8.5 0 0 .1 0 .2.1l-.7.7c-.5-.2-1-.3-1.5-.4-.1 0-.2-.1-.4-.1 0-.1-.2-.1-.3-.2 0-.1.1-.2.1-.2 0-.2-.1-.4-.3-.4h-.1-.1c-.2 0-.4.2-.4.4v.1c-.1 0-.3 0-.4-.1-.1 0-.3 0-.4-.1-.8 0-1.7-.1-2.5-.1-1.5 0-3 .2-4.4.5v.1c1.6.3 3.1 1 4.3 1.9h.1c2.3 0 4.6.5 6.8 1.4l1-1c-.7-.4-1.4-.6-2.2-.9h-.1l.6-.7c.9.3 1.7.7 2.5 1.1l.5.3-.6.6-1.7 1.7-.3-.1c-1.7-.9-3.6-1.4-5.6-1.5l.1.1c2 2 3.1 4.7 3.1 7.5 3.9-.5 7-3.9 7-7.9 0-4.4-3.6-8-8-8"
1177
+ }), /*#__PURE__*/createElement("path", {
1178
+ fill: "#fff",
1179
+ d: "M8.1 16c0-3-1.4-5.8-3.7-7.7-1.4 0-2.8.3-4.2.7 1.5.4 2.8 1.3 3.8 2.5s1.5 2.7 1.6 4.2c.8.2 1.6.3 2.4.3h.1z"
1071
1180
  }));
1072
1181
  }
1073
1182
 
@@ -4552,10 +4661,15 @@ function ValidationExclamationIcon(props) {
4552
4661
  className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
4553
4662
  inline: undefined,
4554
4663
  color: props.color || 'currentColor'
4664
+ }), /*#__PURE__*/createElement("circle", {
4665
+ cx: 8,
4666
+ cy: 8,
4667
+ r: 4.4,
4668
+ fill: "transparent"
4555
4669
  }), /*#__PURE__*/createElement("path", {
4556
4670
  fill: "currentColor",
4557
4671
  fillRule: "evenodd",
4558
- d: "M8 1C4.15 1 1 4.15 1 8s3.15 7 7 7 7-3.15 7-7-3.15-7-7-7zm-.7 3h1.4v5.1H7.3V4zm.705 8.25a.875.875 0 110-1.75.875.875 0 010 1.75z",
4672
+ d: "M8 1C4.1 1 1 4.1 1 8s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7zm-.7 3h1.4v5.1H7.3V4zm.7 8.2c-.5 0-.9-.4-.9-.9s.4-.9.9-.9.9.4.9.9c0 .6-.4.9-.9.9z",
4559
4673
  clipRule: "evenodd"
4560
4674
  }));
4561
4675
  }
@@ -4901,4 +5015,4 @@ function ZoomOutIcon(props) {
4901
5015
  }));
4902
5016
  }
4903
5017
 
4904
- export { AccessibilityIcon, AddCardIcon, AddIcon, AdditionalIcon, AdditionalZonesTicketIcon, AdjustmentsIcon, AdminIcon, AgreesIcon, AlignCenterIcon, AlignLeftIcon, AlignRightIcon, AnimalFreeIcon, AnimalIcon, AttachmentIcon, BabyIcon, BackArrowIcon, BanknoteIcon, BanknoteMultiIcon, BatteryIcon, BellIcon, BergenBysykkelIcon, BicycleHotelIcon, BicycleIcon, BicycleParkingIcon, BoldIcon, BoltIcon, BookmarkIcon, BrakarIcon, BrightnessIcon, BugIcon, BulletListIcon, BusIcon, BusShelterIcon, CablewayIcon, CalculatorIcon, CalendarIcon, CameraIcon, CarIcon, CardIcon, CarferryIcon, ChannelsIcon, ChatIcon, CheckIcon, CityBikeIcon, CityIcon, ClockIcon, CloseIcon, CloseSmallIcon, ClosedLockIcon, CloudDownloadIcon, CloudIcon, CloudLightningIcon, CloudRainIcon, CloudSnowIcon, CoffeeIcon, CollapsedIcon, ColorPickerIcon, CommentIcon, ConductorIcon, ConfigurationIcon, ContactsIcon, CopyIcon, CorrespondenceIcon, CouchetteIcon, CutleryIcon, DatabaseIcon, DateIcon, DeleteIcon, DenmarkIcon, DepositionIcon, DesktopIcon, DestinationIcon, DiffIcon, DownArrowIcon, DownloadIcon, DownwardIcon, DraggableIcon, EditIcon, EmailIcon, EnvironmentIcon, EuroIcon, ExpandIcon, ExtendIcon, ExternalIcon, FacebookIcon, FarteIcon, FerryIcon, FileIcon, ForwardIcon, FunicularIcon, GOAIcon, GithubIcon, GoalIcon, GoogleIcon, GridViewIcon, HandToolIcon, HeartIcon, HelicopterIcon, HomeIcon, HorizontalDotsIcon, ImageIcon, InnlandstrafikkIcon, InstagramIcon, InternationalIcon, InterrailIcon, InvalidTicketIcon, ItalicIcon, KolumbusBysykkelIcon, KolumbusIcon, LaptopIcon, LeftArrowIcon, LikeIcon, LimeIcon, LinkIcon, LinkedinIcon, ListViewIcon, LoadingIcon, LockerIcon, LogOutIcon, LogoNegativeIcon, LogoPositiveIcon, LuggageIcon, MapIcon, MapPinIcon, MastercardIcon, MenuIcon, MergeProfilesIcon, MinimizeIcon, MobileIcon, MoneyIcon, MoveAboutIcon, NewIcon, NightIcon, NorwayIcon, NumberListIcon, OpenedLockIcon, OrganizationIcon, OsloBysykkelIcon, OstfoldIcon, OutlinedValidationCheckIcon, OutlinedValidationErrorIcon, OutlinedValidationExclamationIcon, OutlinedValidationInfoIcon, PackageIcon, ParkAndRideIcon, ParkIcon, ParkingGarageIcon, PhoneIcon, PlaneIcon, PlayIcon, PlayroomIcon, PositionIcon, PowerIcon, PremiumSeatIcon, PriceFromIcon, PricelistIcon, PrinterIcon, PrioritySeatPregnantIcon, PrioritySeatSeniorsIcon, PrivacyIcon, PurposeIcon, QRIcon, QuestionIcon, QuietIcon, QuitIcon, RSSIcon, RedoIcon, ReferenceIcon, RefreshIcon, ReportsIcon, ResetIcon, RightArrowIcon, RowHeightDefaultIcon, RowHeightMiddleIcon, RowHeightSmallIcon, RulesIcon, RunningIcon, RuterIcon, SJIcon, SaveIcon, ScooterIcon, ScopeIcon, SearchIcon, SeatIcon, SelectIcon, SendIcon, SettingsIcon, ShareIcon, ShoppingCartIcon, SkiIcon, SkypeIcon, SkyssIcon, SleepIcon, SourceCodeIcon, StandardIcon, StandingIcon, StarredIcon, StatsIcon, StrollerIcon, StrollingIcon, SubtractIcon, SubwayIcon, SuitcaseIcon, SunCloudIcon, SunCloudRainIcon, SunIcon, SwedenIcon, SwitchIcon, TVMIcon, TaxiIcon, TextColorIcon, ThermometerIcon, TierIcon, TimelineIcon, ToFromIcon, ToiletIcon, TrackIcon, TrainCarIcon, TrainIcon, TramIcon, TransferIcon, TrondheimBysykkelIcon, TurnableIcon, TwitterIcon, UKIcon, UmbrellaIcon, UnderlineIcon, UndoIcon, UnlinkIcon, UnstarredIcon, UnviewIcon, UpArrowIcon, UploadIcon, UpwardIcon, UserIcon, UsersIcon, VKTIcon, ValidTicketIcon, ValidationCheckIcon, ValidationErrorIcon, ValidationExclamationIcon, ValidationInfoIcon, ValueIcon, VendingMachineIcon, VerticalDotsIcon, VerticalSwitchIcon, ViewIcon, VimeoIcon, VippsIcon, VippsLogoIcon, VisaIcon, VoiIcon, VyIcon, WaitingRoomIcon, WalkingIcon, WarningIcon, WaterTapIcon, WheelchairIcon, WifiIcon, WindIcon, YoutubeIcon, ZoneIcon, ZoomInIcon, ZoomOutIcon, ZvippIcon };
5018
+ export { AccessibilityIcon, AddCardIcon, AddIcon, AdditionalIcon, AdditionalZonesTicketIcon, AdjustmentsIcon, AdminIcon, AgreesIcon, AlignCenterIcon, AlignLeftIcon, AlignRightIcon, AnimalFreeIcon, AnimalIcon, AttachmentIcon, BabyIcon, BackArrowIcon, BanknoteIcon, BanknoteMultiIcon, BatteryIcon, BellIcon, BergenBysykkelIcon, BicycleHotelIcon, BicycleIcon, BicycleParkingIcon, BoldIcon, BoltIcon, BookmarkIcon, BrakarIcon, BrakarNoTextIcon, BrightnessIcon, BugIcon, BulletListIcon, BusIcon, BusShelterIcon, CablewayIcon, CalculatorIcon, CalendarIcon, CameraIcon, CarIcon, CardIcon, CarferryIcon, ChannelsIcon, ChatIcon, CheckIcon, CityBikeIcon, CityIcon, ClockIcon, CloseIcon, CloseSmallIcon, ClosedLockIcon, CloudDownloadIcon, CloudIcon, CloudLightningIcon, CloudRainIcon, CloudSnowIcon, CoffeeIcon, CollapsedIcon, ColorPickerIcon, CommentIcon, ConductorIcon, ConfigurationIcon, ContactsIcon, CopyIcon, CorrespondenceIcon, CouchetteIcon, CutleryIcon, DatabaseIcon, DateIcon, DeleteIcon, DenmarkIcon, DepositionIcon, DesktopIcon, DestinationIcon, DiffIcon, DownArrowIcon, DownloadIcon, DownwardIcon, DraggableIcon, EditIcon, EmailIcon, EnvironmentIcon, EuroIcon, ExpandIcon, ExtendIcon, ExternalIcon, FacebookIcon, FarteIcon, FerryIcon, FileIcon, ForwardIcon, FullIcon, FunicularIcon, GOAIcon, GithubIcon, GoalIcon, GoogleIcon, GridViewIcon, HandToolIcon, HeartIcon, HelicopterIcon, HomeIcon, HorizontalDotsIcon, ImageIcon, InnlandstrafikkIcon, InstagramIcon, InternationalIcon, InterrailIcon, InvalidTicketIcon, ItalicIcon, KolumbusBysykkelIcon, KolumbusIcon, LaptopIcon, LeftArrowIcon, LikeIcon, LimeIcon, LinkIcon, LinkedinIcon, ListViewIcon, LoadingIcon, LockerIcon, LogOutIcon, LogoNegativeIcon, LogoPositiveIcon, LuggageIcon, ManySeatsAvailableIcon, MapIcon, MapPinIcon, MastercardIcon, MenuIcon, MergeProfilesIcon, MinimizeIcon, MobileIcon, MoneyIcon, MoveAboutIcon, NewIcon, NightIcon, NorwayIcon, NumberListIcon, OpenedLockIcon, OrganizationIcon, OsloBysykkelIcon, OstfoldIcon, OutlinedValidationCheckIcon, OutlinedValidationErrorIcon, OutlinedValidationExclamationIcon, OutlinedValidationInfoIcon, PackageIcon, ParkAndRideIcon, ParkIcon, ParkingGarageIcon, PhoneIcon, PlaneIcon, PlayIcon, PlayroomIcon, PositionIcon, PowerIcon, PremiumSeatIcon, PriceFromIcon, PricelistIcon, PrinterIcon, PrioritySeatPregnantIcon, PrioritySeatSeniorsIcon, PrivacyIcon, PurposeIcon, QRIcon, QuestionIcon, QuietIcon, QuitIcon, RSSIcon, RedoIcon, ReferenceIcon, RefreshIcon, ReportsIcon, ResetIcon, RightArrowIcon, RowHeightDefaultIcon, RowHeightMiddleIcon, RowHeightSmallIcon, RulesIcon, RunningIcon, RuterIcon, SJIcon, SaveIcon, ScooterIcon, ScopeIcon, SearchIcon, SeatIcon, SeatsAvailableIcon, SelectIcon, SendIcon, SettingsIcon, ShareIcon, ShoppingCartIcon, SkiIcon, SkypeIcon, SkyssIcon, SleepIcon, SourceCodeIcon, StandardIcon, StandingAvailableIcon, StandingIcon, StarredIcon, StatsIcon, StrollerIcon, StrollingIcon, SubtractIcon, SubwayIcon, SuitcaseIcon, SunCloudIcon, SunCloudRainIcon, SunIcon, SwedenIcon, SwitchIcon, TVMIcon, TaxiIcon, TextColorIcon, ThermometerIcon, TierIcon, TimelineIcon, ToFromIcon, ToiletIcon, TrackIcon, TrainCarIcon, TrainIcon, TramIcon, TransferIcon, TrondheimBysykkelIcon, TurnableIcon, TwitterIcon, UKIcon, UmbrellaIcon, UnderlineIcon, UndoIcon, UnlinkIcon, UnstarredIcon, UnviewIcon, UpArrowIcon, UploadIcon, UpwardIcon, UserIcon, UsersIcon, VKTIcon, ValidTicketIcon, ValidationCheckIcon, ValidationErrorIcon, ValidationExclamationIcon, ValidationInfoIcon, ValueIcon, VendingMachineIcon, VerticalDotsIcon, VerticalSwitchIcon, ViewIcon, VimeoIcon, VippsIcon, VippsLogoIcon, VisaIcon, VoiIcon, VyIcon, WaitingRoomIcon, WalkingIcon, WarningIcon, WaterTapIcon, WheelchairIcon, WifiIcon, WindIcon, YoutubeIcon, ZoneIcon, ZoomInIcon, ZoomOutIcon, ZvippIcon };
@@ -531,6 +531,21 @@ function CutleryIcon(props) {
531
531
  }));
532
532
  }
533
533
 
534
+ function FullIcon(props) {
535
+ return /*#__PURE__*/createElement(Svg, _extends({}, props, {
536
+ fill: "none",
537
+ viewBox: "0 0 16 16",
538
+ width: props.width || props.size || 16,
539
+ height: props.height || props.size || 16,
540
+ color: props.color || '#181C56'
541
+ }), /*#__PURE__*/createElement(Path, {
542
+ fill: "currentColor",
543
+ fillRule: "evenodd",
544
+ d: "M7.603 6.282a2.44 2.44 0 10-4.883 0c0 .758.344 1.435.886 1.882A3.82 3.82 0 001 11.784v.38h8.323v-.38l-.002-.127a3.816 3.816 0 00-2.603-3.492 2.438 2.438 0 00.885-1.883zm4.56 5.375A3.817 3.817 0 009.56 8.165 2.442 2.442 0 008.003 3.84c-.3 0-.584.061-.85.161a3.02 3.02 0 01.551 3.952 4.445 4.445 0 012.218 3.694l.002.138v.38h2.241v-.38l-.002-.128zm2.838 0a3.816 3.816 0 00-2.604-3.492 2.442 2.442 0 00-1.556-4.325c-.3 0-.584.061-.85.161a3.019 3.019 0 01.551 3.952 4.443 4.443 0 012.218 3.694l.002.138v.38h2.241v-.38l-.002-.128z",
545
+ clipRule: "evenodd"
546
+ }));
547
+ }
548
+
534
549
  function LockerIcon(props) {
535
550
  return /*#__PURE__*/createElement(Svg, _extends({}, props, {
536
551
  viewBox: "0 0 10 14",
@@ -545,6 +560,26 @@ function LockerIcon(props) {
545
560
  }));
546
561
  }
547
562
 
563
+ function ManySeatsAvailableIcon(props) {
564
+ return /*#__PURE__*/createElement(Svg, _extends({}, props, {
565
+ fill: "none",
566
+ viewBox: "0 0 16 16",
567
+ width: props.width || props.size || 16,
568
+ height: props.height || props.size || 16,
569
+ color: props.color || '#181C56'
570
+ }), /*#__PURE__*/createElement(Path, {
571
+ fill: "#BABBCF",
572
+ fillRule: "evenodd",
573
+ d: "M9.594 8.165a3.816 3.816 0 012.604 3.492l.003.128v.379h-.757v-.38c0-1.475-1.052-2.687-2.44-2.974a3.192 3.192 0 00-.228-.03c-.363-.493-.99-.778-.99-.778.1 0 .217-.004.255-.008.867-.084 1.683-.836 1.683-1.712 0-.931-.755-1.686-1.685-1.686a.973.973 0 00-.294.042l-.027-.04a2.85 2.85 0 00-.53-.597c.246-.11.608-.161.851-.161a2.441 2.441 0 011.555 4.325zm2.8 0A3.817 3.817 0 0115 11.657l.002.128v.379h-.757v-.38a3.042 3.042 0 00-2.441-2.974 3.11 3.11 0 00-.227-.03c-.362-.493-.99-.778-.99-.778.099 0 .217-.004.255-.008.868-.084 1.683-.836 1.683-1.712 0-.931-.754-1.686-1.685-1.686a.971.971 0 00-.293.042l-.03-.043A2.878 2.878 0 009.988 4c.246-.11.609-.161.85-.161a2.442 2.442 0 011.557 4.325z",
574
+ clipRule: "evenodd"
575
+ }), /*#__PURE__*/createElement(Path, {
576
+ fill: "currentColor",
577
+ fillRule: "evenodd",
578
+ d: "M5.162 4.597a1.686 1.686 0 10-.001 3.371 1.686 1.686 0 000-3.37m0-.758a2.442 2.442 0 011.557 4.325 3.82 3.82 0 012.604 3.493l.002.127v.379h-.757v-.38a3.06 3.06 0 00-2.943-3.057l-.118-.003h-.688a3.063 3.063 0 00-3.06 2.944l-.001.117v.379H1v-.38a3.82 3.82 0 012.607-3.62A2.442 2.442 0 015.162 3.84",
579
+ clipRule: "evenodd"
580
+ }));
581
+ }
582
+
548
583
  function ParkIcon(props) {
549
584
  return /*#__PURE__*/createElement(Svg, _extends({}, props, {
550
585
  viewBox: "0 0 16 16",
@@ -641,6 +676,26 @@ function SeatIcon(props) {
641
676
  }));
642
677
  }
643
678
 
679
+ function SeatsAvailableIcon(props) {
680
+ return /*#__PURE__*/createElement(Svg, _extends({}, props, {
681
+ fill: "none",
682
+ viewBox: "0 0 16 16",
683
+ width: props.width || props.size || 16,
684
+ height: props.height || props.size || 16,
685
+ color: props.color || '#181C56'
686
+ }), /*#__PURE__*/createElement(Path, {
687
+ fill: "#BABBCF",
688
+ fillRule: "evenodd",
689
+ d: "M9.594 8.165a3.816 3.816 0 012.604 3.492l.003.128v.379h-.757v-.38c0-1.475-1.052-2.687-2.44-2.974a3.192 3.192 0 00-.228-.03c-.363-.493-.99-.778-.99-.778.1 0 .217-.004.255-.008.867-.084 1.683-.836 1.683-1.712 0-.931-.755-1.686-1.685-1.686a.973.973 0 00-.294.042l-.027-.04a2.85 2.85 0 00-.53-.597c.246-.11.608-.161.851-.161a2.441 2.441 0 011.555 4.325zm2.8 0A3.817 3.817 0 0115 11.657l.002.128v.379h-.757v-.38a3.042 3.042 0 00-2.441-2.974 3.11 3.11 0 00-.227-.03c-.362-.493-.99-.778-.99-.778.099 0 .217-.004.255-.008.868-.084 1.683-.836 1.683-1.712 0-.931-.754-1.686-1.685-1.686a.971.971 0 00-.293.042l-.03-.043A2.878 2.878 0 009.988 4c.246-.11.609-.161.85-.161a2.442 2.442 0 011.557 4.325z",
690
+ clipRule: "evenodd"
691
+ }), /*#__PURE__*/createElement(Path, {
692
+ fill: "currentColor",
693
+ fillRule: "evenodd",
694
+ d: "M5.162 3.84a2.441 2.441 0 011.556 4.325 3.817 3.817 0 012.604 3.492l.002.128v.379H1v-.38a3.82 3.82 0 012.607-3.62A2.44 2.44 0 015.162 3.84z",
695
+ clipRule: "evenodd"
696
+ }));
697
+ }
698
+
644
699
  function SleepIcon(props) {
645
700
  return /*#__PURE__*/createElement(Svg, _extends({}, props, {
646
701
  viewBox: "0 0 16 16",
@@ -655,6 +710,26 @@ function SleepIcon(props) {
655
710
  }));
656
711
  }
657
712
 
713
+ function StandingAvailableIcon(props) {
714
+ return /*#__PURE__*/createElement(Svg, _extends({}, props, {
715
+ fill: "none",
716
+ viewBox: "0 0 16 16",
717
+ width: props.width || props.size || 16,
718
+ height: props.height || props.size || 16,
719
+ color: props.color || '#181C56'
720
+ }), /*#__PURE__*/createElement(Path, {
721
+ fill: "#BABBCF",
722
+ fillRule: "evenodd",
723
+ d: "M14.999 11.657a3.817 3.817 0 00-2.604-3.492 2.442 2.442 0 00-1.556-4.325c-.242 0-.605.052-.851.16.32.28.442.473.558.638a.971.971 0 01.293-.042c.93 0 1.685.755 1.685 1.686 0 .876-.815 1.628-1.683 1.712a3.554 3.554 0 01-.255.008s.628.285.99.779c.09.008.209.025.227.029a3.042 3.042 0 012.44 2.975v.379h.758v-.38l-.002-.127z",
724
+ clipRule: "evenodd"
725
+ }), /*#__PURE__*/createElement(Path, {
726
+ fill: "currentColor",
727
+ fillRule: "evenodd",
728
+ d: "M7.604 6.282a2.442 2.442 0 10-3.998 1.882A3.82 3.82 0 001 11.784v.38h8.324v-.38l-.002-.127a3.818 3.818 0 00-2.604-3.492 2.439 2.439 0 00.886-1.883zM9.56 8.165a3.816 3.816 0 012.604 3.492l.002.128v.38h-2.24v-.38l-.003-.138a4.442 4.442 0 00-2.217-3.694 3.019 3.019 0 00-.552-3.952c.266-.1.55-.16.851-.16A2.441 2.441 0 019.56 8.164z",
729
+ clipRule: "evenodd"
730
+ }));
731
+ }
732
+
658
733
  function StrollerIcon(props) {
659
734
  return /*#__PURE__*/createElement(Svg, _extends({}, props, {
660
735
  viewBox: "0 0 16 16",
@@ -922,31 +997,55 @@ function BoltIcon(props) {
922
997
 
923
998
  function BrakarIcon(props) {
924
999
  return /*#__PURE__*/createElement(Svg, _extends({}, props, {
925
- viewBox: "0 0 42.155 16",
1000
+ viewBox: "0 0 49.8 16",
926
1001
  width: props.width || props.size || 16,
927
1002
  height: props.height || props.size || 16,
928
1003
  color: props.color || '#181C56'
1004
+ }), /*#__PURE__*/createElement(G, {
1005
+ fill: "#fff"
1006
+ }, /*#__PURE__*/createElement(Path, {
1007
+ d: "M23.5 8c.8-.2 1.2-.9 1.2-1.7 0-1.2-.9-2.1-2.3-2.1h-3.1v8.3h2.9c1.8 0 2.7-1 2.7-2.4.1-1-.4-1.8-1.4-2.1zm-3-2.8h1.7c.9 0 1.3.5 1.3 1.3 0 .7-.4 1.2-1.3 1.2h-1.8l.1-2.5zm1.7 6.2h-1.6V8.6h1.8c1 0 1.5.6 1.5 1.4 0 .8-.6 1.4-1.7 1.4z"
929
1008
  }), /*#__PURE__*/createElement(Path, {
930
- fill: "#FFF",
931
- d: "M.11 3.16c-.003-.054-.006-.088-.006-.123v-1.22c0-.113 0-.114.105-.148a25.679 25.679 0 012.96-.78c.513-.1 1.028-.192 1.544-.274.343-.055.689-.088 1.034-.126.311-.033.622-.068.934-.087.414-.026.828-.035 1.242-.057a20.63 20.63 0 011.796.01c.421.016.842.052 1.263.086.335.028.669.065 1.003.1.085.008.17.022.265.035l.095-.095c.344-.34.762-.51 1.241-.477.665.046 1.143.383 1.418.995.034.074.07.114.154.134.696.173 1.386.37 2.065.602.154.052.304.117.477.184l-.873.898a25.986 25.986 0 00-2.858-.777c.136-.28.124-.533-.108-.743a.518.518 0 00-.59-.095c-.267.12-.366.344-.34.64a26.15 26.15 0 00-10.33.35c.028.017.04.031.054.034a13.64 13.64 0 015.163 2.082c.186.123.367.254.547.384a.23.23 0 00.139.05c.426.005.853.009 1.279.025.289.01.577.038.865.063a21.158 21.158 0 011.627.2c.46.083.92.17 1.377.271 1.237.273 2.437.661 3.606 1.147l.091.035 1.259-1.244a24.73 24.73 0 00-2.944-1.205l.904-.903c1.36.48 2.686 1.103 3.978 1.808-.128.13-.253.259-.38.385l-2.263 2.237-.226.222c-.07.07-.07.07-.16.032-.389-.164-.773-.336-1.166-.489a20.648 20.648 0 00-3.27-.971 17.219 17.219 0 00-1.474-.256c-.438-.052-.877-.096-1.316-.142-.147-.015-.295-.022-.465-.034 2.737 2.76 4.115 6.062 4.154 9.922-.095.03-.96.037-1.152.014-.003-.024-.008-.05-.01-.076-.014-.351-.018-.704-.045-1.054a11.988 11.988 0 00-.334-2.022 12.494 12.494 0 00-2.605-5.065 12.877 12.877 0 00-1.728-1.687.24.24 0 00-.181-.056c-.266.017-.532.023-.797.04-.226.015-.452.039-.677.062-.214.022-.427.044-.64.075-.374.053-.75.104-1.122.172-.636.117-1.266.263-1.889.44l-.133.04c.292.101.57.186.839.291a9.552 9.552 0 012.97 1.82 9.399 9.399 0 012.112 2.79 9.424 9.424 0 01.826 2.482c.053.288.088.58.119.87.03.291.038.584.031.882H8.42c-.02-2.288-.806-4.269-2.426-5.889C4.377 8.358 2.399 7.578.112 7.552.11 7.518.104 7.488.104 7.457c0-.32.002-.641-.002-.962-.001-.076.028-.11.095-.136A21.519 21.519 0 013.37 5.353a32.35 32.35 0 011.605-.322c.373-.066.75-.102 1.126-.151l.329-.04c-.108-.131-1.21-.669-1.98-.942a12.816 12.816 0 00-2.135-.56A12.156 12.156 0 00.11 3.16z"
1009
+ d: "M27.1 7.7V6.5H26v5.9h1.1V9.3c0-1.1.5-1.8 1.2-1.8.4 0 .7.1.9.3v-1c-.2-.2-.5-.3-.8-.3-.6-.1-1.1.4-1.3 1.2z"
932
1010
  }), /*#__PURE__*/createElement(Path, {
933
- fill: "#FFF",
934
- d: "M18.662 10.14c.263-.032.517-.066.773-.092.17-.017.343-.023.515-.03.376-.018.75-.006 1.119.076.282.062.54.18.773.35.615.448.592 1.242.24 1.724-.207.281-.488.457-.81.576l-.098.035c-.003 0-.004.006-.01.017.03.014.06.03.09.042.487.2.756.565.804 1.087.055.6-.184 1.073-.648 1.44-.303.241-.655.376-1.029.457a5.076 5.076 0 01-1.14.118c-.343-.004-.688-.01-1.031-.027-.205-.011-.409-.047-.627-.074l1.08-5.699zm.634 3.154l-.307 1.626c.215.05.6.047.832.007.208-.035.409-.098.584-.225a.808.808 0 00.296-.905c-.079-.244-.264-.371-.497-.437-.292-.083-.594-.07-.908-.066zm.192-.914c.231-.008.45-.01.666-.024.177-.011.345-.062.501-.148a.759.759 0 00.284-.257c.237-.37.071-.804-.353-.915a1.502 1.502 0 00-.254-.04c-.196-.016-.39 0-.586.04l-.258 1.344z"
1011
+ d: "M31.9 6.3c-.8 0-1.5.3-2 .7v1.1c.5-.5 1.1-.8 1.8-.8 1 0 1.6.6 1.6 1.6v.5c-.3-.4-.8-.7-1.6-.7-1.3 0-2.1.8-2.1 1.9 0 1.1.9 1.9 2.1 1.9.8 0 1.4-.4 1.7-1v.8h1.1V8.8c-.1-1.5-1-2.5-2.6-2.5zm.1 5.4c-.8 0-1.3-.4-1.3-1.1 0-.7.5-1.1 1.3-1.1s1.3.4 1.3 1.1c.1.6-.4 1.1-1.3 1.1z"
935
1012
  }), /*#__PURE__*/createElement(Path, {
936
- fill: "#FFF",
937
- d: "M31.087 15.893H29.84c.385-2.053.772-4.097 1.159-6.145h1.251l-.69 3.668.086-.098 1.313-1.58c.038-.046.074-.082.144-.081.462.003.924.002 1.386.002.015 0 .03.003.045.005l.005.012c0 .004.002.008 0 .01a.029.029 0 01-.006.01c-.007.01-.015.019-.023.027l-1.72 1.666-.013.026 1.168 2.476h-1.399l-.738-1.792c-.08.077-.144.152-.22.209-.198.144-.276.34-.309.576-.045.317-.117.63-.178.944-.003.02-.008.038-.014.065z"
1013
+ d: "M40.4 6.5h-1.5L36.6 9V4.1h-1.1v8.3h1.1V9.5l2.5 2.9h1.5l-3-3.2z"
938
1014
  }), /*#__PURE__*/createElement(Path, {
939
- fill: "#FFF",
940
- d: "M29.183 15.893h-1.156l.055-.802-.014-.006-.069.103c-.182.287-.41.524-.721.67-.34.157-.693.188-1.049.071-.42-.138-.664-.449-.792-.861a2.084 2.084 0 01-.068-.779c.035-.465.157-.907.39-1.314.415-.72 1.038-1.152 1.842-1.33a3.978 3.978 0 011.317-.052c.264.03.524.076.781.145l.107.034c-.019.1-.035.196-.054.29-.135.666-.28 1.33-.402 1.999-.066.36-.098.728-.133 1.093-.022.24-.023.483-.034.739zm-.79-3.347c-.06-.006-.106-.008-.15-.016-.318-.056-.595.039-.845.23-.186.141-.329.321-.443.524-.194.345-.3.712-.276 1.11a.761.761 0 00.123.398c.084.121.2.18.347.187a.617.617 0 00.429-.16c.138-.112.24-.255.324-.411.101-.187.178-.384.225-.59.092-.415.175-.832.267-1.272z"
1015
+ d: "M42.9 6.3c-.8 0-1.5.3-2 .7v1.1c.5-.5 1.1-.8 1.8-.8 1 0 1.6.6 1.6 1.6v.5c-.3-.4-.8-.7-1.6-.7-1.3 0-2.1.8-2.1 1.9 0 1.1.9 1.9 2.1 1.9.8 0 1.4-.4 1.7-1v.8h1.1V8.8c-.1-1.5-1.1-2.5-2.6-2.5zm.1 5.4c-.8 0-1.3-.4-1.3-1.1 0-.7.5-1.1 1.3-1.1s1.3.4 1.3 1.1c0 .6-.5 1.1-1.3 1.1z"
941
1016
  }), /*#__PURE__*/createElement(Path, {
942
- fill: "#FFF",
943
- d: "M38.526 11.772l-.089.454c-.127.628-.266 1.253-.377 1.883-.067.384-.095.775-.131 1.164-.019.202-.018.405-.027.616h-1.146c-.011-.264.036-.528.028-.8l-.1.152c-.187.277-.42.503-.732.637-.305.13-.62.158-.94.07-.464-.129-.73-.456-.862-.906a1.838 1.838 0 01-.07-.556c.01-.491.112-.961.34-1.4.402-.777 1.042-1.248 1.89-1.44a3.951 3.951 0 011.317-.055c.268.03.532.077.792.147.03.008.06.019.107.034zm-1.418.782a1.171 1.171 0 00-.575-.005 1.28 1.28 0 00-.636.42 2.1 2.1 0 00-.498 1.18 1.08 1.08 0 00.066.54c.103.241.325.343.577.269.202-.06.343-.198.462-.362.153-.211.258-.448.319-.7.08-.326.144-.655.214-.984.025-.117.047-.235.071-.358z"
1017
+ d: "M49 6.4c-.6 0-1.1.4-1.4 1.3V6.5h-1.1v5.9h1.1V9.3c0-1.1.5-1.8 1.2-1.8.4 0 .7.1.9.3v-1c-.2-.3-.4-.4-.7-.4z"
1018
+ })), /*#__PURE__*/createElement(G, {
1019
+ fill: "#fff"
1020
+ }, /*#__PURE__*/createElement(Path, {
1021
+ d: "M.2 6.4C.1 6.9 0 7.5 0 8.1c1.1-.3 2.1-.5 3.2-.6-.9-.6-2-.9-3-1.1z"
944
1022
  }), /*#__PURE__*/createElement(Path, {
945
- fill: "#FFF",
946
- d: "M41.679 12.79c-.097 0-.186-.002-.275 0a1.01 1.01 0 00-.733.34c-.21.226-.34.498-.416.792-.074.287-.13.579-.187.87-.068.348-.13.698-.195 1.047-.003.015-.01.03-.018.05h-1.25c.019-.106.035-.209.055-.31.142-.756.29-1.511.426-2.268.057-.323.094-.65.135-.975.028-.22.048-.441.072-.66.112-.026.999-.024 1.095.002l-.038.407a2.943 2.943 0 00-.015.403c.018-.026.038-.052.054-.08.138-.23.307-.433.526-.591.281-.203.595-.284.94-.25.019.002.037.007.066.012l-.242 1.211z"
1023
+ d: "M.2 9.9c.6 2.4 2.2 4.4 4.5 5.4-.3-2.6-2.1-4.7-4.5-5.4z"
947
1024
  }), /*#__PURE__*/createElement(Path, {
948
- fill: "#FFF",
949
- d: "M25.426 12.79c-.056 0-.099.002-.14 0-.42-.025-.743.146-.984.483a2.153 2.153 0 00-.346.815c-.085.4-.158.804-.235 1.207-.034.176-.065.353-.098.53-.004.022-.015.043-.024.068h-1.24c.003-.036.001-.066.006-.095.16-.84.326-1.68.475-2.522.069-.384.104-.774.153-1.162.019-.147.032-.294.048-.448h1.093l-.068.807.02.01.06-.09c.137-.226.306-.425.522-.58.274-.197.582-.277.918-.248.026.003.052.01.082.017l-.242 1.208z"
1025
+ d: "M8 0C4.9 0 2.2 1.8.9 4.4c2.2-.4 4.5-.5 6.8-.2.2-.3.6-.4 1-.4.5 0 1 .3 1.2.9.7.2 1.4.3 2 .6l-.7.7c-.7-.3-1.4-.5-2.2-.7 0-.1.1-.2.1-.2 0-.2-.2-.4-.4-.4s-.4.2-.4.4v.1C5.6 4.7 3 4.8.4 5.4v.1c1.6.3 3.1 1 4.3 1.9 2.4 0 4.7.4 6.9 1.4l1-1c-.7-.4-1.5-.7-2.3-.9l.7-.7c1.1.4 2.1.9 3.1 1.4-.4.4-1.9 1.8-2.3 2.2-1.9-.8-3.9-1.4-6-1.5C7.9 10.3 9 13 9 15.9c3.9-.5 7-3.9 7-7.9 0-4.4-3.6-8-8-8z"
1026
+ }), /*#__PURE__*/createElement(Path, {
1027
+ d: "M4.4 8.3C3 8.4 1.6 8.6.2 9c1.5.4 2.8 1.2 3.8 2.4s1.5 2.7 1.6 4.2c.8.3 1.7.4 2.5.4 0-3-1.3-5.8-3.7-7.7z"
1028
+ })));
1029
+ }
1030
+
1031
+ function BrakarNoTextIcon(props) {
1032
+ return /*#__PURE__*/createElement(Svg, _extends({}, props, {
1033
+ viewBox: "0 0 16 16",
1034
+ width: props.width || props.size || 16,
1035
+ height: props.height || props.size || 16,
1036
+ color: props.color || '#181C56'
1037
+ }), /*#__PURE__*/createElement(Path, {
1038
+ fill: "#fff",
1039
+ d: "M.2 6.4C.1 6.9 0 7.4 0 8v.1c1.1-.3 2.1-.5 3.2-.6-.9-.6-2-.9-3-1.1"
1040
+ }), /*#__PURE__*/createElement(Path, {
1041
+ fill: "#fff",
1042
+ d: "M.2 9.9c.6 2.4 2.2 4.4 4.5 5.4-.3-2.6-2.1-4.7-4.5-5.4"
1043
+ }), /*#__PURE__*/createElement(Path, {
1044
+ fill: "#fff",
1045
+ d: "M8 0C4.9 0 2.2 1.8.9 4.4c1.3-.3 2.6-.4 4-.4.9 0 1.9.1 2.8.2.2-.3.6-.4 1-.4.5 0 1 .3 1.2.9.6.1 1.2.3 1.8.5 0 0 .1 0 .2.1l-.7.7c-.5-.2-1-.3-1.5-.4-.1 0-.2-.1-.4-.1 0-.1-.2-.1-.3-.2 0-.1.1-.2.1-.2 0-.2-.1-.4-.3-.4h-.1-.1c-.2 0-.4.2-.4.4v.1c-.1 0-.3 0-.4-.1-.1 0-.3 0-.4-.1-.8 0-1.7-.1-2.5-.1-1.5 0-3 .2-4.4.5v.1c1.6.3 3.1 1 4.3 1.9h.1c2.3 0 4.6.5 6.8 1.4l1-1c-.7-.4-1.4-.6-2.2-.9h-.1l.6-.7c.9.3 1.7.7 2.5 1.1l.5.3-.6.6-1.7 1.7-.3-.1c-1.7-.9-3.6-1.4-5.6-1.5l.1.1c2 2 3.1 4.7 3.1 7.5 3.9-.5 7-3.9 7-7.9 0-4.4-3.6-8-8-8"
1046
+ }), /*#__PURE__*/createElement(Path, {
1047
+ fill: "#fff",
1048
+ d: "M8.1 16c0-3-1.4-5.8-3.7-7.7-1.4 0-2.8.3-4.2.7 1.5.4 2.8 1.3 3.8 2.5s1.5 2.7 1.6 4.2c.8.2 1.6.3 2.4.3h.1z"
950
1049
  }));
951
1050
  }
952
1051
 
@@ -4055,10 +4154,15 @@ function ValidationExclamationIcon(props) {
4055
4154
  width: props.width || props.size || 16,
4056
4155
  height: props.height || props.size || 16,
4057
4156
  color: props.color || '#181C56'
4157
+ }), /*#__PURE__*/createElement(Circle, {
4158
+ cx: 8,
4159
+ cy: 8,
4160
+ r: 4.4,
4161
+ fill: "transparent"
4058
4162
  }), /*#__PURE__*/createElement(Path, {
4059
4163
  fill: "currentColor",
4060
4164
  fillRule: "evenodd",
4061
- d: "M8 1C4.15 1 1 4.15 1 8s3.15 7 7 7 7-3.15 7-7-3.15-7-7-7zm-.7 3h1.4v5.1H7.3V4zm.705 8.25a.875.875 0 110-1.75.875.875 0 010 1.75z",
4165
+ d: "M8 1C4.1 1 1 4.1 1 8s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7zm-.7 3h1.4v5.1H7.3V4zm.7 8.2c-.5 0-.9-.4-.9-.9s.4-.9.9-.9.9.4.9.9c0 .6-.4.9-.9.9z",
4062
4166
  clipRule: "evenodd"
4063
4167
  }));
4064
4168
  }
@@ -4372,4 +4476,4 @@ function ZoomOutIcon(props) {
4372
4476
  }));
4373
4477
  }
4374
4478
 
4375
- export { AccessibilityIcon, AddCardIcon, AddIcon, AdditionalIcon, AdditionalZonesTicketIcon, AdjustmentsIcon, AdminIcon, AgreesIcon, AlignCenterIcon, AlignLeftIcon, AlignRightIcon, AnimalFreeIcon, AnimalIcon, AttachmentIcon, BabyIcon, BackArrowIcon, BanknoteIcon, BanknoteMultiIcon, BatteryIcon, BellIcon, BergenBysykkelIcon, BicycleHotelIcon, BicycleIcon, BicycleParkingIcon, BoldIcon, BoltIcon, BookmarkIcon, BrakarIcon, BrightnessIcon, BugIcon, BulletListIcon, BusIcon, BusShelterIcon, CablewayIcon, CalculatorIcon, CalendarIcon, CameraIcon, CarIcon, CardIcon, CarferryIcon, ChannelsIcon, ChatIcon, CheckIcon, CityBikeIcon, CityIcon, ClockIcon, CloseIcon, CloseSmallIcon, ClosedLockIcon, CloudDownloadIcon, CloudIcon, CloudLightningIcon, CloudRainIcon, CloudSnowIcon, CoffeeIcon, CollapsedIcon, ColorPickerIcon, CommentIcon, ConductorIcon, ConfigurationIcon, ContactsIcon, CopyIcon, CorrespondenceIcon, CouchetteIcon, CutleryIcon, DatabaseIcon, DateIcon, DeleteIcon, DenmarkIcon, DepositionIcon, DesktopIcon, DestinationIcon, DiffIcon, DownArrowIcon, DownloadIcon, DownwardIcon, DraggableIcon, EditIcon, EmailIcon, EnvironmentIcon, EuroIcon, ExpandIcon, ExtendIcon, ExternalIcon, FacebookIcon, FarteIcon, FerryIcon, FileIcon, ForwardIcon, FunicularIcon, GOAIcon, GithubIcon, GoalIcon, GoogleIcon, GridViewIcon, HandToolIcon, HeartIcon, HelicopterIcon, HomeIcon, HorizontalDotsIcon, ImageIcon, InnlandstrafikkIcon, InstagramIcon, InternationalIcon, InterrailIcon, InvalidTicketIcon, ItalicIcon, KolumbusBysykkelIcon, KolumbusIcon, LaptopIcon, LeftArrowIcon, LikeIcon, LimeIcon, LinkIcon, LinkedinIcon, ListViewIcon, LoadingIcon, LockerIcon, LogOutIcon, LogoNegativeIcon, LogoPositiveIcon, LuggageIcon, MapIcon, MapPinIcon, MastercardIcon, MenuIcon, MergeProfilesIcon, MinimizeIcon, MobileIcon, MoneyIcon, MoveAboutIcon, NewIcon, NightIcon, NorwayIcon, NumberListIcon, OpenedLockIcon, OrganizationIcon, OsloBysykkelIcon, OstfoldIcon, OutlinedValidationCheckIcon, OutlinedValidationErrorIcon, OutlinedValidationExclamationIcon, OutlinedValidationInfoIcon, PackageIcon, ParkAndRideIcon, ParkIcon, ParkingGarageIcon, PhoneIcon, PlaneIcon, PlayIcon, PlayroomIcon, PositionIcon, PowerIcon, PremiumSeatIcon, PriceFromIcon, PricelistIcon, PrinterIcon, PrioritySeatPregnantIcon, PrioritySeatSeniorsIcon, PrivacyIcon, PurposeIcon, QRIcon, QuestionIcon, QuietIcon, QuitIcon, RSSIcon, RedoIcon, ReferenceIcon, RefreshIcon, ReportsIcon, ResetIcon, RightArrowIcon, RowHeightDefaultIcon, RowHeightMiddleIcon, RowHeightSmallIcon, RulesIcon, RunningIcon, RuterIcon, SJIcon, SaveIcon, ScooterIcon, ScopeIcon, SearchIcon, SeatIcon, SelectIcon, SendIcon, SettingsIcon, ShareIcon, ShoppingCartIcon, SkiIcon, SkypeIcon, SkyssIcon, SleepIcon, SourceCodeIcon, StandardIcon, StandingIcon, StarredIcon, StatsIcon, StrollerIcon, StrollingIcon, SubtractIcon, SubwayIcon, SuitcaseIcon, SunCloudIcon, SunCloudRainIcon, SunIcon, SwedenIcon, SwitchIcon, TVMIcon, TaxiIcon, TextColorIcon, ThermometerIcon, TierIcon, TimelineIcon, ToFromIcon, ToiletIcon, TrackIcon, TrainCarIcon, TrainIcon, TramIcon, TransferIcon, TrondheimBysykkelIcon, TurnableIcon, TwitterIcon, UKIcon, UmbrellaIcon, UnderlineIcon, UndoIcon, UnlinkIcon, UnstarredIcon, UnviewIcon, UpArrowIcon, UploadIcon, UpwardIcon, UserIcon, UsersIcon, VKTIcon, ValidTicketIcon, ValidationCheckIcon, ValidationErrorIcon, ValidationExclamationIcon, ValidationInfoIcon, ValueIcon, VendingMachineIcon, VerticalDotsIcon, VerticalSwitchIcon, ViewIcon, VimeoIcon, VippsIcon, VippsLogoIcon, VisaIcon, VoiIcon, VyIcon, WaitingRoomIcon, WalkingIcon, WarningIcon, WaterTapIcon, WheelchairIcon, WifiIcon, WindIcon, YoutubeIcon, ZoneIcon, ZoomInIcon, ZoomOutIcon, ZvippIcon };
4479
+ export { AccessibilityIcon, AddCardIcon, AddIcon, AdditionalIcon, AdditionalZonesTicketIcon, AdjustmentsIcon, AdminIcon, AgreesIcon, AlignCenterIcon, AlignLeftIcon, AlignRightIcon, AnimalFreeIcon, AnimalIcon, AttachmentIcon, BabyIcon, BackArrowIcon, BanknoteIcon, BanknoteMultiIcon, BatteryIcon, BellIcon, BergenBysykkelIcon, BicycleHotelIcon, BicycleIcon, BicycleParkingIcon, BoldIcon, BoltIcon, BookmarkIcon, BrakarIcon, BrakarNoTextIcon, BrightnessIcon, BugIcon, BulletListIcon, BusIcon, BusShelterIcon, CablewayIcon, CalculatorIcon, CalendarIcon, CameraIcon, CarIcon, CardIcon, CarferryIcon, ChannelsIcon, ChatIcon, CheckIcon, CityBikeIcon, CityIcon, ClockIcon, CloseIcon, CloseSmallIcon, ClosedLockIcon, CloudDownloadIcon, CloudIcon, CloudLightningIcon, CloudRainIcon, CloudSnowIcon, CoffeeIcon, CollapsedIcon, ColorPickerIcon, CommentIcon, ConductorIcon, ConfigurationIcon, ContactsIcon, CopyIcon, CorrespondenceIcon, CouchetteIcon, CutleryIcon, DatabaseIcon, DateIcon, DeleteIcon, DenmarkIcon, DepositionIcon, DesktopIcon, DestinationIcon, DiffIcon, DownArrowIcon, DownloadIcon, DownwardIcon, DraggableIcon, EditIcon, EmailIcon, EnvironmentIcon, EuroIcon, ExpandIcon, ExtendIcon, ExternalIcon, FacebookIcon, FarteIcon, FerryIcon, FileIcon, ForwardIcon, FullIcon, FunicularIcon, GOAIcon, GithubIcon, GoalIcon, GoogleIcon, GridViewIcon, HandToolIcon, HeartIcon, HelicopterIcon, HomeIcon, HorizontalDotsIcon, ImageIcon, InnlandstrafikkIcon, InstagramIcon, InternationalIcon, InterrailIcon, InvalidTicketIcon, ItalicIcon, KolumbusBysykkelIcon, KolumbusIcon, LaptopIcon, LeftArrowIcon, LikeIcon, LimeIcon, LinkIcon, LinkedinIcon, ListViewIcon, LoadingIcon, LockerIcon, LogOutIcon, LogoNegativeIcon, LogoPositiveIcon, LuggageIcon, ManySeatsAvailableIcon, MapIcon, MapPinIcon, MastercardIcon, MenuIcon, MergeProfilesIcon, MinimizeIcon, MobileIcon, MoneyIcon, MoveAboutIcon, NewIcon, NightIcon, NorwayIcon, NumberListIcon, OpenedLockIcon, OrganizationIcon, OsloBysykkelIcon, OstfoldIcon, OutlinedValidationCheckIcon, OutlinedValidationErrorIcon, OutlinedValidationExclamationIcon, OutlinedValidationInfoIcon, PackageIcon, ParkAndRideIcon, ParkIcon, ParkingGarageIcon, PhoneIcon, PlaneIcon, PlayIcon, PlayroomIcon, PositionIcon, PowerIcon, PremiumSeatIcon, PriceFromIcon, PricelistIcon, PrinterIcon, PrioritySeatPregnantIcon, PrioritySeatSeniorsIcon, PrivacyIcon, PurposeIcon, QRIcon, QuestionIcon, QuietIcon, QuitIcon, RSSIcon, RedoIcon, ReferenceIcon, RefreshIcon, ReportsIcon, ResetIcon, RightArrowIcon, RowHeightDefaultIcon, RowHeightMiddleIcon, RowHeightSmallIcon, RulesIcon, RunningIcon, RuterIcon, SJIcon, SaveIcon, ScooterIcon, ScopeIcon, SearchIcon, SeatIcon, SeatsAvailableIcon, SelectIcon, SendIcon, SettingsIcon, ShareIcon, ShoppingCartIcon, SkiIcon, SkypeIcon, SkyssIcon, SleepIcon, SourceCodeIcon, StandardIcon, StandingAvailableIcon, StandingIcon, StarredIcon, StatsIcon, StrollerIcon, StrollingIcon, SubtractIcon, SubwayIcon, SuitcaseIcon, SunCloudIcon, SunCloudRainIcon, SunIcon, SwedenIcon, SwitchIcon, TVMIcon, TaxiIcon, TextColorIcon, ThermometerIcon, TierIcon, TimelineIcon, ToFromIcon, ToiletIcon, TrackIcon, TrainCarIcon, TrainIcon, TramIcon, TransferIcon, TrondheimBysykkelIcon, TurnableIcon, TwitterIcon, UKIcon, UmbrellaIcon, UnderlineIcon, UndoIcon, UnlinkIcon, UnstarredIcon, UnviewIcon, UpArrowIcon, UploadIcon, UpwardIcon, UserIcon, UsersIcon, VKTIcon, ValidTicketIcon, ValidationCheckIcon, ValidationErrorIcon, ValidationExclamationIcon, ValidationInfoIcon, ValueIcon, VendingMachineIcon, VerticalDotsIcon, VerticalSwitchIcon, ViewIcon, VimeoIcon, VippsIcon, VippsLogoIcon, VisaIcon, VoiIcon, VyIcon, WaitingRoomIcon, WalkingIcon, WarningIcon, WaterTapIcon, WheelchairIcon, WifiIcon, WindIcon, YoutubeIcon, ZoneIcon, ZoomInIcon, ZoomOutIcon, ZvippIcon };
package/dist/index.js CHANGED
@@ -606,6 +606,23 @@ function CutleryIcon(props) {
606
606
  }));
607
607
  }
608
608
 
609
+ function FullIcon(props) {
610
+ return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
611
+ fill: "none",
612
+ viewBox: "0 0 16 16",
613
+ width: props.width || props.size || '1em',
614
+ height: props.height || props.size || '1em',
615
+ className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
616
+ inline: undefined,
617
+ color: props.color || 'currentColor'
618
+ }), /*#__PURE__*/React.createElement("path", {
619
+ fill: "currentColor",
620
+ fillRule: "evenodd",
621
+ d: "M7.603 6.282a2.44 2.44 0 10-4.883 0c0 .758.344 1.435.886 1.882A3.82 3.82 0 001 11.784v.38h8.323v-.38l-.002-.127a3.816 3.816 0 00-2.603-3.492 2.438 2.438 0 00.885-1.883zm4.56 5.375A3.817 3.817 0 009.56 8.165 2.442 2.442 0 008.003 3.84c-.3 0-.584.061-.85.161a3.02 3.02 0 01.551 3.952 4.445 4.445 0 012.218 3.694l.002.138v.38h2.241v-.38l-.002-.128zm2.838 0a3.816 3.816 0 00-2.604-3.492 2.442 2.442 0 00-1.556-4.325c-.3 0-.584.061-.85.161a3.019 3.019 0 01.551 3.952 4.443 4.443 0 012.218 3.694l.002.138v.38h2.241v-.38l-.002-.128z",
622
+ clipRule: "evenodd"
623
+ }));
624
+ }
625
+
609
626
  function LockerIcon(props) {
610
627
  return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
611
628
  viewBox: "0 0 10 14",
@@ -622,6 +639,28 @@ function LockerIcon(props) {
622
639
  }));
623
640
  }
624
641
 
642
+ function ManySeatsAvailableIcon(props) {
643
+ return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
644
+ fill: "none",
645
+ viewBox: "0 0 16 16",
646
+ width: props.width || props.size || '1em',
647
+ height: props.height || props.size || '1em',
648
+ className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
649
+ inline: undefined,
650
+ color: props.color || 'currentColor'
651
+ }), /*#__PURE__*/React.createElement("path", {
652
+ fill: "#BABBCF",
653
+ fillRule: "evenodd",
654
+ d: "M9.594 8.165a3.816 3.816 0 012.604 3.492l.003.128v.379h-.757v-.38c0-1.475-1.052-2.687-2.44-2.974a3.192 3.192 0 00-.228-.03c-.363-.493-.99-.778-.99-.778.1 0 .217-.004.255-.008.867-.084 1.683-.836 1.683-1.712 0-.931-.755-1.686-1.685-1.686a.973.973 0 00-.294.042l-.027-.04a2.85 2.85 0 00-.53-.597c.246-.11.608-.161.851-.161a2.441 2.441 0 011.555 4.325zm2.8 0A3.817 3.817 0 0115 11.657l.002.128v.379h-.757v-.38a3.042 3.042 0 00-2.441-2.974 3.11 3.11 0 00-.227-.03c-.362-.493-.99-.778-.99-.778.099 0 .217-.004.255-.008.868-.084 1.683-.836 1.683-1.712 0-.931-.754-1.686-1.685-1.686a.971.971 0 00-.293.042l-.03-.043A2.878 2.878 0 009.988 4c.246-.11.609-.161.85-.161a2.442 2.442 0 011.557 4.325z",
655
+ clipRule: "evenodd"
656
+ }), /*#__PURE__*/React.createElement("path", {
657
+ fill: "currentColor",
658
+ fillRule: "evenodd",
659
+ d: "M5.162 4.597a1.686 1.686 0 10-.001 3.371 1.686 1.686 0 000-3.37m0-.758a2.442 2.442 0 011.557 4.325 3.82 3.82 0 012.604 3.493l.002.127v.379h-.757v-.38a3.06 3.06 0 00-2.943-3.057l-.118-.003h-.688a3.063 3.063 0 00-3.06 2.944l-.001.117v.379H1v-.38a3.82 3.82 0 012.607-3.62A2.442 2.442 0 015.162 3.84",
660
+ clipRule: "evenodd"
661
+ }));
662
+ }
663
+
625
664
  function ParkIcon(props) {
626
665
  return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
627
666
  viewBox: "0 0 16 16",
@@ -732,6 +771,28 @@ function SeatIcon(props) {
732
771
  }));
733
772
  }
734
773
 
774
+ function SeatsAvailableIcon(props) {
775
+ return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
776
+ fill: "none",
777
+ viewBox: "0 0 16 16",
778
+ width: props.width || props.size || '1em',
779
+ height: props.height || props.size || '1em',
780
+ className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
781
+ inline: undefined,
782
+ color: props.color || 'currentColor'
783
+ }), /*#__PURE__*/React.createElement("path", {
784
+ fill: "#BABBCF",
785
+ fillRule: "evenodd",
786
+ d: "M9.594 8.165a3.816 3.816 0 012.604 3.492l.003.128v.379h-.757v-.38c0-1.475-1.052-2.687-2.44-2.974a3.192 3.192 0 00-.228-.03c-.363-.493-.99-.778-.99-.778.1 0 .217-.004.255-.008.867-.084 1.683-.836 1.683-1.712 0-.931-.755-1.686-1.685-1.686a.973.973 0 00-.294.042l-.027-.04a2.85 2.85 0 00-.53-.597c.246-.11.608-.161.851-.161a2.441 2.441 0 011.555 4.325zm2.8 0A3.817 3.817 0 0115 11.657l.002.128v.379h-.757v-.38a3.042 3.042 0 00-2.441-2.974 3.11 3.11 0 00-.227-.03c-.362-.493-.99-.778-.99-.778.099 0 .217-.004.255-.008.868-.084 1.683-.836 1.683-1.712 0-.931-.754-1.686-1.685-1.686a.971.971 0 00-.293.042l-.03-.043A2.878 2.878 0 009.988 4c.246-.11.609-.161.85-.161a2.442 2.442 0 011.557 4.325z",
787
+ clipRule: "evenodd"
788
+ }), /*#__PURE__*/React.createElement("path", {
789
+ fill: "currentColor",
790
+ fillRule: "evenodd",
791
+ d: "M5.162 3.84a2.441 2.441 0 011.556 4.325 3.817 3.817 0 012.604 3.492l.002.128v.379H1v-.38a3.82 3.82 0 012.607-3.62A2.44 2.44 0 015.162 3.84z",
792
+ clipRule: "evenodd"
793
+ }));
794
+ }
795
+
735
796
  function SleepIcon(props) {
736
797
  return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
737
798
  viewBox: "0 0 16 16",
@@ -748,6 +809,28 @@ function SleepIcon(props) {
748
809
  }));
749
810
  }
750
811
 
812
+ function StandingAvailableIcon(props) {
813
+ return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
814
+ fill: "none",
815
+ viewBox: "0 0 16 16",
816
+ width: props.width || props.size || '1em',
817
+ height: props.height || props.size || '1em',
818
+ className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
819
+ inline: undefined,
820
+ color: props.color || 'currentColor'
821
+ }), /*#__PURE__*/React.createElement("path", {
822
+ fill: "#BABBCF",
823
+ fillRule: "evenodd",
824
+ d: "M14.999 11.657a3.817 3.817 0 00-2.604-3.492 2.442 2.442 0 00-1.556-4.325c-.242 0-.605.052-.851.16.32.28.442.473.558.638a.971.971 0 01.293-.042c.93 0 1.685.755 1.685 1.686 0 .876-.815 1.628-1.683 1.712a3.554 3.554 0 01-.255.008s.628.285.99.779c.09.008.209.025.227.029a3.042 3.042 0 012.44 2.975v.379h.758v-.38l-.002-.127z",
825
+ clipRule: "evenodd"
826
+ }), /*#__PURE__*/React.createElement("path", {
827
+ fill: "currentColor",
828
+ fillRule: "evenodd",
829
+ d: "M7.604 6.282a2.442 2.442 0 10-3.998 1.882A3.82 3.82 0 001 11.784v.38h8.324v-.38l-.002-.127a3.818 3.818 0 00-2.604-3.492 2.439 2.439 0 00.886-1.883zM9.56 8.165a3.816 3.816 0 012.604 3.492l.002.128v.38h-2.24v-.38l-.003-.138a4.442 4.442 0 00-2.217-3.694 3.019 3.019 0 00-.552-3.952c.266-.1.55-.16.851-.16A2.441 2.441 0 019.56 8.164z",
830
+ clipRule: "evenodd"
831
+ }));
832
+ }
833
+
751
834
  function StrollerIcon(props) {
752
835
  return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
753
836
  viewBox: "0 0 16 16",
@@ -1045,33 +1128,59 @@ function BoltIcon(props) {
1045
1128
 
1046
1129
  function BrakarIcon(props) {
1047
1130
  return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
1048
- viewBox: "0 0 42.155 16",
1131
+ viewBox: "0 0 49.8 16",
1049
1132
  width: props.width || props.size || '1em',
1050
1133
  height: props.height || props.size || '1em',
1051
1134
  className: 'eds-icon__BrakarIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1052
1135
  inline: undefined,
1053
1136
  color: props.color || 'currentColor'
1137
+ }), /*#__PURE__*/React.createElement("g", {
1138
+ fill: "#fff"
1139
+ }, /*#__PURE__*/React.createElement("path", {
1140
+ d: "M23.5 8c.8-.2 1.2-.9 1.2-1.7 0-1.2-.9-2.1-2.3-2.1h-3.1v8.3h2.9c1.8 0 2.7-1 2.7-2.4.1-1-.4-1.8-1.4-2.1zm-3-2.8h1.7c.9 0 1.3.5 1.3 1.3 0 .7-.4 1.2-1.3 1.2h-1.8l.1-2.5zm1.7 6.2h-1.6V8.6h1.8c1 0 1.5.6 1.5 1.4 0 .8-.6 1.4-1.7 1.4z"
1054
1141
  }), /*#__PURE__*/React.createElement("path", {
1055
- fill: "#FFF",
1056
- d: "M.11 3.16c-.003-.054-.006-.088-.006-.123v-1.22c0-.113 0-.114.105-.148a25.679 25.679 0 012.96-.78c.513-.1 1.028-.192 1.544-.274.343-.055.689-.088 1.034-.126.311-.033.622-.068.934-.087.414-.026.828-.035 1.242-.057a20.63 20.63 0 011.796.01c.421.016.842.052 1.263.086.335.028.669.065 1.003.1.085.008.17.022.265.035l.095-.095c.344-.34.762-.51 1.241-.477.665.046 1.143.383 1.418.995.034.074.07.114.154.134.696.173 1.386.37 2.065.602.154.052.304.117.477.184l-.873.898a25.986 25.986 0 00-2.858-.777c.136-.28.124-.533-.108-.743a.518.518 0 00-.59-.095c-.267.12-.366.344-.34.64a26.15 26.15 0 00-10.33.35c.028.017.04.031.054.034a13.64 13.64 0 015.163 2.082c.186.123.367.254.547.384a.23.23 0 00.139.05c.426.005.853.009 1.279.025.289.01.577.038.865.063a21.158 21.158 0 011.627.2c.46.083.92.17 1.377.271 1.237.273 2.437.661 3.606 1.147l.091.035 1.259-1.244a24.73 24.73 0 00-2.944-1.205l.904-.903c1.36.48 2.686 1.103 3.978 1.808-.128.13-.253.259-.38.385l-2.263 2.237-.226.222c-.07.07-.07.07-.16.032-.389-.164-.773-.336-1.166-.489a20.648 20.648 0 00-3.27-.971 17.219 17.219 0 00-1.474-.256c-.438-.052-.877-.096-1.316-.142-.147-.015-.295-.022-.465-.034 2.737 2.76 4.115 6.062 4.154 9.922-.095.03-.96.037-1.152.014-.003-.024-.008-.05-.01-.076-.014-.351-.018-.704-.045-1.054a11.988 11.988 0 00-.334-2.022 12.494 12.494 0 00-2.605-5.065 12.877 12.877 0 00-1.728-1.687.24.24 0 00-.181-.056c-.266.017-.532.023-.797.04-.226.015-.452.039-.677.062-.214.022-.427.044-.64.075-.374.053-.75.104-1.122.172-.636.117-1.266.263-1.889.44l-.133.04c.292.101.57.186.839.291a9.552 9.552 0 012.97 1.82 9.399 9.399 0 012.112 2.79 9.424 9.424 0 01.826 2.482c.053.288.088.58.119.87.03.291.038.584.031.882H8.42c-.02-2.288-.806-4.269-2.426-5.889C4.377 8.358 2.399 7.578.112 7.552.11 7.518.104 7.488.104 7.457c0-.32.002-.641-.002-.962-.001-.076.028-.11.095-.136A21.519 21.519 0 013.37 5.353a32.35 32.35 0 011.605-.322c.373-.066.75-.102 1.126-.151l.329-.04c-.108-.131-1.21-.669-1.98-.942a12.816 12.816 0 00-2.135-.56A12.156 12.156 0 00.11 3.16z"
1142
+ d: "M27.1 7.7V6.5H26v5.9h1.1V9.3c0-1.1.5-1.8 1.2-1.8.4 0 .7.1.9.3v-1c-.2-.2-.5-.3-.8-.3-.6-.1-1.1.4-1.3 1.2z"
1057
1143
  }), /*#__PURE__*/React.createElement("path", {
1058
- fill: "#FFF",
1059
- d: "M18.662 10.14c.263-.032.517-.066.773-.092.17-.017.343-.023.515-.03.376-.018.75-.006 1.119.076.282.062.54.18.773.35.615.448.592 1.242.24 1.724-.207.281-.488.457-.81.576l-.098.035c-.003 0-.004.006-.01.017.03.014.06.03.09.042.487.2.756.565.804 1.087.055.6-.184 1.073-.648 1.44-.303.241-.655.376-1.029.457a5.076 5.076 0 01-1.14.118c-.343-.004-.688-.01-1.031-.027-.205-.011-.409-.047-.627-.074l1.08-5.699zm.634 3.154l-.307 1.626c.215.05.6.047.832.007.208-.035.409-.098.584-.225a.808.808 0 00.296-.905c-.079-.244-.264-.371-.497-.437-.292-.083-.594-.07-.908-.066zm.192-.914c.231-.008.45-.01.666-.024.177-.011.345-.062.501-.148a.759.759 0 00.284-.257c.237-.37.071-.804-.353-.915a1.502 1.502 0 00-.254-.04c-.196-.016-.39 0-.586.04l-.258 1.344z"
1144
+ d: "M31.9 6.3c-.8 0-1.5.3-2 .7v1.1c.5-.5 1.1-.8 1.8-.8 1 0 1.6.6 1.6 1.6v.5c-.3-.4-.8-.7-1.6-.7-1.3 0-2.1.8-2.1 1.9 0 1.1.9 1.9 2.1 1.9.8 0 1.4-.4 1.7-1v.8h1.1V8.8c-.1-1.5-1-2.5-2.6-2.5zm.1 5.4c-.8 0-1.3-.4-1.3-1.1 0-.7.5-1.1 1.3-1.1s1.3.4 1.3 1.1c.1.6-.4 1.1-1.3 1.1z"
1060
1145
  }), /*#__PURE__*/React.createElement("path", {
1061
- fill: "#FFF",
1062
- d: "M31.087 15.893H29.84c.385-2.053.772-4.097 1.159-6.145h1.251l-.69 3.668.086-.098 1.313-1.58c.038-.046.074-.082.144-.081.462.003.924.002 1.386.002.015 0 .03.003.045.005l.005.012c0 .004.002.008 0 .01a.029.029 0 01-.006.01c-.007.01-.015.019-.023.027l-1.72 1.666-.013.026 1.168 2.476h-1.399l-.738-1.792c-.08.077-.144.152-.22.209-.198.144-.276.34-.309.576-.045.317-.117.63-.178.944-.003.02-.008.038-.014.065z"
1146
+ d: "M40.4 6.5h-1.5L36.6 9V4.1h-1.1v8.3h1.1V9.5l2.5 2.9h1.5l-3-3.2z"
1063
1147
  }), /*#__PURE__*/React.createElement("path", {
1064
- fill: "#FFF",
1065
- d: "M29.183 15.893h-1.156l.055-.802-.014-.006-.069.103c-.182.287-.41.524-.721.67-.34.157-.693.188-1.049.071-.42-.138-.664-.449-.792-.861a2.084 2.084 0 01-.068-.779c.035-.465.157-.907.39-1.314.415-.72 1.038-1.152 1.842-1.33a3.978 3.978 0 011.317-.052c.264.03.524.076.781.145l.107.034c-.019.1-.035.196-.054.29-.135.666-.28 1.33-.402 1.999-.066.36-.098.728-.133 1.093-.022.24-.023.483-.034.739zm-.79-3.347c-.06-.006-.106-.008-.15-.016-.318-.056-.595.039-.845.23-.186.141-.329.321-.443.524-.194.345-.3.712-.276 1.11a.761.761 0 00.123.398c.084.121.2.18.347.187a.617.617 0 00.429-.16c.138-.112.24-.255.324-.411.101-.187.178-.384.225-.59.092-.415.175-.832.267-1.272z"
1148
+ d: "M42.9 6.3c-.8 0-1.5.3-2 .7v1.1c.5-.5 1.1-.8 1.8-.8 1 0 1.6.6 1.6 1.6v.5c-.3-.4-.8-.7-1.6-.7-1.3 0-2.1.8-2.1 1.9 0 1.1.9 1.9 2.1 1.9.8 0 1.4-.4 1.7-1v.8h1.1V8.8c-.1-1.5-1.1-2.5-2.6-2.5zm.1 5.4c-.8 0-1.3-.4-1.3-1.1 0-.7.5-1.1 1.3-1.1s1.3.4 1.3 1.1c0 .6-.5 1.1-1.3 1.1z"
1066
1149
  }), /*#__PURE__*/React.createElement("path", {
1067
- fill: "#FFF",
1068
- d: "M38.526 11.772l-.089.454c-.127.628-.266 1.253-.377 1.883-.067.384-.095.775-.131 1.164-.019.202-.018.405-.027.616h-1.146c-.011-.264.036-.528.028-.8l-.1.152c-.187.277-.42.503-.732.637-.305.13-.62.158-.94.07-.464-.129-.73-.456-.862-.906a1.838 1.838 0 01-.07-.556c.01-.491.112-.961.34-1.4.402-.777 1.042-1.248 1.89-1.44a3.951 3.951 0 011.317-.055c.268.03.532.077.792.147.03.008.06.019.107.034zm-1.418.782a1.171 1.171 0 00-.575-.005 1.28 1.28 0 00-.636.42 2.1 2.1 0 00-.498 1.18 1.08 1.08 0 00.066.54c.103.241.325.343.577.269.202-.06.343-.198.462-.362.153-.211.258-.448.319-.7.08-.326.144-.655.214-.984.025-.117.047-.235.071-.358z"
1150
+ d: "M49 6.4c-.6 0-1.1.4-1.4 1.3V6.5h-1.1v5.9h1.1V9.3c0-1.1.5-1.8 1.2-1.8.4 0 .7.1.9.3v-1c-.2-.3-.4-.4-.7-.4z"
1151
+ })), /*#__PURE__*/React.createElement("g", {
1152
+ fill: "#fff"
1153
+ }, /*#__PURE__*/React.createElement("path", {
1154
+ d: "M.2 6.4C.1 6.9 0 7.5 0 8.1c1.1-.3 2.1-.5 3.2-.6-.9-.6-2-.9-3-1.1z"
1069
1155
  }), /*#__PURE__*/React.createElement("path", {
1070
- fill: "#FFF",
1071
- d: "M41.679 12.79c-.097 0-.186-.002-.275 0a1.01 1.01 0 00-.733.34c-.21.226-.34.498-.416.792-.074.287-.13.579-.187.87-.068.348-.13.698-.195 1.047-.003.015-.01.03-.018.05h-1.25c.019-.106.035-.209.055-.31.142-.756.29-1.511.426-2.268.057-.323.094-.65.135-.975.028-.22.048-.441.072-.66.112-.026.999-.024 1.095.002l-.038.407a2.943 2.943 0 00-.015.403c.018-.026.038-.052.054-.08.138-.23.307-.433.526-.591.281-.203.595-.284.94-.25.019.002.037.007.066.012l-.242 1.211z"
1156
+ d: "M.2 9.9c.6 2.4 2.2 4.4 4.5 5.4-.3-2.6-2.1-4.7-4.5-5.4z"
1072
1157
  }), /*#__PURE__*/React.createElement("path", {
1073
- fill: "#FFF",
1074
- d: "M25.426 12.79c-.056 0-.099.002-.14 0-.42-.025-.743.146-.984.483a2.153 2.153 0 00-.346.815c-.085.4-.158.804-.235 1.207-.034.176-.065.353-.098.53-.004.022-.015.043-.024.068h-1.24c.003-.036.001-.066.006-.095.16-.84.326-1.68.475-2.522.069-.384.104-.774.153-1.162.019-.147.032-.294.048-.448h1.093l-.068.807.02.01.06-.09c.137-.226.306-.425.522-.58.274-.197.582-.277.918-.248.026.003.052.01.082.017l-.242 1.208z"
1158
+ d: "M8 0C4.9 0 2.2 1.8.9 4.4c2.2-.4 4.5-.5 6.8-.2.2-.3.6-.4 1-.4.5 0 1 .3 1.2.9.7.2 1.4.3 2 .6l-.7.7c-.7-.3-1.4-.5-2.2-.7 0-.1.1-.2.1-.2 0-.2-.2-.4-.4-.4s-.4.2-.4.4v.1C5.6 4.7 3 4.8.4 5.4v.1c1.6.3 3.1 1 4.3 1.9 2.4 0 4.7.4 6.9 1.4l1-1c-.7-.4-1.5-.7-2.3-.9l.7-.7c1.1.4 2.1.9 3.1 1.4-.4.4-1.9 1.8-2.3 2.2-1.9-.8-3.9-1.4-6-1.5C7.9 10.3 9 13 9 15.9c3.9-.5 7-3.9 7-7.9 0-4.4-3.6-8-8-8z"
1159
+ }), /*#__PURE__*/React.createElement("path", {
1160
+ d: "M4.4 8.3C3 8.4 1.6 8.6.2 9c1.5.4 2.8 1.2 3.8 2.4s1.5 2.7 1.6 4.2c.8.3 1.7.4 2.5.4 0-3-1.3-5.8-3.7-7.7z"
1161
+ })));
1162
+ }
1163
+
1164
+ function BrakarNoTextIcon(props) {
1165
+ return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
1166
+ viewBox: "0 0 16 16",
1167
+ width: props.width || props.size || '1em',
1168
+ height: props.height || props.size || '1em',
1169
+ className: 'eds-icon__BrakarNoTextIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1170
+ inline: undefined,
1171
+ color: props.color || 'currentColor'
1172
+ }), /*#__PURE__*/React.createElement("path", {
1173
+ fill: "#fff",
1174
+ d: "M.2 6.4C.1 6.9 0 7.4 0 8v.1c1.1-.3 2.1-.5 3.2-.6-.9-.6-2-.9-3-1.1"
1175
+ }), /*#__PURE__*/React.createElement("path", {
1176
+ fill: "#fff",
1177
+ d: "M.2 9.9c.6 2.4 2.2 4.4 4.5 5.4-.3-2.6-2.1-4.7-4.5-5.4"
1178
+ }), /*#__PURE__*/React.createElement("path", {
1179
+ fill: "#fff",
1180
+ d: "M8 0C4.9 0 2.2 1.8.9 4.4c1.3-.3 2.6-.4 4-.4.9 0 1.9.1 2.8.2.2-.3.6-.4 1-.4.5 0 1 .3 1.2.9.6.1 1.2.3 1.8.5 0 0 .1 0 .2.1l-.7.7c-.5-.2-1-.3-1.5-.4-.1 0-.2-.1-.4-.1 0-.1-.2-.1-.3-.2 0-.1.1-.2.1-.2 0-.2-.1-.4-.3-.4h-.1-.1c-.2 0-.4.2-.4.4v.1c-.1 0-.3 0-.4-.1-.1 0-.3 0-.4-.1-.8 0-1.7-.1-2.5-.1-1.5 0-3 .2-4.4.5v.1c1.6.3 3.1 1 4.3 1.9h.1c2.3 0 4.6.5 6.8 1.4l1-1c-.7-.4-1.4-.6-2.2-.9h-.1l.6-.7c.9.3 1.7.7 2.5 1.1l.5.3-.6.6-1.7 1.7-.3-.1c-1.7-.9-3.6-1.4-5.6-1.5l.1.1c2 2 3.1 4.7 3.1 7.5 3.9-.5 7-3.9 7-7.9 0-4.4-3.6-8-8-8"
1181
+ }), /*#__PURE__*/React.createElement("path", {
1182
+ fill: "#fff",
1183
+ d: "M8.1 16c0-3-1.4-5.8-3.7-7.7-1.4 0-2.8.3-4.2.7 1.5.4 2.8 1.3 3.8 2.5s1.5 2.7 1.6 4.2c.8.2 1.6.3 2.4.3h.1z"
1075
1184
  }));
1076
1185
  }
1077
1186
 
@@ -4556,10 +4665,15 @@ function ValidationExclamationIcon(props) {
4556
4665
  className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
4557
4666
  inline: undefined,
4558
4667
  color: props.color || 'currentColor'
4668
+ }), /*#__PURE__*/React.createElement("circle", {
4669
+ cx: 8,
4670
+ cy: 8,
4671
+ r: 4.4,
4672
+ fill: "transparent"
4559
4673
  }), /*#__PURE__*/React.createElement("path", {
4560
4674
  fill: "currentColor",
4561
4675
  fillRule: "evenodd",
4562
- d: "M8 1C4.15 1 1 4.15 1 8s3.15 7 7 7 7-3.15 7-7-3.15-7-7-7zm-.7 3h1.4v5.1H7.3V4zm.705 8.25a.875.875 0 110-1.75.875.875 0 010 1.75z",
4676
+ d: "M8 1C4.1 1 1 4.1 1 8s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7zm-.7 3h1.4v5.1H7.3V4zm.7 8.2c-.5 0-.9-.4-.9-.9s.4-.9.9-.9.9.4.9.9c0 .6-.4.9-.9.9z",
4563
4677
  clipRule: "evenodd"
4564
4678
  }));
4565
4679
  }
@@ -4933,6 +5047,7 @@ exports.BoldIcon = BoldIcon;
4933
5047
  exports.BoltIcon = BoltIcon;
4934
5048
  exports.BookmarkIcon = BookmarkIcon;
4935
5049
  exports.BrakarIcon = BrakarIcon;
5050
+ exports.BrakarNoTextIcon = BrakarNoTextIcon;
4936
5051
  exports.BrightnessIcon = BrightnessIcon;
4937
5052
  exports.BugIcon = BugIcon;
4938
5053
  exports.BulletListIcon = BulletListIcon;
@@ -4994,6 +5109,7 @@ exports.FarteIcon = FarteIcon;
4994
5109
  exports.FerryIcon = FerryIcon;
4995
5110
  exports.FileIcon = FileIcon;
4996
5111
  exports.ForwardIcon = ForwardIcon;
5112
+ exports.FullIcon = FullIcon;
4997
5113
  exports.FunicularIcon = FunicularIcon;
4998
5114
  exports.GOAIcon = GOAIcon;
4999
5115
  exports.GithubIcon = GithubIcon;
@@ -5027,6 +5143,7 @@ exports.LogOutIcon = LogOutIcon;
5027
5143
  exports.LogoNegativeIcon = LogoNegativeIcon;
5028
5144
  exports.LogoPositiveIcon = LogoPositiveIcon;
5029
5145
  exports.LuggageIcon = LuggageIcon;
5146
+ exports.ManySeatsAvailableIcon = ManySeatsAvailableIcon;
5030
5147
  exports.MapIcon = MapIcon;
5031
5148
  exports.MapPinIcon = MapPinIcon;
5032
5149
  exports.MastercardIcon = MastercardIcon;
@@ -5089,6 +5206,7 @@ exports.ScooterIcon = ScooterIcon;
5089
5206
  exports.ScopeIcon = ScopeIcon;
5090
5207
  exports.SearchIcon = SearchIcon;
5091
5208
  exports.SeatIcon = SeatIcon;
5209
+ exports.SeatsAvailableIcon = SeatsAvailableIcon;
5092
5210
  exports.SelectIcon = SelectIcon;
5093
5211
  exports.SendIcon = SendIcon;
5094
5212
  exports.SettingsIcon = SettingsIcon;
@@ -5100,6 +5218,7 @@ exports.SkyssIcon = SkyssIcon;
5100
5218
  exports.SleepIcon = SleepIcon;
5101
5219
  exports.SourceCodeIcon = SourceCodeIcon;
5102
5220
  exports.StandardIcon = StandardIcon;
5221
+ exports.StandingAvailableIcon = StandingAvailableIcon;
5103
5222
  exports.StandingIcon = StandingIcon;
5104
5223
  exports.StarredIcon = StarredIcon;
5105
5224
  exports.StatsIcon = StatsIcon;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/icons",
3
- "version": "4.1.1",
3
+ "version": "4.3.0",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -48,5 +48,5 @@
48
48
  "@entur/tokens": "^3.3.2",
49
49
  "@entur/utils": "^0.4.3"
50
50
  },
51
- "gitHead": "7b557782d62c07bdce744f9b084d57177e2202e9"
51
+ "gitHead": "c58969a2ac3a5429137f84f9fe91888f4c4bcc4b"
52
52
  }