@entur/icons 4.2.0 → 4.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
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.2](https://bitbucket.org/enturas/design-system/compare/@entur/icons@4.3.1...@entur/icons@4.3.2) (2022-08-24)
7
+
8
+ **Note:** Version bump only for package @entur/icons
9
+
10
+ ## [4.3.1](https://bitbucket.org/enturas/design-system/compare/@entur/icons@4.3.0...@entur/icons@4.3.1) (2022-08-09)
11
+
12
+ **Note:** Version bump only for package @entur/icons
13
+
14
+ # [4.3.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@4.2.0...@entur/icons@4.3.0) (2022-07-05)
15
+
16
+ ### Bug Fixes
17
+
18
+ - **validation exclamation icon:** fix icon colours for validation exclamation icon in react native ([4e64eb8](https://bitbucket.org/enturas/design-system/commits/4e64eb86fd1b98731b47ac040ce578e8ee0aa956))
19
+
20
+ ### Features
21
+
22
+ - **icons:** add seat capacity icons to facility group ([25265da](https://bitbucket.org/enturas/design-system/commits/25265da52f929a9e830419b98f28f2fd22617612))
23
+
6
24
  # [4.2.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@4.1.2...@entur/icons@4.2.0) (2022-06-24)
7
25
 
8
26
  ### Features
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>;
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",
@@ -4575,18 +4658,19 @@ function ValidationExclamationIcon(props) {
4575
4658
  viewBox: "0 0 16 16",
4576
4659
  width: props.width || props.size || '1em',
4577
4660
  height: props.height || props.size || '1em',
4578
- className: 'eds-icon__ValidationExclamationIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
4661
+ className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
4579
4662
  inline: undefined,
4580
4663
  color: props.color || 'currentColor'
4581
4664
  }), /*#__PURE__*/createElement("circle", {
4582
4665
  cx: 8,
4583
4666
  cy: 8,
4584
- r: 4.38,
4585
- fill: "#181c56"
4667
+ r: 4.4,
4668
+ fill: "transparent"
4586
4669
  }), /*#__PURE__*/createElement("path", {
4587
- fill: "#181c56",
4670
+ fill: "currentColor",
4588
4671
  fillRule: "evenodd",
4589
- d: "M8 1a7 7 0 107 7 7 7 0 00-7-7zm-.7 3h1.4v5.1H7.3zm.7 8.25a.88.88 0 11.87-.87.87.87 0 01-.87.87z"
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",
4673
+ clipRule: "evenodd"
4590
4674
  }));
4591
4675
  }
4592
4676
 
@@ -4931,4 +5015,4 @@ function ZoomOutIcon(props) {
4931
5015
  }));
4932
5016
  }
4933
5017
 
4934
- 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, 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",
@@ -4082,12 +4157,13 @@ function ValidationExclamationIcon(props) {
4082
4157
  }), /*#__PURE__*/createElement(Circle, {
4083
4158
  cx: 8,
4084
4159
  cy: 8,
4085
- r: 4.38,
4086
- fill: "#181c56"
4160
+ r: 4.4,
4161
+ fill: "transparent"
4087
4162
  }), /*#__PURE__*/createElement(Path, {
4088
- fill: "#181c56",
4163
+ fill: "currentColor",
4089
4164
  fillRule: "evenodd",
4090
- d: "M8 1a7 7 0 107 7 7 7 0 00-7-7zm-.7 3h1.4v5.1H7.3zm.7 8.25a.88.88 0 11.87-.87.87.87 0 01-.87.87z"
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",
4166
+ clipRule: "evenodd"
4091
4167
  }));
4092
4168
  }
4093
4169
 
@@ -4400,4 +4476,4 @@ function ZoomOutIcon(props) {
4400
4476
  }));
4401
4477
  }
4402
4478
 
