@emblamedical/icons-react 0.6.3 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +0 -38
- package/dist/esm/index.js +0 -19
- package/dist/types/index.d.ts +1 -21
- package/package.json +1 -1
- package/dist/cjs/iconographics/CalendarIconographic.js +0 -31
- package/dist/cjs/iconographics/CaloriesFoodPyramid.js +0 -30
- package/dist/cjs/iconographics/CashPaymentBill.js +0 -34
- package/dist/cjs/iconographics/DiagramSteadyDown.js +0 -30
- package/dist/cjs/iconographics/DonationCharityCarePerson.js +0 -30
- package/dist/cjs/iconographics/Expand.js +0 -30
- package/dist/cjs/iconographics/HospitalShield.js +0 -31
- package/dist/cjs/iconographics/InsuranceDocument.js +0 -30
- package/dist/cjs/iconographics/Lock.js +0 -30
- package/dist/cjs/iconographics/LockerRoomHangerMan.js +0 -30
- package/dist/cjs/iconographics/MedicalFile.js +0 -30
- package/dist/cjs/iconographics/MedicalProfilePatient.js +0 -30
- package/dist/cjs/iconographics/MedicalResourcesFolder.js +0 -30
- package/dist/cjs/iconographics/MedicalSpecialtyRehabilitation.js +0 -31
- package/dist/cjs/iconographics/MultipleActionsStar.js +0 -31
- package/dist/cjs/iconographics/MultipleCircle.js +0 -33
- package/dist/cjs/iconographics/ShieldLock.js +0 -30
- package/dist/cjs/iconographics/SingleManActionsInformation.js +0 -33
- package/dist/cjs/iconographics/SingleNeutralActionsChat.js +0 -31
- package/dist/esm/iconographics/CalendarIconographic.js +0 -9
- package/dist/esm/iconographics/CaloriesFoodPyramid.js +0 -8
- package/dist/esm/iconographics/CashPaymentBill.js +0 -12
- package/dist/esm/iconographics/DiagramSteadyDown.js +0 -8
- package/dist/esm/iconographics/DonationCharityCarePerson.js +0 -8
- package/dist/esm/iconographics/Expand.js +0 -8
- package/dist/esm/iconographics/HospitalShield.js +0 -9
- package/dist/esm/iconographics/InsuranceDocument.js +0 -8
- package/dist/esm/iconographics/Lock.js +0 -8
- package/dist/esm/iconographics/LockerRoomHangerMan.js +0 -8
- package/dist/esm/iconographics/MedicalFile.js +0 -8
- package/dist/esm/iconographics/MedicalProfilePatient.js +0 -8
- package/dist/esm/iconographics/MedicalResourcesFolder.js +0 -8
- package/dist/esm/iconographics/MedicalSpecialtyRehabilitation.js +0 -9
- package/dist/esm/iconographics/MultipleActionsStar.js +0 -9
- package/dist/esm/iconographics/MultipleCircle.js +0 -11
- package/dist/esm/iconographics/ShieldLock.js +0 -8
- package/dist/esm/iconographics/SingleManActionsInformation.js +0 -11
- package/dist/esm/iconographics/SingleNeutralActionsChat.js +0 -9
- package/dist/types/iconographics/CalendarIconographic.d.ts +0 -3
- package/dist/types/iconographics/CaloriesFoodPyramid.d.ts +0 -3
- package/dist/types/iconographics/CashPaymentBill.d.ts +0 -3
- package/dist/types/iconographics/DiagramSteadyDown.d.ts +0 -3
- package/dist/types/iconographics/DonationCharityCarePerson.d.ts +0 -3
- package/dist/types/iconographics/Expand.d.ts +0 -3
- package/dist/types/iconographics/HospitalShield.d.ts +0 -3
- package/dist/types/iconographics/InsuranceDocument.d.ts +0 -3
- package/dist/types/iconographics/Lock.d.ts +0 -3
- package/dist/types/iconographics/LockerRoomHangerMan.d.ts +0 -3
- package/dist/types/iconographics/MedicalFile.d.ts +0 -3
- package/dist/types/iconographics/MedicalProfilePatient.d.ts +0 -3
- package/dist/types/iconographics/MedicalResourcesFolder.d.ts +0 -3
- package/dist/types/iconographics/MedicalSpecialtyRehabilitation.d.ts +0 -3
- package/dist/types/iconographics/MultipleActionsStar.d.ts +0 -3
- package/dist/types/iconographics/MultipleCircle.d.ts +0 -3
- package/dist/types/iconographics/ShieldLock.d.ts +0 -3
- package/dist/types/iconographics/SingleManActionsInformation.d.ts +0 -3
- package/dist/types/iconographics/SingleNeutralActionsChat.d.ts +0 -3
package/dist/cjs/index.js
CHANGED
|
@@ -203,25 +203,6 @@ var World = require('./icons/World.js');
|
|
|
203
203
|
var X = require('./icons/X.js');
|
|
204
204
|
var XTwitter = require('./icons/XTwitter.js');
|
|
205
205
|
var Youtube = require('./icons/Youtube.js');
|
|
206
|
-
var CalendarIconographic = require('./iconographics/CalendarIconographic.js');
|
|
207
|
-
var CaloriesFoodPyramid = require('./iconographics/CaloriesFoodPyramid.js');
|
|
208
|
-
var CashPaymentBill = require('./iconographics/CashPaymentBill.js');
|
|
209
|
-
var DiagramSteadyDown = require('./iconographics/DiagramSteadyDown.js');
|
|
210
|
-
var DonationCharityCarePerson = require('./iconographics/DonationCharityCarePerson.js');
|
|
211
|
-
var Expand = require('./iconographics/Expand.js');
|
|
212
|
-
var HospitalShield = require('./iconographics/HospitalShield.js');
|
|
213
|
-
var InsuranceDocument = require('./iconographics/InsuranceDocument.js');
|
|
214
|
-
var Lock = require('./iconographics/Lock.js');
|
|
215
|
-
var LockerRoomHangerMan = require('./iconographics/LockerRoomHangerMan.js');
|
|
216
|
-
var MedicalFile = require('./iconographics/MedicalFile.js');
|
|
217
|
-
var MedicalProfilePatient = require('./iconographics/MedicalProfilePatient.js');
|
|
218
|
-
var MedicalResourcesFolder = require('./iconographics/MedicalResourcesFolder.js');
|
|
219
|
-
var MedicalSpecialtyRehabilitation = require('./iconographics/MedicalSpecialtyRehabilitation.js');
|
|
220
|
-
var MultipleActionsStar = require('./iconographics/MultipleActionsStar.js');
|
|
221
|
-
var MultipleCircle = require('./iconographics/MultipleCircle.js');
|
|
222
|
-
var ShieldLock = require('./iconographics/ShieldLock.js');
|
|
223
|
-
var SingleManActionsInformation = require('./iconographics/SingleManActionsInformation.js');
|
|
224
|
-
var SingleNeutralActionsChat = require('./iconographics/SingleNeutralActionsChat.js');
|
|
225
206
|
|
|
226
207
|
|
|
227
208
|
|
|
@@ -428,22 +409,3 @@ exports.World = World.default;
|
|
|
428
409
|
exports.X = X.default;
|
|
429
410
|
exports.XTwitter = XTwitter.default;
|
|
430
411
|
exports.Youtube = Youtube.default;
|
|
431
|
-
exports.CalendarIconographic = CalendarIconographic.default;
|
|
432
|
-
exports.CaloriesFoodPyramid = CaloriesFoodPyramid.default;
|
|
433
|
-
exports.CashPaymentBill = CashPaymentBill.default;
|
|
434
|
-
exports.DiagramSteadyDown = DiagramSteadyDown.default;
|
|
435
|
-
exports.DonationCharityCarePerson = DonationCharityCarePerson.default;
|
|
436
|
-
exports.Expand = Expand.default;
|
|
437
|
-
exports.HospitalShield = HospitalShield.default;
|
|
438
|
-
exports.InsuranceDocument = InsuranceDocument.default;
|
|
439
|
-
exports.Lock = Lock.default;
|
|
440
|
-
exports.LockerRoomHangerMan = LockerRoomHangerMan.default;
|
|
441
|
-
exports.MedicalFile = MedicalFile.default;
|
|
442
|
-
exports.MedicalProfilePatient = MedicalProfilePatient.default;
|
|
443
|
-
exports.MedicalResourcesFolder = MedicalResourcesFolder.default;
|
|
444
|
-
exports.MedicalSpecialtyRehabilitation = MedicalSpecialtyRehabilitation.default;
|
|
445
|
-
exports.MultipleActionsStar = MultipleActionsStar.default;
|
|
446
|
-
exports.MultipleCircle = MultipleCircle.default;
|
|
447
|
-
exports.ShieldLock = ShieldLock.default;
|
|
448
|
-
exports.SingleManActionsInformation = SingleManActionsInformation.default;
|
|
449
|
-
exports.SingleNeutralActionsChat = SingleNeutralActionsChat.default;
|
package/dist/esm/index.js
CHANGED
|
@@ -201,22 +201,3 @@ export { default as World } from './icons/World.js';
|
|
|
201
201
|
export { default as X } from './icons/X.js';
|
|
202
202
|
export { default as XTwitter } from './icons/XTwitter.js';
|
|
203
203
|
export { default as Youtube } from './icons/Youtube.js';
|
|
204
|
-
export { default as CalendarIconographic } from './iconographics/CalendarIconographic.js';
|
|
205
|
-
export { default as CaloriesFoodPyramid } from './iconographics/CaloriesFoodPyramid.js';
|
|
206
|
-
export { default as CashPaymentBill } from './iconographics/CashPaymentBill.js';
|
|
207
|
-
export { default as DiagramSteadyDown } from './iconographics/DiagramSteadyDown.js';
|
|
208
|
-
export { default as DonationCharityCarePerson } from './iconographics/DonationCharityCarePerson.js';
|
|
209
|
-
export { default as Expand } from './iconographics/Expand.js';
|
|
210
|
-
export { default as HospitalShield } from './iconographics/HospitalShield.js';
|
|
211
|
-
export { default as InsuranceDocument } from './iconographics/InsuranceDocument.js';
|
|
212
|
-
export { default as Lock } from './iconographics/Lock.js';
|
|
213
|
-
export { default as LockerRoomHangerMan } from './iconographics/LockerRoomHangerMan.js';
|
|
214
|
-
export { default as MedicalFile } from './iconographics/MedicalFile.js';
|
|
215
|
-
export { default as MedicalProfilePatient } from './iconographics/MedicalProfilePatient.js';
|
|
216
|
-
export { default as MedicalResourcesFolder } from './iconographics/MedicalResourcesFolder.js';
|
|
217
|
-
export { default as MedicalSpecialtyRehabilitation } from './iconographics/MedicalSpecialtyRehabilitation.js';
|
|
218
|
-
export { default as MultipleActionsStar } from './iconographics/MultipleActionsStar.js';
|
|
219
|
-
export { default as MultipleCircle } from './iconographics/MultipleCircle.js';
|
|
220
|
-
export { default as ShieldLock } from './iconographics/ShieldLock.js';
|
|
221
|
-
export { default as SingleManActionsInformation } from './iconographics/SingleManActionsInformation.js';
|
|
222
|
-
export { default as SingleNeutralActionsChat } from './iconographics/SingleNeutralActionsChat.js';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -202,26 +202,6 @@ import World from './icons/World';
|
|
|
202
202
|
import X from './icons/X';
|
|
203
203
|
import XTwitter from './icons/XTwitter';
|
|
204
204
|
import Youtube from './icons/Youtube';
|
|
205
|
-
|
|
206
|
-
import CaloriesFoodPyramid from './iconographics/CaloriesFoodPyramid';
|
|
207
|
-
import CashPaymentBill from './iconographics/CashPaymentBill';
|
|
208
|
-
import DiagramSteadyDown from './iconographics/DiagramSteadyDown';
|
|
209
|
-
import DonationCharityCarePerson from './iconographics/DonationCharityCarePerson';
|
|
210
|
-
import Expand from './iconographics/Expand';
|
|
211
|
-
import HospitalShield from './iconographics/HospitalShield';
|
|
212
|
-
import InsuranceDocument from './iconographics/InsuranceDocument';
|
|
213
|
-
import Lock from './iconographics/Lock';
|
|
214
|
-
import LockerRoomHangerMan from './iconographics/LockerRoomHangerMan';
|
|
215
|
-
import MedicalFile from './iconographics/MedicalFile';
|
|
216
|
-
import MedicalProfilePatient from './iconographics/MedicalProfilePatient';
|
|
217
|
-
import MedicalResourcesFolder from './iconographics/MedicalResourcesFolder';
|
|
218
|
-
import MedicalSpecialtyRehabilitation from './iconographics/MedicalSpecialtyRehabilitation';
|
|
219
|
-
import MultipleActionsStar from './iconographics/MultipleActionsStar';
|
|
220
|
-
import MultipleCircle from './iconographics/MultipleCircle';
|
|
221
|
-
import ShieldLock from './iconographics/ShieldLock';
|
|
222
|
-
import SingleManActionsInformation from './iconographics/SingleManActionsInformation';
|
|
223
|
-
import SingleNeutralActionsChat from './iconographics/SingleNeutralActionsChat';
|
|
224
|
-
export { Icon360View, Activity, AdjustmentsHorizontalFilled, AdjustmentsHorizontalOutlined, AdjustmentsFilled, AdjustmentsOutlined, AlertCircleFilled, AlertCircleOutlined, AlertTriangleFilled, AlertTriangleOutlined, Angle, ArrowForward, ArrowLeft, ArrowNarrowDown, ArrowNarrowRight, ArrowNarrowUp, ArrowRight, ArrowUpRight, ArrowsExpand, ArrowsHorizontal, ArrowsUpDown, ArrowsVertical, Ban, BatteryLow, BatteryVerticalCharging, BatteryVerticalFull, BatteryVerticalNoBattery, BatteryVerticalOff, BellFilled, BellOutlined, Bike, Bluetooth, BluetoothOff, BoltOff, BoltFilled, BoltOutlined, BookFilled, BookOutlined, Bookmark, BrandApple, BrandGooglePlay, Calendar, CalendarWeek, CameraPlus, CameraFilled, CameraOutlined, Certification, Check, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, CircleArrowDown, CircleCheckFilled, CircleCheckOutlined, CircleXFilled, CircleXOutlined, CircleFilled, CircleOutlined, ClipboardText, ClockFilled, ClockOutlined, Component, Copy, CopyOff, CopyrightFilled, CopyrightOutlined, CreditCardPay, CurrencyDollar, CurrentLocationFilled, CurrentLocationOutlined, DeviceMobile, DiscountCheckFilled, DiscountCheckOutlined, Dots, DotsVertical, Download, EmailFilled, EmailOutlined, ExternalLink, EyeOff, EyeFilled, EyeOutlined, Facebook, Faq, Feedback, FileInfo, FileLambda, FileMove, FileSettings, FileText, FileTypeDoc, FileTypePdf, FileUnknown, FilterFilled, FilterOutlined, Firmware, FirstAidKit, Fitting, Folders, Headset, HeartFilled, HeartOutlined, History, HomeFilled, HomeOutlined, InfoCircleFilled, InfoCircleOutlined, Instagram, Language, Link, Linkedin, List, Loader, Map, MapPinOff, MapPinFilled, MapPinOutlined, Maximize, MaximizeArrows, Menu2, MessageCircle2Filled, MessageCircle2Outlined, MessengerFilled, MessengerOutlined, Minus, NavigationFilled, NavigationOutlined, Package, Paperclip, Pause, PdfReader, Pencil, PhoneFilled, PhoneOutlined, Photo, PhotoFilled, PhotoOutlined, PlayerPlayFilled, PlayerPlayOutlined, Plus, PointFilled, PointOutlined, QuestionMark, RampDown, RampUp, Refresh, Registered, Repeat, Reset, Restore, Results, Rollover, Run, Scale, Scan, Search, Selector, SettingsQuestion, SettingsShare, SettingsFilled, SettingsOutlined, Share, ShieldCheck, Shoe, ShoppingBag, ShoppingCart, Sitting, Sparkles, Speed, Spray, Stairs, StairsDown, StairsUp, Standing, StarFilled, StarOutlined, Step, Steps, TiktokFilled, TiktokOutlined, Tool, TrashOff, TrashFilled, TrashOutlined, TrendingDown, TrendingUp, Upload, UserEdit, UserPlus, UserFilled, UserOutlined, UsersFilled, UsersOutlined, Video, Walk, Wechat, WhatsappFilled, WhatsappOutlined, World, X, XTwitter, Youtube, CalendarIconographic, CaloriesFoodPyramid, CashPaymentBill, DiagramSteadyDown, DonationCharityCarePerson, Expand, HospitalShield, InsuranceDocument, Lock, LockerRoomHangerMan, MedicalFile, MedicalProfilePatient, MedicalResourcesFolder, MedicalSpecialtyRehabilitation, MultipleActionsStar, MultipleCircle, ShieldLock, SingleManActionsInformation, SingleNeutralActionsChat };
|
|
205
|
+
export { Icon360View, Activity, AdjustmentsHorizontalFilled, AdjustmentsHorizontalOutlined, AdjustmentsFilled, AdjustmentsOutlined, AlertCircleFilled, AlertCircleOutlined, AlertTriangleFilled, AlertTriangleOutlined, Angle, ArrowForward, ArrowLeft, ArrowNarrowDown, ArrowNarrowRight, ArrowNarrowUp, ArrowRight, ArrowUpRight, ArrowsExpand, ArrowsHorizontal, ArrowsUpDown, ArrowsVertical, Ban, BatteryLow, BatteryVerticalCharging, BatteryVerticalFull, BatteryVerticalNoBattery, BatteryVerticalOff, BellFilled, BellOutlined, Bike, Bluetooth, BluetoothOff, BoltOff, BoltFilled, BoltOutlined, BookFilled, BookOutlined, Bookmark, BrandApple, BrandGooglePlay, Calendar, CalendarWeek, CameraPlus, CameraFilled, CameraOutlined, Certification, Check, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, CircleArrowDown, CircleCheckFilled, CircleCheckOutlined, CircleXFilled, CircleXOutlined, CircleFilled, CircleOutlined, ClipboardText, ClockFilled, ClockOutlined, Component, Copy, CopyOff, CopyrightFilled, CopyrightOutlined, CreditCardPay, CurrencyDollar, CurrentLocationFilled, CurrentLocationOutlined, DeviceMobile, DiscountCheckFilled, DiscountCheckOutlined, Dots, DotsVertical, Download, EmailFilled, EmailOutlined, ExternalLink, EyeOff, EyeFilled, EyeOutlined, Facebook, Faq, Feedback, FileInfo, FileLambda, FileMove, FileSettings, FileText, FileTypeDoc, FileTypePdf, FileUnknown, FilterFilled, FilterOutlined, Firmware, FirstAidKit, Fitting, Folders, Headset, HeartFilled, HeartOutlined, History, HomeFilled, HomeOutlined, InfoCircleFilled, InfoCircleOutlined, Instagram, Language, Link, Linkedin, List, Loader, Map, MapPinOff, MapPinFilled, MapPinOutlined, Maximize, MaximizeArrows, Menu2, MessageCircle2Filled, MessageCircle2Outlined, MessengerFilled, MessengerOutlined, Minus, NavigationFilled, NavigationOutlined, Package, Paperclip, Pause, PdfReader, Pencil, PhoneFilled, PhoneOutlined, Photo, PhotoFilled, PhotoOutlined, PlayerPlayFilled, PlayerPlayOutlined, Plus, PointFilled, PointOutlined, QuestionMark, RampDown, RampUp, Refresh, Registered, Repeat, Reset, Restore, Results, Rollover, Run, Scale, Scan, Search, Selector, SettingsQuestion, SettingsShare, SettingsFilled, SettingsOutlined, Share, ShieldCheck, Shoe, ShoppingBag, ShoppingCart, Sitting, Sparkles, Speed, Spray, Stairs, StairsDown, StairsUp, Standing, StarFilled, StarOutlined, Step, Steps, TiktokFilled, TiktokOutlined, Tool, TrashOff, TrashFilled, TrashOutlined, TrendingDown, TrendingUp, Upload, UserEdit, UserPlus, UserFilled, UserOutlined, UsersFilled, UsersOutlined, Video, Walk, Wechat, WhatsappFilled, WhatsappOutlined, World, X, XTwitter, Youtube };
|
|
225
206
|
export type SvgComponent = React.ForwardRefExoticComponent<React.SVGProps<SVGSVGElement> & React.RefAttributes<SVGSVGElement>>;
|
|
226
207
|
export type IconName = '360-view' | 'activity' | 'adjustments-horizontal_filled' | 'adjustments-horizontal_outlined' | 'adjustments_filled' | 'adjustments_outlined' | 'alert-circle_filled' | 'alert-circle_outlined' | 'alert-triangle_filled' | 'alert-triangle_outlined' | 'angle' | 'arrow-forward' | 'arrow-left' | 'arrow-narrow-down' | 'arrow-narrow-right' | 'arrow-narrow-up' | 'arrow-right' | 'arrow-up-right' | 'arrows-expand' | 'arrows-horizontal' | 'arrows-up-down' | 'arrows-vertical' | 'ban' | 'battery-low' | 'battery-vertical-charging' | 'battery-vertical-full' | 'battery-vertical-no-battery' | 'battery-vertical-off' | 'bell_filled' | 'bell_outlined' | 'bike' | 'bluetooth' | 'bluetooth-off' | 'bolt-off' | 'bolt_filled' | 'bolt_outlined' | 'book_filled' | 'book_outlined' | 'bookmark' | 'brand-apple' | 'brand-google-play' | 'calendar' | 'calendar-week' | 'camera-plus' | 'camera_filled' | 'camera_outlined' | 'certification' | 'check' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'circle-arrow-down' | 'circle-check_filled' | 'circle-check_outlined' | 'circle-x_filled' | 'circle-x_outlined' | 'circle_filled' | 'circle_outlined' | 'clipboard-text' | 'clock_filled' | 'clock_outlined' | 'component' | 'copy' | 'copy-off' | 'copyright_filled' | 'copyright_outlined' | 'credit-card-pay' | 'currency-dollar' | 'current-location_filled' | 'current-location_outlined' | 'device-mobile' | 'discount-check_filled' | 'discount-check_outlined' | 'dots' | 'dots-vertical' | 'download' | 'email_filled' | 'email_outlined' | 'external-link' | 'eye-off' | 'eye_filled' | 'eye_outlined' | 'facebook' | 'faq' | 'feedback' | 'file-info' | 'file-lambda' | 'file-move' | 'file-settings' | 'file-text' | 'file-type-doc' | 'file-type-pdf' | 'file-unknown' | 'filter_filled' | 'filter_outlined' | 'firmware' | 'first-aid-kit' | 'fitting' | 'folders' | 'headset' | 'heart_filled' | 'heart_outlined' | 'history' | 'home_filled' | 'home_outlined' | 'info-circle_filled' | 'info-circle_outlined' | 'instagram' | 'language' | 'link' | 'linkedin' | 'list' | 'loader' | 'map' | 'map-pin-off' | 'map-pin_filled' | 'map-pin_outlined' | 'maximize' | 'maximize-arrows' | 'menu-2' | 'message-circle-2_filled' | 'message-circle-2_outlined' | 'messenger_filled' | 'messenger_outlined' | 'minus' | 'navigation_filled' | 'navigation_outlined' | 'package' | 'paperclip' | 'pause' | 'pdf-reader' | 'pencil' | 'phone_filled' | 'phone_outlined' | 'photo' | 'photo_filled' | 'photo_outlined' | 'player-play_filled' | 'player-play_outlined' | 'plus' | 'point_filled' | 'point_outlined' | 'question-mark' | 'ramp-down' | 'ramp-up' | 'refresh' | 'registered' | 'repeat' | 'reset' | 'restore' | 'results' | 'rollover' | 'run' | 'scale' | 'scan' | 'search' | 'selector' | 'settings-question' | 'settings-share' | 'settings_filled' | 'settings_outlined' | 'share' | 'shield-check' | 'shoe' | 'shopping-bag' | 'shopping-cart' | 'sitting' | 'sparkles' | 'speed' | 'spray' | 'stairs' | 'stairs-down' | 'stairs-up' | 'standing' | 'star_filled' | 'star_outlined' | 'step' | 'steps' | 'tiktok_filled' | 'tiktok_outlined' | 'tool' | 'trash-off' | 'trash_filled' | 'trash_outlined' | 'trending-down' | 'trending-up' | 'upload' | 'user-edit' | 'user-plus' | 'user_filled' | 'user_outlined' | 'users_filled' | 'users_outlined' | 'video' | 'walk' | 'wechat' | 'whatsapp_filled' | 'whatsapp_outlined' | 'world' | 'x' | 'x-twitter' | 'youtube';
|
|
227
|
-
export type IconographicName = 'calendar' | 'calories-food-pyramid' | 'cash-payment-bill' | 'diagram-steady-down' | 'donation-charity-care-person' | 'expand' | 'hospital-shield' | 'insurance-document' | 'lock' | 'locker-room-hanger-man' | 'medical-file' | 'medical-profile-patient' | 'medical-resources-folder' | 'medical-specialty-rehabilitation' | 'multiple-actions-star' | 'multiple-circle' | 'shield-lock' | 'single-man-actions-information' | 'single-neutral-actions-chat';
|
package/package.json
CHANGED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var React = require('react');
|
|
6
|
-
|
|
7
|
-
function _interopNamespaceDefault(e) {
|
|
8
|
-
var n = Object.create(null);
|
|
9
|
-
if (e) {
|
|
10
|
-
Object.keys(e).forEach(function (k) {
|
|
11
|
-
if (k !== 'default') {
|
|
12
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return e[k]; }
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
n.default = e;
|
|
21
|
-
return Object.freeze(n);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
|
-
|
|
26
|
-
const CalendarIconographic = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M4 10.3v48.5l.1.8.4.3.7.2h53.6l.8-.2.3-.4.2-.7V10.3l-.2-.8-.4-.3-.7-.1H5.2l-.8.1-.3.4zm55-2.6V6.4H5.1a4 4 0 0 0-2.3.6 4 4 0 0 0-1.2 1.4l-.4 1.8h1.3-1.3v48.6q0 1.4.6 2.3t1.4 1.2l1.8.4v-1.3 1.3h53.7a4 4 0 0 0 2.2-.6 4 4 0 0 0 1.3-1.4l.4-1.8h-1.3 1.3V10.2A4 4 0 0 0 62 8a4 4 0 0 0-1.4-1.2L59 6.4z" }),
|
|
28
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M15.4 1.3q1.2.1 1.3 1.3v12.8a1.3 1.3 0 0 1-2.6 0V2.6q.1-1.2 1.3-1.3m33.2 0q1.2.1 1.3 1.3v12.8a1.3 1.3 0 0 1-2.6 0V2.6q.1-1.2 1.3-1.3M1.3 20.5q.1-1.2 1.3-1.3h58.8a1.3 1.3 0 0 1 0 2.6H2.6a1.3 1.3 0 0 1-1.3-1.3" }));
|
|
29
|
-
const ForwardRef = React.forwardRef(CalendarIconographic);
|
|
30
|
-
|
|
31
|
-
exports.default = ForwardRef;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var React = require('react');
|
|
6
|
-
|
|
7
|
-
function _interopNamespaceDefault(e) {
|
|
8
|
-
var n = Object.create(null);
|
|
9
|
-
if (e) {
|
|
10
|
-
Object.keys(e).forEach(function (k) {
|
|
11
|
-
if (k !== 'default') {
|
|
12
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return e[k]; }
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
n.default = e;
|
|
21
|
-
return Object.freeze(n);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
|
-
|
|
26
|
-
const CaloriesFoodPyramid = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M32 5.7q.8 0 1.2.7l10.7 18.5 18 31.4a1.3 1.3 0 0 1-1.1 2H3.2a1.3 1.3 0 0 1-1.1-2l18-31.4L30.8 6.4a1 1 0 0 1 1.2-.7m-8.4 18.6h16.8L32 9.7zM42 26.9H22.1l-7.3 12.7h34.4zm8.9 15.4H13.2L5.5 55.6h53z" }));
|
|
28
|
-
const ForwardRef = React.forwardRef(CaloriesFoodPyramid);
|
|
29
|
-
|
|
30
|
-
exports.default = ForwardRef;
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var React = require('react');
|
|
6
|
-
|
|
7
|
-
function _interopNamespaceDefault(e) {
|
|
8
|
-
var n = Object.create(null);
|
|
9
|
-
if (e) {
|
|
10
|
-
Object.keys(e).forEach(function (k) {
|
|
11
|
-
if (k !== 'default') {
|
|
12
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return e[k]; }
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
n.default = e;
|
|
21
|
-
return Object.freeze(n);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
|
-
|
|
26
|
-
const CashPaymentBill = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M54.1 42.2 42.8 46a1.3 1.3 0 1 1-.8-2.6l11.3-3.7a8 8 0 0 1 9.2 3 1.3 1.3 0 0 1-.5 2l-13.4 7-3.6 1.9c-3.9 2-6.6 3.3-9.2 3.7-2.7.4-5.2 0-8.7-1L20.8 54 13 51.4l-9.7 6A1.3 1.3 0 1 1 2 55.1l10.2-6.3q.6-.4 1.2-.2l8.4 3 6.3 2c3.3 1.1 5.4 1.4 7.5 1s4.5-1.3 8.3-3.4l3.5-1.8L59.2 43a6 6 0 0 0-5-.9" }),
|
|
28
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "m12.2 34.6.6-.1h7.7a18 18 0 0 1 12 5.1h7a4 4 0 1 1 0 7.8H25.7a1.3 1.3 0 1 1 0-2.7H40a1.3 1.3 0 1 0 0-2.4h-8q-.6 0-1-.4a16 16 0 0 0-10.5-4.7H13l-9.9 5A1.3 1.3 0 0 1 2 39.7zm4.4-26.9q.1-1.2 1.4-1.3h38.3q1.2.1 1.3 1.3v20.5q-.1 1.2-1.3 1.3H18a1.3 1.3 0 0 1-1.4-1.3zm2.7 1.4v17.7H55V9.1z" }),
|
|
29
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M43.8 6.9a1.3 1.3 0 0 1 2-.2l11.3 9a1.3 1.3 0 1 1-1.6 2L44 8.7a1.3 1.3 0 0 1-.3-1.8" }),
|
|
30
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M57.3 18.3a1.3 1.3 0 0 1-.1 2l-9.8 8.9a1.3 1.3 0 1 1-1.8-2l9.8-9a1.3 1.3 0 0 1 1.9.1m-40.3 0a1.3 1.3 0 0 1 1.9 0l9.7 8.9a1.3 1.3 0 1 1-1.8 2l-9.7-9a1.3 1.3 0 0 1-.1-1.9" }),
|
|
31
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M30.3 6.9a1.3 1.3 0 0 1-.2 1.9l-11.3 9a1.3 1.3 0 1 1-1.7-2.2l11.4-9a1.3 1.3 0 0 1 1.8.3m3.2 7.4a5.2 5.2 0 1 1 7.3 7.3 5.2 5.2 0 0 1-7.3-7.3m3.6 1.1a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5" }));
|
|
32
|
-
const ForwardRef = React.forwardRef(CashPaymentBill);
|
|
33
|
-
|
|
34
|
-
exports.default = ForwardRef;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var React = require('react');
|
|
6
|
-
|
|
7
|
-
function _interopNamespaceDefault(e) {
|
|
8
|
-
var n = Object.create(null);
|
|
9
|
-
if (e) {
|
|
10
|
-
Object.keys(e).forEach(function (k) {
|
|
11
|
-
if (k !== 'default') {
|
|
12
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return e[k]; }
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
n.default = e;
|
|
21
|
-
return Object.freeze(n);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
|
-
|
|
26
|
-
const DiagramSteadyDown = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M4.5 4.7q-.7.1-1 .9v.9L4.8 12c.6.8 1.8.7 2.2-.1q.5-.4 0-1.6l-.6-3.6-.2-1.2a1 1 0 0 0-.7-.8q-.3-.3-1-.1M7.3 16q-.4.2-.6.6c-.2.5-.2.8.3 1.9.9 2 2.3 4.7 2.7 5.1.9.9 2.4 0 2.2-1.1l-.7-1.5-1.8-3.7-.5-1q-.6-.7-1.6-.3m6.2 10.6q-.7.4-.7 1.2-.1.6.6 1.3a50 50 0 0 0 15.3 12.2 46 46 0 0 0 24 4.8h3.8l-5.6 5.6a46 46 0 0 0-5.6 5.9 1.3 1.3 0 0 0 .7 1.5q.5.3 1 .1c.2 0 1.1-1 7-6.8l7-7a1 1 0 0 0 0-1.2l-7-7-6.8-6.8c-.8-.4-1.8.1-2 1 0 .7-.3.4 5.8 6.5l5.5 5.5h-4c-5.2 0-6.9 0-9.6-.5a44 44 0 0 1-21-9.1 45 45 0 0 1-6.2-6.1c-.8-1-1-1.2-1.6-1.2z" }));
|
|
28
|
-
const ForwardRef = React.forwardRef(DiagramSteadyDown);
|
|
29
|
-
|
|
30
|
-
exports.default = ForwardRef;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var React = require('react');
|
|
6
|
-
|
|
7
|
-
function _interopNamespaceDefault(e) {
|
|
8
|
-
var n = Object.create(null);
|
|
9
|
-
if (e) {
|
|
10
|
-
Object.keys(e).forEach(function (k) {
|
|
11
|
-
if (k !== 'default') {
|
|
12
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return e[k]; }
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
n.default = e;
|
|
21
|
-
return Object.freeze(n);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
|
-
|
|
26
|
-
const DonationCharityCarePerson = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M30.5 1.4a9 9 0 0 0-5.6 14.4 9 9 0 0 0 7.1 3.5 9 9 0 0 0 8.5-12 9 9 0 0 0-10-5.9m.4 2.7a6.3 6.3 0 0 0-5.2 6.8 6 6 0 0 0 4.8 5.5c.7.2 2.3.2 3 0a6.4 6.4 0 0 0 3.7-9.7 7 7 0 0 0-3.6-2.5 8 8 0 0 0-2.7-.1m0 16.4c-2 .2-4.3 1-6 2a13 13 0 0 0-5.7 11 1.3 1.3 0 0 0 2.3.7c.3-.4.3-.5.4-1.2q0-3.1 1.6-5.3A10.2 10.2 0 0 1 42.1 33c.1.7.1.8.4 1.2.8.8 2.1.4 2.3-.7v-1.2a13 13 0 0 0-14-11.8m-25.3 9q-1.6.3-2.7 1.4A5 5 0 0 0 1.5 33l-.2.6V49q.4 3.5 2.4 6.2c.7 1 5.7 7.2 6 7.4h.6l.7-.1q.6-.4.6-1.1l-.1-.6-5.9-7.5q-1-1.4-1.5-3.6a51 51 0 0 1-.1-8c0-8.4 0-7.8.4-8.5l1-1q1-.2 1.9 0 1 .4 1.5 1.5l.1.4v5.5c0 5.7 0 5.8.4 6.6.1.4 3.6 6.3 3.8 6.5q1 .8 2 0 .5-.6.2-1.5L11.7 45v-.7q0-1.2 1.3-2c.8-.4 1.4-.2 2.8 1l4.4 4.8q.8 1.4 1.3 3.2c.1.6.2.9.2 5.4v4.7l.2.3a1.3 1.3 0 0 0 2 .4c.5-.4.5-.2.5-5.2v-5a13 13 0 0 0-1.2-4c-.6-1.3-.9-1.6-2.7-3.5-3.2-3.4-4.1-4.2-5.5-4.7l-1.2-.2q-1 0-1.8.4l-.3.1v-3c0-3-.1-3.2-.2-3.7a5 5 0 0 0-1-1.9 5 5 0 0 0-2.6-1.7 5 5 0 0 0-2.4-.1m51.2 0q-1.9.3-3.2 1.8a5 5 0 0 0-1 2l-.1 3.6v3H52a4 4 0 0 0-2.7-.3c-1.4.4-2.5 1.3-5.8 4.8-1.8 1.9-2 2.2-2.7 3.5a13 13 0 0 0-1.1 4v5c0 5-.1 4.8.4 5.2a1.3 1.3 0 0 0 2-.4l.2-.3v-4.7c0-4.5 0-4.8.2-5.4.2-1 .8-2.4 1.3-3.2l4.4-4.7c1.4-1.2 2-1.5 2.8-1q1.3.5 1.3 2v.6c0 .1-.8 1.6-1.8 3.1l-1.8 3.1q-.4.9.3 1.6 1 .7 1.9 0l4-7.2.1-5.7.1-5.6.6-1.4c1.1-1.2 3-1 4 .3.4.7.3.2.3 8.5l-.1 8q-.5 2.2-1.5 3.6l-3 3.9-2.9 3.6-.1.6q0 .7.6 1 .2.4.7.3l.7-.1 6-7.4a13 13 0 0 0 2-4.7c.3-1.3.3-1.6.3-9.2v-7.6q-.3-1.5-1.5-2.8a5 5 0 0 0-2.8-1.5z" }));
|
|
28
|
-
const ForwardRef = React.forwardRef(DonationCharityCarePerson);
|
|
29
|
-
|
|
30
|
-
exports.default = ForwardRef;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var React = require('react');
|
|
6
|
-
|
|
7
|
-
function _interopNamespaceDefault(e) {
|
|
8
|
-
var n = Object.create(null);
|
|
9
|
-
if (e) {
|
|
10
|
-
Object.keys(e).forEach(function (k) {
|
|
11
|
-
if (k !== 'default') {
|
|
12
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return e[k]; }
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
n.default = e;
|
|
21
|
-
return Object.freeze(n);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
|
-
|
|
26
|
-
const Expand = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M44.4 1.3a1.3 1.3 0 0 0-.9 1.8q.4.6 1 .8H58L47 15.1C39 23 35.9 26.2 35.9 26.4c-.5 1 .7 2.2 1.7 1.7.2 0 3.4-3.3 11.3-11.2L60 6v6.7c0 7.4 0 7.1.4 7.5q.4.4 1 .4t.9-.3c.5-.5.4.2.4-9.4V2l-.2-.2-.4-.4-.2-.2H44.4M26.4 36Q26 36 15 47L4 58v-6.7l-.1-7q-.1-.5-.7-.8-.3-.2-.7-.1-.6 0-1 .6l-.2.2V62l.2.2q.1.3.4.4l.2.2h8.7c9.6 0 9 0 9.4-.4q.4-.3.3-1 0-.8-.9-1.2H5.9l11-11.2c8-7.9 11.2-11.1 11.2-11.3.5-1-.7-2.2-1.7-1.7" }));
|
|
28
|
-
const ForwardRef = React.forwardRef(Expand);
|
|
29
|
-
|
|
30
|
-
exports.default = ForwardRef;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var React = require('react');
|
|
6
|
-
|
|
7
|
-
function _interopNamespaceDefault(e) {
|
|
8
|
-
var n = Object.create(null);
|
|
9
|
-
if (e) {
|
|
10
|
-
Object.keys(e).forEach(function (k) {
|
|
11
|
-
if (k !== 'default') {
|
|
12
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return e[k]; }
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
n.default = e;
|
|
21
|
-
return Object.freeze(n);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
|
-
|
|
26
|
-
const HospitalShield = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M25 14.8a3 3 0 0 1 1.9-.7H37a2.6 2.6 0 0 1 2.6 2.6v5h5a2.6 2.6 0 0 1 2.7 2.6v10.3a2.6 2.6 0 0 1-2.6 2.6h-5v5a2.6 2.6 0 0 1-2.7 2.6H27a2.6 2.6 0 0 1-2.6-2.6v-5h-5a2.6 2.6 0 0 1-2.7-2.6V24.3a2.6 2.6 0 0 1 2.6-2.6h5v-5q.1-1.1.8-1.9m2 2V23q-.2 1.2-1.4 1.3h-6.3v10.1h6.3q1.2.1 1.3 1.3v6.4h10.2v-6.4q.1-1.2 1.3-1.3h6.3v-10h-6.3A1.3 1.3 0 0 1 37 23v-6.4z" }),
|
|
28
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M32 1.3a63 63 0 0 1 25 4.9 5 5 0 0 1 3.2 4.8v19.5a33 33 0 0 1-22 30.6l-2.8 1a10 10 0 0 1-6.8 0l-2.9-1A33 33 0 0 1 3.8 30.5V11A5 5 0 0 1 7 6.2a63 63 0 0 1 25-5M8 8.7A3 3 0 0 0 6.6 11v19.5a30 30 0 0 0 20.1 28l2.9 1.1a7 7 0 0 0 5 0l2.9-1a30 30 0 0 0 20.1-28.1V11A3 3 0 0 0 56 8.6 61 61 0 0 0 32 4 61 61 0 0 0 8 8.6" }));
|
|
29
|
-
const ForwardRef = React.forwardRef(HospitalShield);
|
|
30
|
-
|
|
31
|
-
exports.default = ForwardRef;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var React = require('react');
|
|
6
|
-
|
|
7
|
-
function _interopNamespaceDefault(e) {
|
|
8
|
-
var n = Object.create(null);
|
|
9
|
-
if (e) {
|
|
10
|
-
Object.keys(e).forEach(function (k) {
|
|
11
|
-
if (k !== 'default') {
|
|
12
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return e[k]; }
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
n.default = e;
|
|
21
|
-
return Object.freeze(n);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
|
-
|
|
26
|
-
const InsuranceDocument = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M6.8 2.4a5 5 0 0 0-4.4 3.8l-.2.6v21.9L2.3 51a5 5 0 0 0 3.8 3.8h23q.6-.6.6-1.1 0-.7-.3-1c-.5-.5.6-.4-11.6-.5h-11l-.5-.2a3 3 0 0 1-1.2-1.2l-.2-.5V28.7l.1-22q.4-1 1.5-1.5l.4-.1h14c15 0 14.2 0 14.8.3L40 9.5c4.2 4.3 4.2 4.2 4.3 5v6.3c0 5.7 0 6 .2 6.2.5 1.2 2.2 1 2.5-.2v-6.5c0-6.8 0-6.4-.4-7.4s-.6-1.1-4.5-5.1l-4.3-4.2a6 6 0 0 0-2-1l-.6-.2zm11 7-.6.6-.1 3.2v3h-3l-3.2.1q-.5.3-.7.9V26l.1.3.5.5.3.1h6V33l.2.3q.2.4.5.4l.3.2h4.4l4.6-.1q.5-.4.8-.9v-6h3c3.3 0 3.2 0 3.6-.4s.3-.3.3-5v-4.4l-.1-.3-.5-.5-.2-.2h-6l-.1-3v-3l-.2-.3-.5-.5-.3-.1h-9.1m1.9 5.7v3l-.2.3-.5.4-.3.2h-5.9v5.5h6.1l.7.7.1 3.2v3h5.5v-5.9l.3-.5c.5-.5.3-.5 3.7-.5h3v-5.5h-6l-.4-.2-.4-.5-.2-.3v-6h-5.5zm16 17.5a5 5 0 0 0-3.2 2.8c-.3.8-.3 1-.3 5.8l.1 5.2a18 18 0 0 0 7.9 12.6q2.5 1.8 5.5 2.6c1 .3 1.4.3 2.6 0a19 19 0 0 0 9-6.1 19 19 0 0 0 4.1-9.6V36l-.1-.6q-1.1-2.4-3.4-3a597 597 0 0 0-22.1 0m.3 2.7q-.6.4-1 1l-.2.2v8.9a16 16 0 0 0 11.4 13.5l.5.2.6-.1c5.6-1.6 9.9-6.2 11-12 .4-1.4.4-1.9.4-6.3v-4.2l-.2-.2q-.4-.6-1-1L46.8 35zm17.2 4-.3.1a134 134 0 0 0-7 9l-4-3q-.7-.1-1.3.1c-.7.5-.8 1.6-.2 2.1l5.6 4h1c.2-.2 7.6-10 7.8-10.5q.4-1-.4-1.7-.6-.3-1.2-.1", clipRule: "evenodd" }));
|
|
28
|
-
const ForwardRef = React.forwardRef(InsuranceDocument);
|
|
29
|
-
|
|
30
|
-
exports.default = ForwardRef;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var React = require('react');
|
|
6
|
-
|
|
7
|
-
function _interopNamespaceDefault(e) {
|
|
8
|
-
var n = Object.create(null);
|
|
9
|
-
if (e) {
|
|
10
|
-
Object.keys(e).forEach(function (k) {
|
|
11
|
-
if (k !== 'default') {
|
|
12
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return e[k]; }
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
n.default = e;
|
|
21
|
-
return Object.freeze(n);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
|
-
|
|
26
|
-
const Lock = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M32 4a12.7 12.7 0 0 0-12.7 12.7v7.6h25.4v-7.6A12.7 12.7 0 0 0 32 3.9m15.4 20.4v-7.6a15.4 15.4 0 1 0-30.8 0v7.6h-3.8a4 4 0 0 0-2.2.6 4 4 0 0 0-1.2 1.4L8.9 28h1.4-1.4v30.7q0 1.5.7 2.3a4 4 0 0 0 1.4 1.2l1.8.4v-1.3 1.3h38.4a4 4 0 0 0 2.2-.6 4 4 0 0 0 1.2-1.4l.5-1.8h-1.4 1.4V28.1a4 4 0 0 0-.7-2.2 4 4 0 0 0-1.4-1.3l-1.8-.4v1.3-1.3zm3.8 2.6H12.8q-.6 0-.7.2l-.3.4-.2.7v30.6l.2.8.4.3.6.2h38.4q.6 0 .7-.2l.3-.4.2-.7V28.2l-.2-.8-.4-.3zm-20.7 9.2a3.9 3.9 0 1 1 2.8 7.2V50a1.3 1.3 0 1 1-2.6 0v-6.6a4 4 0 0 1-2.3-2.1 4 4 0 0 1 2.1-5.1M32 41" }));
|
|
28
|
-
const ForwardRef = React.forwardRef(Lock);
|
|
29
|
-
|
|
30
|
-
exports.default = ForwardRef;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var React = require('react');
|
|
6
|
-
|
|
7
|
-
function _interopNamespaceDefault(e) {
|
|
8
|
-
var n = Object.create(null);
|
|
9
|
-
if (e) {
|
|
10
|
-
Object.keys(e).forEach(function (k) {
|
|
11
|
-
if (k !== 'default') {
|
|
12
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return e[k]; }
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
n.default = e;
|
|
21
|
-
return Object.freeze(n);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
|
-
|
|
26
|
-
const LockerRoomHangerMan = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M26.5 2.5q-1.6.3-2.7 1.1A5 5 0 0 0 22 6.3c-.2.8-.2 2 0 2.7a5 5 0 0 0 3 3.2l.4.1v2l-10.7 4.4-11.3 4.8a3.8 3.8 0 0 0-1 6.2 4 4 0 0 0 1.8 1h32a1.3 1.3 0 0 0 .4-2.3l-.5-.2-15.8-.1c-17 0-15.7 0-16.1-.4q-.7-1 .1-1.7l11.3-4.7 11.1-4.7 5.3 2.7 5.6 2.7a1.3 1.3 0 0 0 1.4-.7q.4-.9-.2-1.5l-5.4-2.9-5.3-2.6v-1.7l-.1-2q-.3-.6-.9-.8-1 0-1.3-.3a2 2 0 0 1-1.2-2.4A2.3 2.3 0 0 1 28.5 6q.6.6.7 1.6 0 .5.2.8c.5.6 1.5.7 2 .2s.4-.5.4-1.2q0-.8-.3-1.5a5 5 0 0 0-4.3-3.3zm23.4 2.7q-2.5.4-4.2 2.2a7 7 0 0 0-2.2 5.1c0 1.3 0 2.1.5 3.3a8 8 0 0 0 5.9 4.7h-.2l-2.1.5a12 12 0 0 0-7.6 8c-.4 1.4-.3 1.1-.4 6.9 0 5.7 0 5.7.3 6.2q.5.8 1.2 1.2c.5.2 1 .3 2.5.3H45v.4l1.1 15.6q.4 1.1 1.5 1.6l.4.2h6.5l.4-.2q1.3-.6 1.6-2l.8-15v-.6h3.2a3 3 0 0 0 2.1-2c.2-.4.2-10 0-11.1a11.5 11.5 0 0 0-10-10l.3-.1q2-.4 3.7-2.1a7.7 7.7 0 0 0-6.8-13" }));
|
|
28
|
-
const ForwardRef = React.forwardRef(LockerRoomHangerMan);
|
|
29
|
-
|
|
30
|
-
exports.default = ForwardRef;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var React = require('react');
|
|
6
|
-
|
|
7
|
-
function _interopNamespaceDefault(e) {
|
|
8
|
-
var n = Object.create(null);
|
|
9
|
-
if (e) {
|
|
10
|
-
Object.keys(e).forEach(function (k) {
|
|
11
|
-
if (k !== 'default') {
|
|
12
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return e[k]; }
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
n.default = e;
|
|
21
|
-
return Object.freeze(n);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
|
-
|
|
26
|
-
const MedicalFile = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M11.9 1.4q-1 .1-1.8 1-1 .9-1 1.9L9 32c0 30.3 0 27.7.4 28.6.2.6 1.1 1.4 1.7 1.7.9.4-.8.4 20.9.4s20 0 21-.4q1-.6 1.6-1.7c.5-.9.4 1 .4-21.7s0-20.8-.4-21.7c-.1-.4-.8-1-7.6-7.8-7-7-7.4-7.5-7.9-7.7-.9-.4 0-.4-14-.4zm.5 2.8-.6.5c-.1.3-.2.9-.2 27.4s0 27.1.2 27.4q.2.4.6.5h39.2q.4-.2.6-.6c.1-.3.2-.8.2-20.2v-20h-6c-6.7 0-6.4 0-7.2-.3a5 5 0 0 1-1.7-1.8c-.5-.8-.4-.6-.4-7.2V4H24.8c-10.7 0-12.3 0-12.4.2m27.3 6.6.1 5.2.6.6h10.1L45 11.2l-5.4-5.3zM29 21.7q-1.2.4-1.9 1.4c-.2.5-.3 1-.3 2.4v1.3h-3q-1.7.6-2 2.2v6q.1 1.3 1.3 1.9c.5.2 1 .3 2.4.3h1.3v3q.6 1.7 2.2 2h6q1.2-.1 1.9-1.3c.2-.5.3-1 .3-2.4v-1.3h3q1.7-.6 2-2.2v-6q-.1-1.2-1.3-1.9c-.5-.2-1-.3-2.4-.3h-1.3v-3q-.6-1.7-2.2-2zm.5 4.6c0 2.2 0 2.3-.4 2.7-.3.4-.4.4-2.7.4h-2v5h2c2.2 0 2.3 0 2.7.4.4.3.4.4.4 2.7v2h5v-2c0-2.3 0-2.4.4-2.7s.5-.4 2.7-.4h2v-5h-2c-2.2 0-2.3 0-2.7-.4-.4-.3-.4-.4-.4-2.7v-2h-5zm-12.1 21c-1 .5-1 2 0 2.4.2.1.7.2 14.6.2 13.7 0 14.4 0 14.6-.2.8-.4 1-1.4.5-2-.5-.5 1-.5-15.1-.5zm.2 5q-.6.2-.8.7c-.4.6 0 1.5.5 1.8L32 55h14.7q1-.8.5-2-.2-.4-.9-.6z" }));
|
|
28
|
-
const ForwardRef = React.forwardRef(MedicalFile);
|
|
29
|
-
|
|
30
|
-
exports.default = ForwardRef;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var React = require('react');
|
|
6
|
-
|
|
7
|
-
function _interopNamespaceDefault(e) {
|
|
8
|
-
var n = Object.create(null);
|
|
9
|
-
if (e) {
|
|
10
|
-
Object.keys(e).forEach(function (k) {
|
|
11
|
-
if (k !== 'default') {
|
|
12
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return e[k]; }
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
n.default = e;
|
|
21
|
-
return Object.freeze(n);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
|
-
|
|
26
|
-
const MedicalProfilePatient = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M8 2a5 5 0 0 0-4 4c-.1.5-.2 3.3-.2 26L4 58q.3 1.5 1.5 2.6a5 5 0 0 0 2 1.3l.6.1h48l.5-.1q3-1 3.6-4V35.8c0-24 0-22.2-.3-23.2-.4-1-.4-1-7.7-8.1-1.7-1.6-2.2-2-3.3-2.3L28.5 2zm.1 2.8a3 3 0 0 0-1.5 1.4l-.1.3v51.2l.1.3q.5 1 1.5 1.4h47.6q1-.4 1.4-1.2c.3-.6.3.5.3-22.4l-.1-22-.3-.6L48.8 5c-.6-.4 1-.4-20.6-.4zm9.5 3.8a1 1 0 0 0-.7 1v4.8h-4.8l-.4.1a1 1 0 0 0-.7 1V23l.2.3.5.5.3.2h5v4.9l.2.3q.1.3.4.5l.3.2h7.8q.5-.2.8-.8l.1-2.6V24h5l.5-.3c.4-.4.4-.2.4-4.5v-4q-.4-.5-1-.8h-4.9V12c0-2.7 0-2.8-.4-3.1s-.3-.4-4.4-.4H18zm2 5c0 2.5 0 2.5-.2 2.8l-.4.4-.3.2h-5v4.3h2.4c2.5 0 2.5 0 2.8.2l.4.4.2.3v5H24v-2.3l.1-2.6q.1-.6.7-.8l2.7-.1h2.4V17h-2.4c-2.2 0-2.4 0-2.7-.2q-.5-.3-.7-.8v-4.9h-4.4zm20.8 14.7a8 8 0 0 0-6.4 6.5c-.2.9-.1 2.3 0 3.1l.7 1.8q.8 1.5 2 2.5l.3.3-.3.1q-1.5.8-2.9 2.2a11 11 0 0 0-3.2 7.5q0 .9.2 1 .1.3.4.5l.3.2h20.6l.3-.2.5-.5.1-1c0-4-2.5-7.9-6-9.7l-.4-.1.3-.3a8 8 0 0 0 2.7-4.5 8 8 0 0 0-6-9.3c-.7-.2-2.5-.2-3.2-.1m.2 2.7a5 5 0 0 0-2.5 1.4 5 5 0 0 0-1.5 4q0 1.7 1.1 3 1.8 2 4.4 2a5 5 0 0 0 3.5-1.7q1.6-1.6 1.4-4 0-1-.4-1.9a5 5 0 0 0-3.3-2.7c-.6-.2-2-.3-2.7-.1M13 40.5c-1 .5-1 1.9 0 2.4l.2.2h14.1q.5-.2.9-.8v-.6q0-.9-.6-1.1l-.3-.2h-7zm27.6 3.7a9 9 0 0 0-6.6 5l-.6 1.9v.2h16.9V51q-.4-1.7-1.3-3.1a9 9 0 0 0-8.4-3.8m-27.4 5.4q-1.2.6-.7 2l.4.4.3.2h11.3l.2-.2a1.4 1.4 0 0 0 .5-1.6q-.2-.6-.9-.8z" }));
|
|
28
|
-
const ForwardRef = React.forwardRef(MedicalProfilePatient);
|
|
29
|
-
|
|
30
|
-
exports.default = ForwardRef;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var React = require('react');
|
|
6
|
-
|
|
7
|
-
function _interopNamespaceDefault(e) {
|
|
8
|
-
var n = Object.create(null);
|
|
9
|
-
if (e) {
|
|
10
|
-
Object.keys(e).forEach(function (k) {
|
|
11
|
-
if (k !== 'default') {
|
|
12
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return e[k]; }
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
n.default = e;
|
|
21
|
-
return Object.freeze(n);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
|
-
|
|
26
|
-
const MedicalResourcesFolder = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M6.5 2.2Q3.2 2.7 2 5.9l-.1.5V46l.1.6q1 2.8 3.7 3.9c1.1.3.8.3 12.3.3h10.4l.3-.2q1-.7.4-1.8l-.5-.5-.4-.2H12.4l.3-.5L16 36.4l3.2-11q.4-.8 1.3-1.2l.3-.2h36.7l.4.2q.8.4 1.2 1.2.3.4.3 1v.5l-.8 1.9c-.8 2-.8 2.2-.6 2.7.4 1 1.7 1 2.3.3l1.7-4.3c.5-2.3-.8-4.7-2.9-5.7-.8-.4-1-.4-3-.5h-1.7v-3.5c0-3.7 0-3.9-.3-4.7a5 5 0 0 0-3-3c-1-.3-.2-.3-14.4-.3h-13V8l-.1-2.2q-1-2.7-3.8-3.6L6.4 2.1m.3 2.7Q5.5 5 4.8 6.3l-.2.4v39a3 3 0 0 0 5.6.7l6.4-21.7a5 5 0 0 1 2.6-2.9c1.1-.5-.6-.5 17-.5h15.5v-7l-.2-.3q-.5-1.2-1.8-1.4l-14-.1c-14.7 0-13.7 0-14.2-.4s-.4-.4-.4-3V6.7l-.3-.4A3 3 0 0 0 19 4.9zm35.6 28.5a1 1 0 0 0-.8.9v7.2h-3.6c-3.5 0-3.7 0-3.9.2q-.4.1-.6.6l-.1 5.4V53q.3.5.8.8h7.4v7.3q.3.6.8.9h5.4c5.8 0 5.4.1 5.8-.4l.3-.6v-7h3.7l3.8-.1.4-.3c.4-.4.4-.2.4-5.8v-5.2l-.2-.3-.4-.4-.3-.2H54v-7.3l-.2-.3-.5-.5-.2-.2h-5.3zm1.8 6.2v3.7l-.1.3-.5.4-.3.2H36v7h3.5c3.9 0 3.8 0 4.2.4l.3.4c.1.2.2.5.2 3.9v3.6h7V52l.2-.3.4-.4.3-.2h7.3v-7h-3.6l-3.9-.1q-.4-.3-.6-.7l-.1-3.8V36h-7z" }));
|
|
28
|
-
const ForwardRef = React.forwardRef(MedicalResourcesFolder);
|
|
29
|
-
|
|
30
|
-
exports.default = ForwardRef;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var React = require('react');
|
|
6
|
-
|
|
7
|
-
function _interopNamespaceDefault(e) {
|
|
8
|
-
var n = Object.create(null);
|
|
9
|
-
if (e) {
|
|
10
|
-
Object.keys(e).forEach(function (k) {
|
|
11
|
-
if (k !== 'default') {
|
|
12
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return e[k]; }
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
n.default = e;
|
|
21
|
-
return Object.freeze(n);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
|
-
|
|
26
|
-
const MedicalSpecialtyRehabilitation = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M34.3 5a8 8 0 1 1 11.4 11.3A8 8 0 0 1 34.3 5m5.7.3A5.3 5.3 0 1 0 40 16a5.3 5.3 0 0 0 0-10.7m10.3 37a8 8 0 1 1 11.4 11.4 8 8 0 0 1-11.4-11.4m5.7.4a5.3 5.3 0 1 0 0 10.6 5.3 5.3 0 0 0 0-10.6M0 60q.1-1.2 1.3-1.3h61.4a1.3 1.3 0 0 1 0 2.6H1.3A1.3 1.3 0 0 1 0 60m26.6-37.4a12 12 0 0 1 5.4-1.3h9.3a9.3 9.3 0 0 1 9.4 9.4v2.2a9 9 0 0 1-6.4 8.9l-5.5 2a5.1 5.1 0 0 1-3.3-9.8l5.4-2a1.3 1.3 0 0 1 .9 2.6l-5.4 2a2.5 2.5 0 0 0 1.5 4.6l5.5-2A7 7 0 0 0 48 33v-2.2a6.7 6.7 0 0 0-6.7-6.7H32a9 9 0 0 0-7.5 3.7l-.8 1.1a1.3 1.3 0 1 1-2.1-1.6l.8-1a12 12 0 0 1 4.2-3.6M1.6 47q1.5-1.6 3.7-1.6h9.4a1.3 1.3 0 0 1 0 2.7H5.3a2.7 2.7 0 0 0 0 5.3H28a1.3 1.3 0 0 1 0 2.7H5.3A5.3 5.3 0 0 1 1.6 47" }),
|
|
28
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M22 36.2a11 11 0 0 0-5.6-1.5h-11a2.7 2.7 0 1 0 0 5.3h11a5 5 0 0 1 4.8 3l4.4 8.9a3 3 0 0 0 2.4 1.4h13.3a2.7 2.7 0 1 0 0-5.3H30.5q-.8 0-1.2-.7l-3.4-6.7a11 11 0 0 0-3.9-4.4M16.4 32a13 13 0 0 1 12 7.4l2.9 6h10a5.3 5.3 0 1 1 0 10.6H28a5 5 0 0 1-4.8-3l-4.4-8.9a3 3 0 0 0-2.4-1.4h-11a5.3 5.3 0 0 1 0-10.7z" }));
|
|
29
|
-
const ForwardRef = React.forwardRef(MedicalSpecialtyRehabilitation);
|
|
30
|
-
|
|
31
|
-
exports.default = ForwardRef;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var React = require('react');
|
|
6
|
-
|
|
7
|
-
function _interopNamespaceDefault(e) {
|
|
8
|
-
var n = Object.create(null);
|
|
9
|
-
if (e) {
|
|
10
|
-
Object.keys(e).forEach(function (k) {
|
|
11
|
-
if (k !== 'default') {
|
|
12
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return e[k]; }
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
n.default = e;
|
|
21
|
-
return Object.freeze(n);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
|
-
|
|
26
|
-
const MultipleActionsStar = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M5.4 27.1a14.1 14.1 0 0 1 24.1 10v9q-.1 1.2-1.3 1.3H23l-1.2 14.1a1.3 1.3 0 0 1-1.3 1.2H10.3a1.3 1.3 0 0 1-1.4-1.2l-1-14.1H2.6A1.3 1.3 0 0 1 1.3 46v-9a14 14 0 0 1 4.1-10m10-1.4A11.4 11.4 0 0 0 3.9 37v7.6H9q1.2.2 1.3 1.2L11.5 60h7.8l1.1-14.2a1.3 1.3 0 0 1 1.4-1.2h5V37a11.4 11.4 0 0 0-11.4-11.4" }),
|
|
28
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M8.1 4.3a10.3 10.3 0 1 1 14.6 14.5A10.3 10.3 0 0 1 8 4.3m7.3-.4a7.6 7.6 0 1 0 0 15.3 7.6 7.6 0 0 0 0-15.3M31 24.3A14 14 0 0 1 46.8 27a1.3 1.3 0 0 1-1.8 1.9 12 12 0 0 0-12.7-2 1.3 1.3 0 0 1-1.2-2.5m-.4-17.8a9 9 0 1 1 12.8 12.7A9 9 0 0 1 30.8 6.5m6.3 0a6.3 6.3 0 1 0 0 12.7 6.3 6.3 0 0 0 0-12.7m11.7 30.7-.5.1-3.3 7.1q-.4.8-1.2.8h-6.4a.2.2 0 0 0-.2.4l5.6 5.5q.6.7.3 1.5l-3 7a.3.3 0 0 0 .4.4l7.5-4.2a1 1 0 0 1 1.3 0l7.4 4.2a.3.3 0 0 0 .5-.4l-3-7a1.3 1.3 0 0 1 .2-1.5l5.5-5.5h.1a.2.2 0 0 0-.2-.4h-6.4q-.8 0-1.2-.8l-3.3-7zm-.2-2.7a3 3 0 0 1 2.7 1.7l3 6.3h5.5a2.9 2.9 0 0 1 2 5l-4.9 4.8 2.7 6.2a3 3 0 0 1-4.2 3.8l-6.8-3.8-6.7 3.8a3 3 0 0 1-4.3-3.7l2.7-6.3-4.9-4.8a2.9 2.9 0 0 1 2-5H43l2.9-6.3a3 3 0 0 1 2.7-1.7" }));
|
|
29
|
-
const ForwardRef = React.forwardRef(MultipleActionsStar);
|
|
30
|
-
|
|
31
|
-
exports.default = ForwardRef;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var React = require('react');
|
|
6
|
-
|
|
7
|
-
function _interopNamespaceDefault(e) {
|
|
8
|
-
var n = Object.create(null);
|
|
9
|
-
if (e) {
|
|
10
|
-
Object.keys(e).forEach(function (k) {
|
|
11
|
-
if (k !== 'default') {
|
|
12
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return e[k]; }
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
n.default = e;
|
|
21
|
-
return Object.freeze(n);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
|
-
|
|
26
|
-
const MultipleCircle = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M20.4 51.6a1.3 1.3 0 0 1-1.2 1.4q-7.4.6-11.7 1.8-2.1.6-3 1.2l-.4.3q.3.4 1.3.7 2.1.9 6 1.6C16.7 59.5 24 60 32 60s15.3-.6 20.6-1.5q3.9-.7 6-1.6 1-.4 1.3-.7l-.4-.3q-1-.6-3-1.2-4.5-1-11.9-1.7a1.3 1.3 0 1 1 .2-2.6q7.6.6 12.2 1.8l3.8 1.5c.8.5 1.8 1.3 1.8 2.6q-.1 1.4-1 2-.9.8-2.1 1.2-2.5 1-6.6 1.7c-5.4 1-12.8 1.5-21 1.5s-15.6-.6-21-1.5q-4.1-.7-6.6-1.7-1.2-.5-2-1.2-1-.6-1.1-2c0-1.3 1-2.1 1.8-2.6q1.5-.9 3.7-1.4 4.7-1.3 12.2-2a1.3 1.3 0 0 1 1.4 1.3M48.7 8.5a7 7 0 1 1 10 10 7 7 0 0 1-10-10m5 .6a4.4 4.4 0 1 0 0 8.8 4.4 4.4 0 0 0 0-8.8" }),
|
|
28
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M47.4 23a9 9 0 0 1 15.3 6.4v6.4q-.1 1.3-1.3 1.4h-2.7l-1.1 10.3a1.3 1.3 0 0 1-1.3 1.2h-5.1a1.3 1.3 0 0 1-1.4-1.2l-1.1-10.3h-2.6a1.3 1.3 0 0 1-1.4-1.4v-6.4a9 9 0 0 1 2.7-6.3m6.3 0a6.3 6.3 0 0 0-6.3 6.3v5.1h2.5q1.1 0 1.3 1.2L52.4 46H55l1.1-10.3a1.3 1.3 0 0 1 1.4-1.2H60v-5a6.3 6.3 0 0 0-6.4-6.4M5.3 8.5a7 7 0 1 1 10 10 7 7 0 0 1-10-10m5 .6a4.4 4.4 0 1 0 0 8.8 4.4 4.4 0 0 0 0-8.8" }),
|
|
29
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M4 23a9 9 0 0 1 15.3 6.4v6.4q-.1 1.3-1.4 1.4h-2.6l-1.1 10.3a1.3 1.3 0 0 1-1.4 1.2h-5q-1.2 0-1.4-1.2L5.3 37.2H2.6a1.3 1.3 0 0 1-1.3-1.4v-6.4a9 9 0 0 1 2.6-6.3m6.4 0a6.3 6.3 0 0 0-6.4 6.3v5.1h2.5q1.2 0 1.4 1.2L8.9 46h2.7l1.2-10.3a1.3 1.3 0 0 1 1.3-1.2h2.5v-5a6.3 6.3 0 0 0-6.3-6.4M26 3.7a8.4 8.4 0 1 1 11.8 11.9A8.4 8.4 0 0 1 26.1 3.7M32 4a5.7 5.7 0 1 0 0 11.4A5.7 5.7 0 0 0 32 4" }),
|
|
30
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M24.7 20.9a10.3 10.3 0 0 1 17.6 7.3v7.6q-.1 1.3-1.4 1.4h-2.8l-1 11.5a1.3 1.3 0 0 1-1.3 1.2h-7.6a1.3 1.3 0 0 1-1.4-1.2l-1-11.5h-2.7a1.3 1.3 0 0 1-1.4-1.4v-7.6q0-4.3 3-7.3m7.3-.3a7.6 7.6 0 0 0-7.6 7.6v6.3H27q1.2 0 1.3 1.2l1 11.6h5.2l1-11.6q.1-1.1 1.3-1.2h2.7v-6.3a7.6 7.6 0 0 0-7.6-7.6" }));
|
|
31
|
-
const ForwardRef = React.forwardRef(MultipleCircle);
|
|
32
|
-
|
|
33
|
-
exports.default = ForwardRef;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var React = require('react');
|
|
6
|
-
|
|
7
|
-
function _interopNamespaceDefault(e) {
|
|
8
|
-
var n = Object.create(null);
|
|
9
|
-
if (e) {
|
|
10
|
-
Object.keys(e).forEach(function (k) {
|
|
11
|
-
if (k !== 'default') {
|
|
12
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return e[k]; }
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
n.default = e;
|
|
21
|
-
return Object.freeze(n);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
|
-
|
|
26
|
-
const ShieldLock = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M28 1.4A63 63 0 0 0 9.9 5L6.7 6.3A5 5 0 0 0 4.2 9c-.4 1-.4.3-.3 12.5 0 11.9 0 11.3.3 13.5a33 33 0 0 0 15.5 23.2l4 2c1 .5 5 2 5.7 2.2a10 10 0 0 0 5.2 0l5.8-2.1A33 33 0 0 0 59.8 35c.3-2.2.3-1.6.3-13.4V10q-.6-2.5-2.8-3.7l-1.2-.5a62 62 0 0 0-28-4.4M28 4q-9.4.6-18.4 4c-2.1.8-2.5 1-3 2l-.1.3v11c0 11.6 0 11.4.3 13.4a30 30 0 0 0 4.7 12.2q1.4 2.2 3.6 4.3A29 29 0 0 0 27.7 59c2.9 1 3 1.1 4.3 1.1l1.6-.1 5.5-2a31 31 0 0 0 11.4-8.5q5.3-6.5 6.6-14.6c.3-2.1.3-1.8.3-13.5v-11l-.2-.4c-.4-.8-.8-1.1-3-2a60 60 0 0 0-26-3.9m2.3 7.6q-4.7 1.2-6 5.7-.2 1-.2 3v1.4h-1a4 4 0 0 0-3.7 2c-.5 1-.4.4-.4 9.6V42a4 4 0 0 0 2.9 2.8l9.9.1h9.9a4 4 0 0 0 2.8-2.9l.1-8.6v-8.6a4 4 0 0 0-2.7-2.8q-.4-.2-1.4-.2h-1v-1.3q0-2.1-.2-3a7.7 7.7 0 0 0-9-5.8m.4 2.7a5 5 0 0 0-3.8 3.6l-.1 2v1.7h10V18q-.9-2.6-3.4-3.5l-1.3-.2zm-8.2 10.2-.7.5-.1.3v16.3l.5.4.3.1h18.9l.4-.5.1-.4V25l-.5-.4-.3-.2H22.7m8.5 4.4q-1.4.3-2.4 1.3-.8.7-1.1 1.8-.2.4-.2 1.3l.1 1.4a5 5 0 0 0 3.2 3q.4.3 1.2.2l1.2-.1a5 5 0 0 0 3.2-3.1l.1-1.4q0-.9-.2-1.3a5 5 0 0 0-1.1-1.9 4 4 0 0 0-3-1.2zm.2 2.7a2 2 0 0 0-1.2 1.2q-.2 1.5 1 2.3a2 2 0 0 0 1.6 0q.5-.4.9-1a2 2 0 0 0 0-1.5 2 2 0 0 0-2.3-1" }));
|
|
28
|
-
const ForwardRef = React.forwardRef(ShieldLock);
|
|
29
|
-
|
|
30
|
-
exports.default = ForwardRef;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var React = require('react');
|
|
6
|
-
|
|
7
|
-
function _interopNamespaceDefault(e) {
|
|
8
|
-
var n = Object.create(null);
|
|
9
|
-
if (e) {
|
|
10
|
-
Object.keys(e).forEach(function (k) {
|
|
11
|
-
if (k !== 'default') {
|
|
12
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return e[k]; }
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
n.default = e;
|
|
21
|
-
return Object.freeze(n);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
|
-
|
|
26
|
-
const SingleManActionsInformation = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M19.9 4.8q-1.7.8-2 2a1.3 1.3 0 0 1-1.6 1l-1-.2V8l.8 1.8.1.2.5 1 .2.7q-.1 1.2-1.4 1.3l-.3.2-.2 1q0 .7.2 1 .1.3.3.2 1.3.1 1.4 1.4.1 3.6 1 4.5l.5.6q.9.3.9 1.3v5q0 .9-.8 1.3L7.2 34.2a3 3 0 0 0-1.3 1q-.4.6-.8 1.7l-.5 2.9-.2.8-.2 1.6h20.1a1.3 1.3 0 0 1 0 2.6H2.6a1.3 1.3 0 0 1-1.3-1.5l.5-3 .1-1 .7-3.1q.4-1.5 1.2-2.6.9-1.2 2.4-1.8l10.4-4.5v-3.5l-1-1.1q-1-1.4-1.4-5a3 3 0 0 1-1.2-1.1q-.7-1.2-.7-2.5c0-1.3.2-1.7.7-2.5l.7-.8q-.5-.9-.9-2.1l-.2-1.4q0-.7.6-1.5Q14 5 15 5h.9q1-1.7 3-2.6 2.4-1.2 5.2-1.1 3 0 5.4 1c1.5.8 3 2 3.4 3.8v.1a8 8 0 0 1-.6 4.8q.5.3.6.7.5 1.3.5 2.5t-.7 2.3q-.3.6-1 1-.2 3.6-1.2 5.1l-.9 1.1v3.6l3 1.3a1.3 1.3 0 1 1-1 2.4l-3.9-1.6a1 1 0 0 1-.8-1.2V23q0-.9.8-1.3.3 0 .5-.6.8-.8 1-4.5.1-1.2 1.1-1.4.3-.6.4-1.3l-.1-1-.1-.1a1.3 1.3 0 0 1-1.1-2.1 5 5 0 0 0 .9-4q-.3-1.2-2-2T24 3.9c-2.5 0-3 .3-4.1.9M29.4 46a16.7 16.7 0 1 1 33.3 0 16.7 16.7 0 0 1-33.3 0M46 32a14 14 0 1 0 0 28 14 14 0 0 0 0-28" }),
|
|
28
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M40.9 43.5q.1-1.2 1.3-1.3h2.6a2.6 2.6 0 0 1 2.6 2.6v9a1.3 1.3 0 1 1-2.7 0v-9h-2.5a1.3 1.3 0 0 1-1.3-1.3" }),
|
|
29
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M40.9 53.7q.1-1.2 1.3-1.3H50a1.3 1.3 0 0 1 0 2.7h-7.7a1.3 1.3 0 0 1-1.3-1.4m3-15.3a.7.7 0 0 0 0-1.3v-1.3a2 2 0 1 0 0 4z" }),
|
|
30
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M44.1 35.8a2 2 0 1 1 0 4v-1.4a.7.7 0 0 1 0-1.3z" }));
|
|
31
|
-
const ForwardRef = React.forwardRef(SingleManActionsInformation);
|
|
32
|
-
|
|
33
|
-
exports.default = ForwardRef;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var React = require('react');
|
|
6
|
-
|
|
7
|
-
function _interopNamespaceDefault(e) {
|
|
8
|
-
var n = Object.create(null);
|
|
9
|
-
if (e) {
|
|
10
|
-
Object.keys(e).forEach(function (k) {
|
|
11
|
-
if (k !== 'default') {
|
|
12
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return e[k]; }
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
n.default = e;
|
|
21
|
-
return Object.freeze(n);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
|
-
|
|
26
|
-
const SingleNeutralActionsChat = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M33.3 32.3a1.3 1.3 0 0 0-1.3 1.4v18.6a1.3 1.3 0 0 0 1.3 1.4h5.4q1.2.1 1.3 1.3v5.3l7.8-6.3.9-.3H60a1.3 1.3 0 0 0 1.3-1.3V33.7a1.3 1.3 0 0 0-1.3-1.4zM30.5 31a4 4 0 0 1 2.8-1.2H60a4 4 0 0 1 4 4v18.6a4 4 0 0 1-4 4H49.1l-8.5 6.9a2 2 0 0 1-3-.5l-.3-1v-5.4h-4a4 4 0 0 1-4-4V33.7a4 4 0 0 1 1.2-2.8" }),
|
|
28
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M37.3 39q.1-1.2 1.4-1.3h16a1.3 1.3 0 0 1 0 2.7h-16a1.3 1.3 0 0 1-1.4-1.4m0 8q.1-1.2 1.4-1.3h10.6a1.3 1.3 0 1 1 0 2.7H38.7a1.3 1.3 0 0 1-1.4-1.4M22.6.4a10.3 10.3 0 0 1 10 11 15 15 0 0 1-3.8 11.4 6 6 0 0 0-.2 3.8 1.3 1.3 0 0 1-2.6.7 8 8 0 0 1 .5-5.8l.2-.3a12 12 0 0 0 3.2-9.6v-.2A7.6 7.6 0 0 0 22.7 3a7.6 7.6 0 0 0-7.4 8.4v.2a12 12 0 0 0 3.2 9.6q.4.4.6 1l.3 1q.2 1 .1 2.2 0 1.3-.4 2.4-.4 1.3-1.8 2l-1.7.6-7.1 2.8q-1.8.8-2.8 1.5-1 .8-1.3 1.4a22 22 0 0 0-1.7 7h22.6a1.3 1.3 0 0 1 0 2.6h-24A1.3 1.3 0 0 1 0 44.3 25 25 0 0 1 2 35q.7-1.5 2.1-2.3 1.4-1 3.3-1.8 3-1.4 7.3-2.9l1.7-.6.2-.4.3-1.6-.2-1.7-.1-.5V23a15 15 0 0 1-4-11.5A10.3 10.3 0 0 1 22.6.4" }));
|
|
29
|
-
const ForwardRef = React.forwardRef(SingleNeutralActionsChat);
|
|
30
|
-
|
|
31
|
-
exports.default = ForwardRef;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { forwardRef } from 'react';
|
|
3
|
-
|
|
4
|
-
const CalendarIconographic = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
5
|
-
React.createElement("path", { fill: "currentColor", d: "M4 10.3v48.5l.1.8.4.3.7.2h53.6l.8-.2.3-.4.2-.7V10.3l-.2-.8-.4-.3-.7-.1H5.2l-.8.1-.3.4zm55-2.6V6.4H5.1a4 4 0 0 0-2.3.6 4 4 0 0 0-1.2 1.4l-.4 1.8h1.3-1.3v48.6q0 1.4.6 2.3t1.4 1.2l1.8.4v-1.3 1.3h53.7a4 4 0 0 0 2.2-.6 4 4 0 0 0 1.3-1.4l.4-1.8h-1.3 1.3V10.2A4 4 0 0 0 62 8a4 4 0 0 0-1.4-1.2L59 6.4z" }),
|
|
6
|
-
React.createElement("path", { fill: "currentColor", d: "M15.4 1.3q1.2.1 1.3 1.3v12.8a1.3 1.3 0 0 1-2.6 0V2.6q.1-1.2 1.3-1.3m33.2 0q1.2.1 1.3 1.3v12.8a1.3 1.3 0 0 1-2.6 0V2.6q.1-1.2 1.3-1.3M1.3 20.5q.1-1.2 1.3-1.3h58.8a1.3 1.3 0 0 1 0 2.6H2.6a1.3 1.3 0 0 1-1.3-1.3" }));
|
|
7
|
-
const ForwardRef = forwardRef(CalendarIconographic);
|
|
8
|
-
|
|
9
|
-
export { ForwardRef as default };
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { forwardRef } from 'react';
|
|
3
|
-
|
|
4
|
-
const CaloriesFoodPyramid = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
5
|
-
React.createElement("path", { fill: "currentColor", d: "M32 5.7q.8 0 1.2.7l10.7 18.5 18 31.4a1.3 1.3 0 0 1-1.1 2H3.2a1.3 1.3 0 0 1-1.1-2l18-31.4L30.8 6.4a1 1 0 0 1 1.2-.7m-8.4 18.6h16.8L32 9.7zM42 26.9H22.1l-7.3 12.7h34.4zm8.9 15.4H13.2L5.5 55.6h53z" }));
|
|
6
|
-
const ForwardRef = forwardRef(CaloriesFoodPyramid);
|
|
7
|
-
|
|
8
|
-
export { ForwardRef as default };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { forwardRef } from 'react';
|
|
3
|
-
|
|
4
|
-
const CashPaymentBill = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
5
|
-
React.createElement("path", { fill: "currentColor", d: "M54.1 42.2 42.8 46a1.3 1.3 0 1 1-.8-2.6l11.3-3.7a8 8 0 0 1 9.2 3 1.3 1.3 0 0 1-.5 2l-13.4 7-3.6 1.9c-3.9 2-6.6 3.3-9.2 3.7-2.7.4-5.2 0-8.7-1L20.8 54 13 51.4l-9.7 6A1.3 1.3 0 1 1 2 55.1l10.2-6.3q.6-.4 1.2-.2l8.4 3 6.3 2c3.3 1.1 5.4 1.4 7.5 1s4.5-1.3 8.3-3.4l3.5-1.8L59.2 43a6 6 0 0 0-5-.9" }),
|
|
6
|
-
React.createElement("path", { fill: "currentColor", d: "m12.2 34.6.6-.1h7.7a18 18 0 0 1 12 5.1h7a4 4 0 1 1 0 7.8H25.7a1.3 1.3 0 1 1 0-2.7H40a1.3 1.3 0 1 0 0-2.4h-8q-.6 0-1-.4a16 16 0 0 0-10.5-4.7H13l-9.9 5A1.3 1.3 0 0 1 2 39.7zm4.4-26.9q.1-1.2 1.4-1.3h38.3q1.2.1 1.3 1.3v20.5q-.1 1.2-1.3 1.3H18a1.3 1.3 0 0 1-1.4-1.3zm2.7 1.4v17.7H55V9.1z" }),
|
|
7
|
-
React.createElement("path", { fill: "currentColor", d: "M43.8 6.9a1.3 1.3 0 0 1 2-.2l11.3 9a1.3 1.3 0 1 1-1.6 2L44 8.7a1.3 1.3 0 0 1-.3-1.8" }),
|
|
8
|
-
React.createElement("path", { fill: "currentColor", d: "M57.3 18.3a1.3 1.3 0 0 1-.1 2l-9.8 8.9a1.3 1.3 0 1 1-1.8-2l9.8-9a1.3 1.3 0 0 1 1.9.1m-40.3 0a1.3 1.3 0 0 1 1.9 0l9.7 8.9a1.3 1.3 0 1 1-1.8 2l-9.7-9a1.3 1.3 0 0 1-.1-1.9" }),
|
|
9
|
-
React.createElement("path", { fill: "currentColor", d: "M30.3 6.9a1.3 1.3 0 0 1-.2 1.9l-11.3 9a1.3 1.3 0 1 1-1.7-2.2l11.4-9a1.3 1.3 0 0 1 1.8.3m3.2 7.4a5.2 5.2 0 1 1 7.3 7.3 5.2 5.2 0 0 1-7.3-7.3m3.6 1.1a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5" }));
|
|
10
|
-
const ForwardRef = forwardRef(CashPaymentBill);
|
|
11
|
-
|
|
12
|
-
export { ForwardRef as default };
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { forwardRef } from 'react';
|
|
3
|
-
|
|
4
|
-
const DiagramSteadyDown = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
5
|
-
React.createElement("path", { fill: "currentColor", d: "M4.5 4.7q-.7.1-1 .9v.9L4.8 12c.6.8 1.8.7 2.2-.1q.5-.4 0-1.6l-.6-3.6-.2-1.2a1 1 0 0 0-.7-.8q-.3-.3-1-.1M7.3 16q-.4.2-.6.6c-.2.5-.2.8.3 1.9.9 2 2.3 4.7 2.7 5.1.9.9 2.4 0 2.2-1.1l-.7-1.5-1.8-3.7-.5-1q-.6-.7-1.6-.3m6.2 10.6q-.7.4-.7 1.2-.1.6.6 1.3a50 50 0 0 0 15.3 12.2 46 46 0 0 0 24 4.8h3.8l-5.6 5.6a46 46 0 0 0-5.6 5.9 1.3 1.3 0 0 0 .7 1.5q.5.3 1 .1c.2 0 1.1-1 7-6.8l7-7a1 1 0 0 0 0-1.2l-7-7-6.8-6.8c-.8-.4-1.8.1-2 1 0 .7-.3.4 5.8 6.5l5.5 5.5h-4c-5.2 0-6.9 0-9.6-.5a44 44 0 0 1-21-9.1 45 45 0 0 1-6.2-6.1c-.8-1-1-1.2-1.6-1.2z" }));
|
|
6
|
-
const ForwardRef = forwardRef(DiagramSteadyDown);
|
|
7
|
-
|
|
8
|
-
export { ForwardRef as default };
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { forwardRef } from 'react';
|
|
3
|
-
|
|
4
|
-
const DonationCharityCarePerson = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
5
|
-
React.createElement("path", { fill: "currentColor", d: "M30.5 1.4a9 9 0 0 0-5.6 14.4 9 9 0 0 0 7.1 3.5 9 9 0 0 0 8.5-12 9 9 0 0 0-10-5.9m.4 2.7a6.3 6.3 0 0 0-5.2 6.8 6 6 0 0 0 4.8 5.5c.7.2 2.3.2 3 0a6.4 6.4 0 0 0 3.7-9.7 7 7 0 0 0-3.6-2.5 8 8 0 0 0-2.7-.1m0 16.4c-2 .2-4.3 1-6 2a13 13 0 0 0-5.7 11 1.3 1.3 0 0 0 2.3.7c.3-.4.3-.5.4-1.2q0-3.1 1.6-5.3A10.2 10.2 0 0 1 42.1 33c.1.7.1.8.4 1.2.8.8 2.1.4 2.3-.7v-1.2a13 13 0 0 0-14-11.8m-25.3 9q-1.6.3-2.7 1.4A5 5 0 0 0 1.5 33l-.2.6V49q.4 3.5 2.4 6.2c.7 1 5.7 7.2 6 7.4h.6l.7-.1q.6-.4.6-1.1l-.1-.6-5.9-7.5q-1-1.4-1.5-3.6a51 51 0 0 1-.1-8c0-8.4 0-7.8.4-8.5l1-1q1-.2 1.9 0 1 .4 1.5 1.5l.1.4v5.5c0 5.7 0 5.8.4 6.6.1.4 3.6 6.3 3.8 6.5q1 .8 2 0 .5-.6.2-1.5L11.7 45v-.7q0-1.2 1.3-2c.8-.4 1.4-.2 2.8 1l4.4 4.8q.8 1.4 1.3 3.2c.1.6.2.9.2 5.4v4.7l.2.3a1.3 1.3 0 0 0 2 .4c.5-.4.5-.2.5-5.2v-5a13 13 0 0 0-1.2-4c-.6-1.3-.9-1.6-2.7-3.5-3.2-3.4-4.1-4.2-5.5-4.7l-1.2-.2q-1 0-1.8.4l-.3.1v-3c0-3-.1-3.2-.2-3.7a5 5 0 0 0-1-1.9 5 5 0 0 0-2.6-1.7 5 5 0 0 0-2.4-.1m51.2 0q-1.9.3-3.2 1.8a5 5 0 0 0-1 2l-.1 3.6v3H52a4 4 0 0 0-2.7-.3c-1.4.4-2.5 1.3-5.8 4.8-1.8 1.9-2 2.2-2.7 3.5a13 13 0 0 0-1.1 4v5c0 5-.1 4.8.4 5.2a1.3 1.3 0 0 0 2-.4l.2-.3v-4.7c0-4.5 0-4.8.2-5.4.2-1 .8-2.4 1.3-3.2l4.4-4.7c1.4-1.2 2-1.5 2.8-1q1.3.5 1.3 2v.6c0 .1-.8 1.6-1.8 3.1l-1.8 3.1q-.4.9.3 1.6 1 .7 1.9 0l4-7.2.1-5.7.1-5.6.6-1.4c1.1-1.2 3-1 4 .3.4.7.3.2.3 8.5l-.1 8q-.5 2.2-1.5 3.6l-3 3.9-2.9 3.6-.1.6q0 .7.6 1 .2.4.7.3l.7-.1 6-7.4a13 13 0 0 0 2-4.7c.3-1.3.3-1.6.3-9.2v-7.6q-.3-1.5-1.5-2.8a5 5 0 0 0-2.8-1.5z" }));
|
|
6
|
-
const ForwardRef = forwardRef(DonationCharityCarePerson);
|
|
7
|
-
|
|
8
|
-
export { ForwardRef as default };
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { forwardRef } from 'react';
|
|
3
|
-
|
|
4
|
-
const Expand = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
5
|
-
React.createElement("path", { fill: "currentColor", d: "M44.4 1.3a1.3 1.3 0 0 0-.9 1.8q.4.6 1 .8H58L47 15.1C39 23 35.9 26.2 35.9 26.4c-.5 1 .7 2.2 1.7 1.7.2 0 3.4-3.3 11.3-11.2L60 6v6.7c0 7.4 0 7.1.4 7.5q.4.4 1 .4t.9-.3c.5-.5.4.2.4-9.4V2l-.2-.2-.4-.4-.2-.2H44.4M26.4 36Q26 36 15 47L4 58v-6.7l-.1-7q-.1-.5-.7-.8-.3-.2-.7-.1-.6 0-1 .6l-.2.2V62l.2.2q.1.3.4.4l.2.2h8.7c9.6 0 9 0 9.4-.4q.4-.3.3-1 0-.8-.9-1.2H5.9l11-11.2c8-7.9 11.2-11.1 11.2-11.3.5-1-.7-2.2-1.7-1.7" }));
|
|
6
|
-
const ForwardRef = forwardRef(Expand);
|
|
7
|
-
|
|
8
|
-
export { ForwardRef as default };
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { forwardRef } from 'react';
|
|
3
|
-
|
|
4
|
-
const HospitalShield = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
5
|
-
React.createElement("path", { fill: "currentColor", d: "M25 14.8a3 3 0 0 1 1.9-.7H37a2.6 2.6 0 0 1 2.6 2.6v5h5a2.6 2.6 0 0 1 2.7 2.6v10.3a2.6 2.6 0 0 1-2.6 2.6h-5v5a2.6 2.6 0 0 1-2.7 2.6H27a2.6 2.6 0 0 1-2.6-2.6v-5h-5a2.6 2.6 0 0 1-2.7-2.6V24.3a2.6 2.6 0 0 1 2.6-2.6h5v-5q.1-1.1.8-1.9m2 2V23q-.2 1.2-1.4 1.3h-6.3v10.1h6.3q1.2.1 1.3 1.3v6.4h10.2v-6.4q.1-1.2 1.3-1.3h6.3v-10h-6.3A1.3 1.3 0 0 1 37 23v-6.4z" }),
|
|
6
|
-
React.createElement("path", { fill: "currentColor", d: "M32 1.3a63 63 0 0 1 25 4.9 5 5 0 0 1 3.2 4.8v19.5a33 33 0 0 1-22 30.6l-2.8 1a10 10 0 0 1-6.8 0l-2.9-1A33 33 0 0 1 3.8 30.5V11A5 5 0 0 1 7 6.2a63 63 0 0 1 25-5M8 8.7A3 3 0 0 0 6.6 11v19.5a30 30 0 0 0 20.1 28l2.9 1.1a7 7 0 0 0 5 0l2.9-1a30 30 0 0 0 20.1-28.1V11A3 3 0 0 0 56 8.6 61 61 0 0 0 32 4 61 61 0 0 0 8 8.6" }));
|
|
7
|
-
const ForwardRef = forwardRef(HospitalShield);
|
|
8
|
-
|
|
9
|
-
export { ForwardRef as default };
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { forwardRef } from 'react';
|
|
3
|
-
|
|
4
|
-
const InsuranceDocument = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
5
|
-
React.createElement("path", { fill: "currentColor", d: "M6.8 2.4a5 5 0 0 0-4.4 3.8l-.2.6v21.9L2.3 51a5 5 0 0 0 3.8 3.8h23q.6-.6.6-1.1 0-.7-.3-1c-.5-.5.6-.4-11.6-.5h-11l-.5-.2a3 3 0 0 1-1.2-1.2l-.2-.5V28.7l.1-22q.4-1 1.5-1.5l.4-.1h14c15 0 14.2 0 14.8.3L40 9.5c4.2 4.3 4.2 4.2 4.3 5v6.3c0 5.7 0 6 .2 6.2.5 1.2 2.2 1 2.5-.2v-6.5c0-6.8 0-6.4-.4-7.4s-.6-1.1-4.5-5.1l-4.3-4.2a6 6 0 0 0-2-1l-.6-.2zm11 7-.6.6-.1 3.2v3h-3l-3.2.1q-.5.3-.7.9V26l.1.3.5.5.3.1h6V33l.2.3q.2.4.5.4l.3.2h4.4l4.6-.1q.5-.4.8-.9v-6h3c3.3 0 3.2 0 3.6-.4s.3-.3.3-5v-4.4l-.1-.3-.5-.5-.2-.2h-6l-.1-3v-3l-.2-.3-.5-.5-.3-.1h-9.1m1.9 5.7v3l-.2.3-.5.4-.3.2h-5.9v5.5h6.1l.7.7.1 3.2v3h5.5v-5.9l.3-.5c.5-.5.3-.5 3.7-.5h3v-5.5h-6l-.4-.2-.4-.5-.2-.3v-6h-5.5zm16 17.5a5 5 0 0 0-3.2 2.8c-.3.8-.3 1-.3 5.8l.1 5.2a18 18 0 0 0 7.9 12.6q2.5 1.8 5.5 2.6c1 .3 1.4.3 2.6 0a19 19 0 0 0 9-6.1 19 19 0 0 0 4.1-9.6V36l-.1-.6q-1.1-2.4-3.4-3a597 597 0 0 0-22.1 0m.3 2.7q-.6.4-1 1l-.2.2v8.9a16 16 0 0 0 11.4 13.5l.5.2.6-.1c5.6-1.6 9.9-6.2 11-12 .4-1.4.4-1.9.4-6.3v-4.2l-.2-.2q-.4-.6-1-1L46.8 35zm17.2 4-.3.1a134 134 0 0 0-7 9l-4-3q-.7-.1-1.3.1c-.7.5-.8 1.6-.2 2.1l5.6 4h1c.2-.2 7.6-10 7.8-10.5q.4-1-.4-1.7-.6-.3-1.2-.1", clipRule: "evenodd" }));
|
|
6
|
-
const ForwardRef = forwardRef(InsuranceDocument);
|
|
7
|
-
|
|
8
|
-
export { ForwardRef as default };
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { forwardRef } from 'react';
|
|
3
|
-
|
|
4
|
-
const Lock = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
5
|
-
React.createElement("path", { fill: "currentColor", d: "M32 4a12.7 12.7 0 0 0-12.7 12.7v7.6h25.4v-7.6A12.7 12.7 0 0 0 32 3.9m15.4 20.4v-7.6a15.4 15.4 0 1 0-30.8 0v7.6h-3.8a4 4 0 0 0-2.2.6 4 4 0 0 0-1.2 1.4L8.9 28h1.4-1.4v30.7q0 1.5.7 2.3a4 4 0 0 0 1.4 1.2l1.8.4v-1.3 1.3h38.4a4 4 0 0 0 2.2-.6 4 4 0 0 0 1.2-1.4l.5-1.8h-1.4 1.4V28.1a4 4 0 0 0-.7-2.2 4 4 0 0 0-1.4-1.3l-1.8-.4v1.3-1.3zm3.8 2.6H12.8q-.6 0-.7.2l-.3.4-.2.7v30.6l.2.8.4.3.6.2h38.4q.6 0 .7-.2l.3-.4.2-.7V28.2l-.2-.8-.4-.3zm-20.7 9.2a3.9 3.9 0 1 1 2.8 7.2V50a1.3 1.3 0 1 1-2.6 0v-6.6a4 4 0 0 1-2.3-2.1 4 4 0 0 1 2.1-5.1M32 41" }));
|
|
6
|
-
const ForwardRef = forwardRef(Lock);
|
|
7
|
-
|
|
8
|
-
export { ForwardRef as default };
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { forwardRef } from 'react';
|
|
3
|
-
|
|
4
|
-
const LockerRoomHangerMan = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
5
|
-
React.createElement("path", { fill: "currentColor", d: "M26.5 2.5q-1.6.3-2.7 1.1A5 5 0 0 0 22 6.3c-.2.8-.2 2 0 2.7a5 5 0 0 0 3 3.2l.4.1v2l-10.7 4.4-11.3 4.8a3.8 3.8 0 0 0-1 6.2 4 4 0 0 0 1.8 1h32a1.3 1.3 0 0 0 .4-2.3l-.5-.2-15.8-.1c-17 0-15.7 0-16.1-.4q-.7-1 .1-1.7l11.3-4.7 11.1-4.7 5.3 2.7 5.6 2.7a1.3 1.3 0 0 0 1.4-.7q.4-.9-.2-1.5l-5.4-2.9-5.3-2.6v-1.7l-.1-2q-.3-.6-.9-.8-1 0-1.3-.3a2 2 0 0 1-1.2-2.4A2.3 2.3 0 0 1 28.5 6q.6.6.7 1.6 0 .5.2.8c.5.6 1.5.7 2 .2s.4-.5.4-1.2q0-.8-.3-1.5a5 5 0 0 0-4.3-3.3zm23.4 2.7q-2.5.4-4.2 2.2a7 7 0 0 0-2.2 5.1c0 1.3 0 2.1.5 3.3a8 8 0 0 0 5.9 4.7h-.2l-2.1.5a12 12 0 0 0-7.6 8c-.4 1.4-.3 1.1-.4 6.9 0 5.7 0 5.7.3 6.2q.5.8 1.2 1.2c.5.2 1 .3 2.5.3H45v.4l1.1 15.6q.4 1.1 1.5 1.6l.4.2h6.5l.4-.2q1.3-.6 1.6-2l.8-15v-.6h3.2a3 3 0 0 0 2.1-2c.2-.4.2-10 0-11.1a11.5 11.5 0 0 0-10-10l.3-.1q2-.4 3.7-2.1a7.7 7.7 0 0 0-6.8-13" }));
|
|
6
|
-
const ForwardRef = forwardRef(LockerRoomHangerMan);
|
|
7
|
-
|
|
8
|
-
export { ForwardRef as default };
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { forwardRef } from 'react';
|
|
3
|
-
|
|
4
|
-
const MedicalFile = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
5
|
-
React.createElement("path", { fill: "currentColor", d: "M11.9 1.4q-1 .1-1.8 1-1 .9-1 1.9L9 32c0 30.3 0 27.7.4 28.6.2.6 1.1 1.4 1.7 1.7.9.4-.8.4 20.9.4s20 0 21-.4q1-.6 1.6-1.7c.5-.9.4 1 .4-21.7s0-20.8-.4-21.7c-.1-.4-.8-1-7.6-7.8-7-7-7.4-7.5-7.9-7.7-.9-.4 0-.4-14-.4zm.5 2.8-.6.5c-.1.3-.2.9-.2 27.4s0 27.1.2 27.4q.2.4.6.5h39.2q.4-.2.6-.6c.1-.3.2-.8.2-20.2v-20h-6c-6.7 0-6.4 0-7.2-.3a5 5 0 0 1-1.7-1.8c-.5-.8-.4-.6-.4-7.2V4H24.8c-10.7 0-12.3 0-12.4.2m27.3 6.6.1 5.2.6.6h10.1L45 11.2l-5.4-5.3zM29 21.7q-1.2.4-1.9 1.4c-.2.5-.3 1-.3 2.4v1.3h-3q-1.7.6-2 2.2v6q.1 1.3 1.3 1.9c.5.2 1 .3 2.4.3h1.3v3q.6 1.7 2.2 2h6q1.2-.1 1.9-1.3c.2-.5.3-1 .3-2.4v-1.3h3q1.7-.6 2-2.2v-6q-.1-1.2-1.3-1.9c-.5-.2-1-.3-2.4-.3h-1.3v-3q-.6-1.7-2.2-2zm.5 4.6c0 2.2 0 2.3-.4 2.7-.3.4-.4.4-2.7.4h-2v5h2c2.2 0 2.3 0 2.7.4.4.3.4.4.4 2.7v2h5v-2c0-2.3 0-2.4.4-2.7s.5-.4 2.7-.4h2v-5h-2c-2.2 0-2.3 0-2.7-.4-.4-.3-.4-.4-.4-2.7v-2h-5zm-12.1 21c-1 .5-1 2 0 2.4.2.1.7.2 14.6.2 13.7 0 14.4 0 14.6-.2.8-.4 1-1.4.5-2-.5-.5 1-.5-15.1-.5zm.2 5q-.6.2-.8.7c-.4.6 0 1.5.5 1.8L32 55h14.7q1-.8.5-2-.2-.4-.9-.6z" }));
|
|
6
|
-
const ForwardRef = forwardRef(MedicalFile);
|
|
7
|
-
|
|
8
|
-
export { ForwardRef as default };
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { forwardRef } from 'react';
|
|
3
|
-
|
|
4
|
-
const MedicalProfilePatient = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
5
|
-
React.createElement("path", { fill: "currentColor", d: "M8 2a5 5 0 0 0-4 4c-.1.5-.2 3.3-.2 26L4 58q.3 1.5 1.5 2.6a5 5 0 0 0 2 1.3l.6.1h48l.5-.1q3-1 3.6-4V35.8c0-24 0-22.2-.3-23.2-.4-1-.4-1-7.7-8.1-1.7-1.6-2.2-2-3.3-2.3L28.5 2zm.1 2.8a3 3 0 0 0-1.5 1.4l-.1.3v51.2l.1.3q.5 1 1.5 1.4h47.6q1-.4 1.4-1.2c.3-.6.3.5.3-22.4l-.1-22-.3-.6L48.8 5c-.6-.4 1-.4-20.6-.4zm9.5 3.8a1 1 0 0 0-.7 1v4.8h-4.8l-.4.1a1 1 0 0 0-.7 1V23l.2.3.5.5.3.2h5v4.9l.2.3q.1.3.4.5l.3.2h7.8q.5-.2.8-.8l.1-2.6V24h5l.5-.3c.4-.4.4-.2.4-4.5v-4q-.4-.5-1-.8h-4.9V12c0-2.7 0-2.8-.4-3.1s-.3-.4-4.4-.4H18zm2 5c0 2.5 0 2.5-.2 2.8l-.4.4-.3.2h-5v4.3h2.4c2.5 0 2.5 0 2.8.2l.4.4.2.3v5H24v-2.3l.1-2.6q.1-.6.7-.8l2.7-.1h2.4V17h-2.4c-2.2 0-2.4 0-2.7-.2q-.5-.3-.7-.8v-4.9h-4.4zm20.8 14.7a8 8 0 0 0-6.4 6.5c-.2.9-.1 2.3 0 3.1l.7 1.8q.8 1.5 2 2.5l.3.3-.3.1q-1.5.8-2.9 2.2a11 11 0 0 0-3.2 7.5q0 .9.2 1 .1.3.4.5l.3.2h20.6l.3-.2.5-.5.1-1c0-4-2.5-7.9-6-9.7l-.4-.1.3-.3a8 8 0 0 0 2.7-4.5 8 8 0 0 0-6-9.3c-.7-.2-2.5-.2-3.2-.1m.2 2.7a5 5 0 0 0-2.5 1.4 5 5 0 0 0-1.5 4q0 1.7 1.1 3 1.8 2 4.4 2a5 5 0 0 0 3.5-1.7q1.6-1.6 1.4-4 0-1-.4-1.9a5 5 0 0 0-3.3-2.7c-.6-.2-2-.3-2.7-.1M13 40.5c-1 .5-1 1.9 0 2.4l.2.2h14.1q.5-.2.9-.8v-.6q0-.9-.6-1.1l-.3-.2h-7zm27.6 3.7a9 9 0 0 0-6.6 5l-.6 1.9v.2h16.9V51q-.4-1.7-1.3-3.1a9 9 0 0 0-8.4-3.8m-27.4 5.4q-1.2.6-.7 2l.4.4.3.2h11.3l.2-.2a1.4 1.4 0 0 0 .5-1.6q-.2-.6-.9-.8z" }));
|
|
6
|
-
const ForwardRef = forwardRef(MedicalProfilePatient);
|
|
7
|
-
|
|
8
|
-
export { ForwardRef as default };
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { forwardRef } from 'react';
|
|
3
|
-
|
|
4
|
-
const MedicalResourcesFolder = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
5
|
-
React.createElement("path", { fill: "currentColor", d: "M6.5 2.2Q3.2 2.7 2 5.9l-.1.5V46l.1.6q1 2.8 3.7 3.9c1.1.3.8.3 12.3.3h10.4l.3-.2q1-.7.4-1.8l-.5-.5-.4-.2H12.4l.3-.5L16 36.4l3.2-11q.4-.8 1.3-1.2l.3-.2h36.7l.4.2q.8.4 1.2 1.2.3.4.3 1v.5l-.8 1.9c-.8 2-.8 2.2-.6 2.7.4 1 1.7 1 2.3.3l1.7-4.3c.5-2.3-.8-4.7-2.9-5.7-.8-.4-1-.4-3-.5h-1.7v-3.5c0-3.7 0-3.9-.3-4.7a5 5 0 0 0-3-3c-1-.3-.2-.3-14.4-.3h-13V8l-.1-2.2q-1-2.7-3.8-3.6L6.4 2.1m.3 2.7Q5.5 5 4.8 6.3l-.2.4v39a3 3 0 0 0 5.6.7l6.4-21.7a5 5 0 0 1 2.6-2.9c1.1-.5-.6-.5 17-.5h15.5v-7l-.2-.3q-.5-1.2-1.8-1.4l-14-.1c-14.7 0-13.7 0-14.2-.4s-.4-.4-.4-3V6.7l-.3-.4A3 3 0 0 0 19 4.9zm35.6 28.5a1 1 0 0 0-.8.9v7.2h-3.6c-3.5 0-3.7 0-3.9.2q-.4.1-.6.6l-.1 5.4V53q.3.5.8.8h7.4v7.3q.3.6.8.9h5.4c5.8 0 5.4.1 5.8-.4l.3-.6v-7h3.7l3.8-.1.4-.3c.4-.4.4-.2.4-5.8v-5.2l-.2-.3-.4-.4-.3-.2H54v-7.3l-.2-.3-.5-.5-.2-.2h-5.3zm1.8 6.2v3.7l-.1.3-.5.4-.3.2H36v7h3.5c3.9 0 3.8 0 4.2.4l.3.4c.1.2.2.5.2 3.9v3.6h7V52l.2-.3.4-.4.3-.2h7.3v-7h-3.6l-3.9-.1q-.4-.3-.6-.7l-.1-3.8V36h-7z" }));
|
|
6
|
-
const ForwardRef = forwardRef(MedicalResourcesFolder);
|
|
7
|
-
|
|
8
|
-
export { ForwardRef as default };
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { forwardRef } from 'react';
|
|
3
|
-
|
|
4
|
-
const MedicalSpecialtyRehabilitation = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
5
|
-
React.createElement("path", { fill: "currentColor", d: "M34.3 5a8 8 0 1 1 11.4 11.3A8 8 0 0 1 34.3 5m5.7.3A5.3 5.3 0 1 0 40 16a5.3 5.3 0 0 0 0-10.7m10.3 37a8 8 0 1 1 11.4 11.4 8 8 0 0 1-11.4-11.4m5.7.4a5.3 5.3 0 1 0 0 10.6 5.3 5.3 0 0 0 0-10.6M0 60q.1-1.2 1.3-1.3h61.4a1.3 1.3 0 0 1 0 2.6H1.3A1.3 1.3 0 0 1 0 60m26.6-37.4a12 12 0 0 1 5.4-1.3h9.3a9.3 9.3 0 0 1 9.4 9.4v2.2a9 9 0 0 1-6.4 8.9l-5.5 2a5.1 5.1 0 0 1-3.3-9.8l5.4-2a1.3 1.3 0 0 1 .9 2.6l-5.4 2a2.5 2.5 0 0 0 1.5 4.6l5.5-2A7 7 0 0 0 48 33v-2.2a6.7 6.7 0 0 0-6.7-6.7H32a9 9 0 0 0-7.5 3.7l-.8 1.1a1.3 1.3 0 1 1-2.1-1.6l.8-1a12 12 0 0 1 4.2-3.6M1.6 47q1.5-1.6 3.7-1.6h9.4a1.3 1.3 0 0 1 0 2.7H5.3a2.7 2.7 0 0 0 0 5.3H28a1.3 1.3 0 0 1 0 2.7H5.3A5.3 5.3 0 0 1 1.6 47" }),
|
|
6
|
-
React.createElement("path", { fill: "currentColor", d: "M22 36.2a11 11 0 0 0-5.6-1.5h-11a2.7 2.7 0 1 0 0 5.3h11a5 5 0 0 1 4.8 3l4.4 8.9a3 3 0 0 0 2.4 1.4h13.3a2.7 2.7 0 1 0 0-5.3H30.5q-.8 0-1.2-.7l-3.4-6.7a11 11 0 0 0-3.9-4.4M16.4 32a13 13 0 0 1 12 7.4l2.9 6h10a5.3 5.3 0 1 1 0 10.6H28a5 5 0 0 1-4.8-3l-4.4-8.9a3 3 0 0 0-2.4-1.4h-11a5.3 5.3 0 0 1 0-10.7z" }));
|
|
7
|
-
const ForwardRef = forwardRef(MedicalSpecialtyRehabilitation);
|
|
8
|
-
|
|
9
|
-
export { ForwardRef as default };
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { forwardRef } from 'react';
|
|
3
|
-
|
|
4
|
-
const MultipleActionsStar = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
5
|
-
React.createElement("path", { fill: "currentColor", d: "M5.4 27.1a14.1 14.1 0 0 1 24.1 10v9q-.1 1.2-1.3 1.3H23l-1.2 14.1a1.3 1.3 0 0 1-1.3 1.2H10.3a1.3 1.3 0 0 1-1.4-1.2l-1-14.1H2.6A1.3 1.3 0 0 1 1.3 46v-9a14 14 0 0 1 4.1-10m10-1.4A11.4 11.4 0 0 0 3.9 37v7.6H9q1.2.2 1.3 1.2L11.5 60h7.8l1.1-14.2a1.3 1.3 0 0 1 1.4-1.2h5V37a11.4 11.4 0 0 0-11.4-11.4" }),
|
|
6
|
-
React.createElement("path", { fill: "currentColor", d: "M8.1 4.3a10.3 10.3 0 1 1 14.6 14.5A10.3 10.3 0 0 1 8 4.3m7.3-.4a7.6 7.6 0 1 0 0 15.3 7.6 7.6 0 0 0 0-15.3M31 24.3A14 14 0 0 1 46.8 27a1.3 1.3 0 0 1-1.8 1.9 12 12 0 0 0-12.7-2 1.3 1.3 0 0 1-1.2-2.5m-.4-17.8a9 9 0 1 1 12.8 12.7A9 9 0 0 1 30.8 6.5m6.3 0a6.3 6.3 0 1 0 0 12.7 6.3 6.3 0 0 0 0-12.7m11.7 30.7-.5.1-3.3 7.1q-.4.8-1.2.8h-6.4a.2.2 0 0 0-.2.4l5.6 5.5q.6.7.3 1.5l-3 7a.3.3 0 0 0 .4.4l7.5-4.2a1 1 0 0 1 1.3 0l7.4 4.2a.3.3 0 0 0 .5-.4l-3-7a1.3 1.3 0 0 1 .2-1.5l5.5-5.5h.1a.2.2 0 0 0-.2-.4h-6.4q-.8 0-1.2-.8l-3.3-7zm-.2-2.7a3 3 0 0 1 2.7 1.7l3 6.3h5.5a2.9 2.9 0 0 1 2 5l-4.9 4.8 2.7 6.2a3 3 0 0 1-4.2 3.8l-6.8-3.8-6.7 3.8a3 3 0 0 1-4.3-3.7l2.7-6.3-4.9-4.8a2.9 2.9 0 0 1 2-5H43l2.9-6.3a3 3 0 0 1 2.7-1.7" }));
|
|
7
|
-
const ForwardRef = forwardRef(MultipleActionsStar);
|
|
8
|
-
|
|
9
|
-
export { ForwardRef as default };
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { forwardRef } from 'react';
|
|
3
|
-
|
|
4
|
-
const MultipleCircle = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
5
|
-
React.createElement("path", { fill: "currentColor", d: "M20.4 51.6a1.3 1.3 0 0 1-1.2 1.4q-7.4.6-11.7 1.8-2.1.6-3 1.2l-.4.3q.3.4 1.3.7 2.1.9 6 1.6C16.7 59.5 24 60 32 60s15.3-.6 20.6-1.5q3.9-.7 6-1.6 1-.4 1.3-.7l-.4-.3q-1-.6-3-1.2-4.5-1-11.9-1.7a1.3 1.3 0 1 1 .2-2.6q7.6.6 12.2 1.8l3.8 1.5c.8.5 1.8 1.3 1.8 2.6q-.1 1.4-1 2-.9.8-2.1 1.2-2.5 1-6.6 1.7c-5.4 1-12.8 1.5-21 1.5s-15.6-.6-21-1.5q-4.1-.7-6.6-1.7-1.2-.5-2-1.2-1-.6-1.1-2c0-1.3 1-2.1 1.8-2.6q1.5-.9 3.7-1.4 4.7-1.3 12.2-2a1.3 1.3 0 0 1 1.4 1.3M48.7 8.5a7 7 0 1 1 10 10 7 7 0 0 1-10-10m5 .6a4.4 4.4 0 1 0 0 8.8 4.4 4.4 0 0 0 0-8.8" }),
|
|
6
|
-
React.createElement("path", { fill: "currentColor", d: "M47.4 23a9 9 0 0 1 15.3 6.4v6.4q-.1 1.3-1.3 1.4h-2.7l-1.1 10.3a1.3 1.3 0 0 1-1.3 1.2h-5.1a1.3 1.3 0 0 1-1.4-1.2l-1.1-10.3h-2.6a1.3 1.3 0 0 1-1.4-1.4v-6.4a9 9 0 0 1 2.7-6.3m6.3 0a6.3 6.3 0 0 0-6.3 6.3v5.1h2.5q1.1 0 1.3 1.2L52.4 46H55l1.1-10.3a1.3 1.3 0 0 1 1.4-1.2H60v-5a6.3 6.3 0 0 0-6.4-6.4M5.3 8.5a7 7 0 1 1 10 10 7 7 0 0 1-10-10m5 .6a4.4 4.4 0 1 0 0 8.8 4.4 4.4 0 0 0 0-8.8" }),
|
|
7
|
-
React.createElement("path", { fill: "currentColor", d: "M4 23a9 9 0 0 1 15.3 6.4v6.4q-.1 1.3-1.4 1.4h-2.6l-1.1 10.3a1.3 1.3 0 0 1-1.4 1.2h-5q-1.2 0-1.4-1.2L5.3 37.2H2.6a1.3 1.3 0 0 1-1.3-1.4v-6.4a9 9 0 0 1 2.6-6.3m6.4 0a6.3 6.3 0 0 0-6.4 6.3v5.1h2.5q1.2 0 1.4 1.2L8.9 46h2.7l1.2-10.3a1.3 1.3 0 0 1 1.3-1.2h2.5v-5a6.3 6.3 0 0 0-6.3-6.4M26 3.7a8.4 8.4 0 1 1 11.8 11.9A8.4 8.4 0 0 1 26.1 3.7M32 4a5.7 5.7 0 1 0 0 11.4A5.7 5.7 0 0 0 32 4" }),
|
|
8
|
-
React.createElement("path", { fill: "currentColor", d: "M24.7 20.9a10.3 10.3 0 0 1 17.6 7.3v7.6q-.1 1.3-1.4 1.4h-2.8l-1 11.5a1.3 1.3 0 0 1-1.3 1.2h-7.6a1.3 1.3 0 0 1-1.4-1.2l-1-11.5h-2.7a1.3 1.3 0 0 1-1.4-1.4v-7.6q0-4.3 3-7.3m7.3-.3a7.6 7.6 0 0 0-7.6 7.6v6.3H27q1.2 0 1.3 1.2l1 11.6h5.2l1-11.6q.1-1.1 1.3-1.2h2.7v-6.3a7.6 7.6 0 0 0-7.6-7.6" }));
|
|
9
|
-
const ForwardRef = forwardRef(MultipleCircle);
|
|
10
|
-
|
|
11
|
-
export { ForwardRef as default };
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { forwardRef } from 'react';
|
|
3
|
-
|
|
4
|
-
const ShieldLock = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
5
|
-
React.createElement("path", { fill: "currentColor", d: "M28 1.4A63 63 0 0 0 9.9 5L6.7 6.3A5 5 0 0 0 4.2 9c-.4 1-.4.3-.3 12.5 0 11.9 0 11.3.3 13.5a33 33 0 0 0 15.5 23.2l4 2c1 .5 5 2 5.7 2.2a10 10 0 0 0 5.2 0l5.8-2.1A33 33 0 0 0 59.8 35c.3-2.2.3-1.6.3-13.4V10q-.6-2.5-2.8-3.7l-1.2-.5a62 62 0 0 0-28-4.4M28 4q-9.4.6-18.4 4c-2.1.8-2.5 1-3 2l-.1.3v11c0 11.6 0 11.4.3 13.4a30 30 0 0 0 4.7 12.2q1.4 2.2 3.6 4.3A29 29 0 0 0 27.7 59c2.9 1 3 1.1 4.3 1.1l1.6-.1 5.5-2a31 31 0 0 0 11.4-8.5q5.3-6.5 6.6-14.6c.3-2.1.3-1.8.3-13.5v-11l-.2-.4c-.4-.8-.8-1.1-3-2a60 60 0 0 0-26-3.9m2.3 7.6q-4.7 1.2-6 5.7-.2 1-.2 3v1.4h-1a4 4 0 0 0-3.7 2c-.5 1-.4.4-.4 9.6V42a4 4 0 0 0 2.9 2.8l9.9.1h9.9a4 4 0 0 0 2.8-2.9l.1-8.6v-8.6a4 4 0 0 0-2.7-2.8q-.4-.2-1.4-.2h-1v-1.3q0-2.1-.2-3a7.7 7.7 0 0 0-9-5.8m.4 2.7a5 5 0 0 0-3.8 3.6l-.1 2v1.7h10V18q-.9-2.6-3.4-3.5l-1.3-.2zm-8.2 10.2-.7.5-.1.3v16.3l.5.4.3.1h18.9l.4-.5.1-.4V25l-.5-.4-.3-.2H22.7m8.5 4.4q-1.4.3-2.4 1.3-.8.7-1.1 1.8-.2.4-.2 1.3l.1 1.4a5 5 0 0 0 3.2 3q.4.3 1.2.2l1.2-.1a5 5 0 0 0 3.2-3.1l.1-1.4q0-.9-.2-1.3a5 5 0 0 0-1.1-1.9 4 4 0 0 0-3-1.2zm.2 2.7a2 2 0 0 0-1.2 1.2q-.2 1.5 1 2.3a2 2 0 0 0 1.6 0q.5-.4.9-1a2 2 0 0 0 0-1.5 2 2 0 0 0-2.3-1" }));
|
|
6
|
-
const ForwardRef = forwardRef(ShieldLock);
|
|
7
|
-
|
|
8
|
-
export { ForwardRef as default };
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { forwardRef } from 'react';
|
|
3
|
-
|
|
4
|
-
const SingleManActionsInformation = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
5
|
-
React.createElement("path", { fill: "currentColor", d: "M19.9 4.8q-1.7.8-2 2a1.3 1.3 0 0 1-1.6 1l-1-.2V8l.8 1.8.1.2.5 1 .2.7q-.1 1.2-1.4 1.3l-.3.2-.2 1q0 .7.2 1 .1.3.3.2 1.3.1 1.4 1.4.1 3.6 1 4.5l.5.6q.9.3.9 1.3v5q0 .9-.8 1.3L7.2 34.2a3 3 0 0 0-1.3 1q-.4.6-.8 1.7l-.5 2.9-.2.8-.2 1.6h20.1a1.3 1.3 0 0 1 0 2.6H2.6a1.3 1.3 0 0 1-1.3-1.5l.5-3 .1-1 .7-3.1q.4-1.5 1.2-2.6.9-1.2 2.4-1.8l10.4-4.5v-3.5l-1-1.1q-1-1.4-1.4-5a3 3 0 0 1-1.2-1.1q-.7-1.2-.7-2.5c0-1.3.2-1.7.7-2.5l.7-.8q-.5-.9-.9-2.1l-.2-1.4q0-.7.6-1.5Q14 5 15 5h.9q1-1.7 3-2.6 2.4-1.2 5.2-1.1 3 0 5.4 1c1.5.8 3 2 3.4 3.8v.1a8 8 0 0 1-.6 4.8q.5.3.6.7.5 1.3.5 2.5t-.7 2.3q-.3.6-1 1-.2 3.6-1.2 5.1l-.9 1.1v3.6l3 1.3a1.3 1.3 0 1 1-1 2.4l-3.9-1.6a1 1 0 0 1-.8-1.2V23q0-.9.8-1.3.3 0 .5-.6.8-.8 1-4.5.1-1.2 1.1-1.4.3-.6.4-1.3l-.1-1-.1-.1a1.3 1.3 0 0 1-1.1-2.1 5 5 0 0 0 .9-4q-.3-1.2-2-2T24 3.9c-2.5 0-3 .3-4.1.9M29.4 46a16.7 16.7 0 1 1 33.3 0 16.7 16.7 0 0 1-33.3 0M46 32a14 14 0 1 0 0 28 14 14 0 0 0 0-28" }),
|
|
6
|
-
React.createElement("path", { fill: "currentColor", d: "M40.9 43.5q.1-1.2 1.3-1.3h2.6a2.6 2.6 0 0 1 2.6 2.6v9a1.3 1.3 0 1 1-2.7 0v-9h-2.5a1.3 1.3 0 0 1-1.3-1.3" }),
|
|
7
|
-
React.createElement("path", { fill: "currentColor", d: "M40.9 53.7q.1-1.2 1.3-1.3H50a1.3 1.3 0 0 1 0 2.7h-7.7a1.3 1.3 0 0 1-1.3-1.4m3-15.3a.7.7 0 0 0 0-1.3v-1.3a2 2 0 1 0 0 4z" }),
|
|
8
|
-
React.createElement("path", { fill: "currentColor", d: "M44.1 35.8a2 2 0 1 1 0 4v-1.4a.7.7 0 0 1 0-1.3z" }));
|
|
9
|
-
const ForwardRef = forwardRef(SingleManActionsInformation);
|
|
10
|
-
|
|
11
|
-
export { ForwardRef as default };
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { forwardRef } from 'react';
|
|
3
|
-
|
|
4
|
-
const SingleNeutralActionsChat = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
5
|
-
React.createElement("path", { fill: "currentColor", d: "M33.3 32.3a1.3 1.3 0 0 0-1.3 1.4v18.6a1.3 1.3 0 0 0 1.3 1.4h5.4q1.2.1 1.3 1.3v5.3l7.8-6.3.9-.3H60a1.3 1.3 0 0 0 1.3-1.3V33.7a1.3 1.3 0 0 0-1.3-1.4zM30.5 31a4 4 0 0 1 2.8-1.2H60a4 4 0 0 1 4 4v18.6a4 4 0 0 1-4 4H49.1l-8.5 6.9a2 2 0 0 1-3-.5l-.3-1v-5.4h-4a4 4 0 0 1-4-4V33.7a4 4 0 0 1 1.2-2.8" }),
|
|
6
|
-
React.createElement("path", { fill: "currentColor", d: "M37.3 39q.1-1.2 1.4-1.3h16a1.3 1.3 0 0 1 0 2.7h-16a1.3 1.3 0 0 1-1.4-1.4m0 8q.1-1.2 1.4-1.3h10.6a1.3 1.3 0 1 1 0 2.7H38.7a1.3 1.3 0 0 1-1.4-1.4M22.6.4a10.3 10.3 0 0 1 10 11 15 15 0 0 1-3.8 11.4 6 6 0 0 0-.2 3.8 1.3 1.3 0 0 1-2.6.7 8 8 0 0 1 .5-5.8l.2-.3a12 12 0 0 0 3.2-9.6v-.2A7.6 7.6 0 0 0 22.7 3a7.6 7.6 0 0 0-7.4 8.4v.2a12 12 0 0 0 3.2 9.6q.4.4.6 1l.3 1q.2 1 .1 2.2 0 1.3-.4 2.4-.4 1.3-1.8 2l-1.7.6-7.1 2.8q-1.8.8-2.8 1.5-1 .8-1.3 1.4a22 22 0 0 0-1.7 7h22.6a1.3 1.3 0 0 1 0 2.6h-24A1.3 1.3 0 0 1 0 44.3 25 25 0 0 1 2 35q.7-1.5 2.1-2.3 1.4-1 3.3-1.8 3-1.4 7.3-2.9l1.7-.6.2-.4.3-1.6-.2-1.7-.1-.5V23a15 15 0 0 1-4-11.5A10.3 10.3 0 0 1 22.6.4" }));
|
|
7
|
-
const ForwardRef = forwardRef(SingleNeutralActionsChat);
|
|
8
|
-
|
|
9
|
-
export { ForwardRef as default };
|