@luscii-healthtech/web-ui 2.69.2 → 2.69.3

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.
@@ -718,6 +718,21 @@ var SvgBellIcon = function SvgBellIcon(props) {
718
718
 
719
719
  var BellIcon = /*#__PURE__*/IconWrapper(SvgBellIcon);
720
720
 
721
+ var SvgBluetoothIcon = function SvgBluetoothIcon(props) {
722
+ return /*#__PURE__*/React__default.createElement("svg", _extends({
723
+ xmlns: "http://www.w3.org/2000/svg",
724
+ width: 24,
725
+ height: 24,
726
+ fill: "none",
727
+ viewBox: "0 0 24 24"
728
+ }, props), /*#__PURE__*/React__default.createElement("path", {
729
+ fill: "currentColor",
730
+ d: "m17 7-4.29-4.29c-.63-.63-1.71-.19-1.71.7v6.18L7.11 5.7A.996.996 0 1 0 5.7 7.11L10.59 12 5.7 16.89a.996.996 0 1 0 1.41 1.41L11 14.41v6.18c0 .89 1.08 1.34 1.71.71L17 17a.996.996 0 0 0 0-1.41L13.41 12 17 8.42c.39-.39.39-1.03 0-1.42Zm-4-1.17 1.88 1.88L13 9.59V5.83Zm1.88 10.46L13 18.17v-3.76l1.88 1.88Z"
731
+ }));
732
+ };
733
+
734
+ var BluetoothIcon = /*#__PURE__*/IconWrapper(SvgBluetoothIcon);
735
+
721
736
  var SvgChartIcon = function SvgChartIcon(props) {
722
737
  return /*#__PURE__*/React__default.createElement("svg", _extends({
723
738
  xmlns: "http://www.w3.org/2000/svg",
@@ -1804,6 +1819,7 @@ var Icons = {
1804
1819
  AddIcon: AddIcon,
1805
1820
  AlertsIcon: AlertsIcon,
1806
1821
  BellIcon: BellIcon,
1822
+ BluetoothIcon: BluetoothIcon,
1807
1823
  ChartIcon: ChartIcon,
1808
1824
  ChartLineColoredIcon: ChartLineColoredIcon,
1809
1825
  ChatBoxIcon: ChatBoxIcon,
@@ -8800,5 +8816,5 @@ var Card = function Card(_ref) {
8800
8816
  }), children);
8801
8817
  };
8802
8818
 
8803
- export { AccordionList, AddIcon, AlertsIcon, Avatar, Badge, BellIcon, Breadcrumbs, CRUDPage, Card, Carousel, CenteredHero, ChartIcon, ChartLineColoredIcon, ChatBoxIcon, CheckIcon, Checkbox, CheckboxList, CheckboxListModal, ChevronDoubleIcon, ChevronDownIcon, ChevronRightIcon, ConfirmationDialog, CrossIcon, Datepicker as DatePicker, DeleteIcon, Divider, DownArrowIcon, DragHandle, DragIcon, Dropdown, Dropzone, EditIcon, EmptyIcon, EmptyListMessage, EmptyStateDashboardIcon, ErrorBlock, ExclamationMarkIcon, EyeIcon, FlexColumn, FlexRow, Form, FullPageModal, GearColoredIcon, GearIcon, GenericForm, GroupColoredIcon, GroupIcon, HamburgerIcon, HeartIcon, INPUT_TYPES, Icon, ImageIcon, ImagePicker, InfoBlock, InfoField, InfoIcon, Input, LeftArrowIcon, LightBulbIcon, Line, LinkIcon, List, ListItem, LoadingIndicator, LockIcon, Menu, MessagesIcon, Modal, MouseIcon, MultiSelect, NavLayout, NavMenu, NotesIcon, NotificationBanner, Page, PageHeader, PaginationMenu, PinIcon, PreviewPhone, PrimaryButton, PrintIcon, Radio, RadioGroup, RadioGroupV2, RadioV2, RightArrowIcon, SearchCancelIcon, SearchIcon, SearchInput, SecondaryButton, Section, SectionItem, SectionItemWithContent, Select, SettingsMenuButton, SmallCircleIcon, SmallDiamondIcon, SmallSquareIcon, SpaceRocketIcon, Spinner, StarIcon, StatusColoredIcon, Steps, Switcher, TOASTER_TYPE_OPTIONS, TabLinks, Tabbar, Table, Tag, TagGroup, TertiaryButton, Text, TextEditor, TextEditorV2, TextLink, Textarea, Timeline, Title, Toaster, ViewItem, WarningIcon, getDndListItemProps, toast };
8819
+ export { AccordionList, AddIcon, AlertsIcon, Avatar, Badge, BellIcon, BluetoothIcon, Breadcrumbs, CRUDPage, Card, Carousel, CenteredHero, ChartIcon, ChartLineColoredIcon, ChatBoxIcon, CheckIcon, Checkbox, CheckboxList, CheckboxListModal, ChevronDoubleIcon, ChevronDownIcon, ChevronRightIcon, ConfirmationDialog, CrossIcon, Datepicker as DatePicker, DeleteIcon, Divider, DownArrowIcon, DragHandle, DragIcon, Dropdown, Dropzone, EditIcon, EmptyIcon, EmptyListMessage, EmptyStateDashboardIcon, ErrorBlock, ExclamationMarkIcon, EyeIcon, FlexColumn, FlexRow, Form, FullPageModal, GearColoredIcon, GearIcon, GenericForm, GroupColoredIcon, GroupIcon, HamburgerIcon, HeartIcon, INPUT_TYPES, Icon, ImageIcon, ImagePicker, InfoBlock, InfoField, InfoIcon, Input, LeftArrowIcon, LightBulbIcon, Line, LinkIcon, List, ListItem, LoadingIndicator, LockIcon, Menu, MessagesIcon, Modal, MouseIcon, MultiSelect, NavLayout, NavMenu, NotesIcon, NotificationBanner, Page, PageHeader, PaginationMenu, PinIcon, PreviewPhone, PrimaryButton, PrintIcon, Radio, RadioGroup, RadioGroupV2, RadioV2, RightArrowIcon, SearchCancelIcon, SearchIcon, SearchInput, SecondaryButton, Section, SectionItem, SectionItemWithContent, Select, SettingsMenuButton, SmallCircleIcon, SmallDiamondIcon, SmallSquareIcon, SpaceRocketIcon, Spinner, StarIcon, StatusColoredIcon, Steps, Switcher, TOASTER_TYPE_OPTIONS, TabLinks, Tabbar, Table, Tag, TagGroup, TertiaryButton, Text, TextEditor, TextEditorV2, TextLink, Textarea, Timeline, Title, Toaster, ViewItem, WarningIcon, getDndListItemProps, toast };
8804
8820
  //# sourceMappingURL=web-ui.esm.js.map