4403
- 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, 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",
@@ -4579,18 +4662,19 @@ function ValidationExclamationIcon(props) {
4579
4662
  viewBox: "0 0 16 16",
4580
4663
  width: props.width || props.size || '1em',
4581
4664
  height: props.height || props.size || '1em',
4582
- className: 'eds-icon__ValidationExclamationIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
4665
+ className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
4583
4666
  inline: undefined,
4584
4667
  color: props.color || 'currentColor'
4585
4668
  }), /*#__PURE__*/React.createElement("circle", {
4586
4669
  cx: 8,
4587
4670
  cy: 8,
4588
- r: 4.38,
4589
- fill: "#181c56"
4671
+ r: 4.4,
4672
+ fill: "transparent"
4590
4673
  }), /*#__PURE__*/React.createElement("path", {
4591
- fill: "#181c56",
4674
+ fill: "currentColor",
4592
4675
  fillRule: "evenodd",
4593
- d: "M8 1a7 7 0 107 7 7 7 0 00-7-7zm-.7 3h1.4v5.1H7.3zm.7 8.25a.88.88 0 11.87-.87.87.87 0 01-.87.87z"
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",
4677
+ clipRule: "evenodd"
4594
4678
  }));
4595
4679
  }
4596
4680
 
@@ -5025,6 +5109,7 @@ exports.FarteIcon = FarteIcon;
5025
5109
  exports.FerryIcon = FerryIcon;
5026
5110
  exports.FileIcon = FileIcon;
5027
5111
  exports.ForwardIcon = ForwardIcon;
5112
+ exports.FullIcon = FullIcon;
5028
5113
  exports.FunicularIcon = FunicularIcon;
5029
5114
  exports.GOAIcon = GOAIcon;
5030
5115
  exports.GithubIcon = GithubIcon;
@@ -5058,6 +5143,7 @@ exports.LogOutIcon = LogOutIcon;
5058
5143
  exports.LogoNegativeIcon = LogoNegativeIcon;
5059
5144
  exports.LogoPositiveIcon = LogoPositiveIcon;
5060
5145
  exports.LuggageIcon = LuggageIcon;
5146
+ exports.ManySeatsAvailableIcon = ManySeatsAvailableIcon;
5061
5147
  exports.MapIcon = MapIcon;
5062
5148
  exports.MapPinIcon = MapPinIcon;
5063
5149
  exports.MastercardIcon = MastercardIcon;
@@ -5120,6 +5206,7 @@ exports.ScooterIcon = ScooterIcon;
5120
5206
  exports.ScopeIcon = ScopeIcon;
5121
5207
  exports.SearchIcon = SearchIcon;
5122
5208
  exports.SeatIcon = SeatIcon;
5209
+ exports.SeatsAvailableIcon = SeatsAvailableIcon;
5123
5210
  exports.SelectIcon = SelectIcon;
5124
5211
  exports.SendIcon = SendIcon;
5125
5212
  exports.SettingsIcon = SettingsIcon;
@@ -5131,6 +5218,7 @@ exports.SkyssIcon = SkyssIcon;
5131
5218
  exports.SleepIcon = SleepIcon;
5132
5219
  exports.SourceCodeIcon = SourceCodeIcon;
5133
5220
  exports.StandardIcon = StandardIcon;
5221
+ exports.StandingAvailableIcon = StandingAvailableIcon;
5134
5222
  exports.StandingIcon = StandingIcon;
5135
5223
  exports.StarredIcon = StarredIcon;
5136
5224
  exports.StatsIcon = StatsIcon;
package/dist/styles.css CHANGED
@@ -55,9 +55,3 @@ p .eds-icon {
55
55
  .eds-contrast .eds-icon__tram g,
56
56
  .eds-contrast .eds-icon__tram path {
57
57
  fill: #b482fb; }
58
-
59
- .eds-icon__ValidationExclamationIcon path {
60
- fill: currentColor; }
61
-
62
- .eds-icon__ValidationExclamationIcon circle {
63
- fill-opacity: 0; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/icons",
3
- "version": "4.2.0",
3
+ "version": "4.3.2",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -45,8 +45,8 @@
45
45
  "rollup": "2.6.1"
46
46
  },
47
47
  "dependencies": {
48
- "@entur/tokens": "^3.3.2",
49
- "@entur/utils": "^0.4.3"
48
+ "@entur/tokens": "^3.4.1",
49
+ "@entur/utils": "^0.4.4"
50
50
  },
51
- "gitHead": "974289b6579ade4460d12aa877a89e454c983d48"
51
+ "gitHead": "1dabe0c64e98a7de3a47a29fc24fd46e74dc0d7c"
52
52
  }