@epilot360/icons 1.10.0 → 1.11.1
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/.babelrc.json +18 -0
- package/.eslintrc.yml +18 -0
- package/.gitignore +12 -0
- package/.gitlab-ci.yml +19 -0
- package/.storybook/main.ts +55 -0
- package/.storybook/preview.css +227 -0
- package/.storybook/preview.ts +17 -0
- package/build/index.d.ts +3 -0
- package/build/index.js +2 -0
- package/build/index.js.map +1 -0
- package/build/react/Account/index.d.ts +4 -0
- package/build/react/Account/index.js +2 -0
- package/build/react/Account/index.js.map +1 -0
- package/build/react/Add/index.d.ts +4 -0
- package/build/react/Add/index.js +2 -0
- package/build/react/Add/index.js.map +1 -0
- package/build/react/AddCircle/index.d.ts +4 -0
- package/build/react/AddCircle/index.js +2 -0
- package/build/react/AddCircle/index.js.map +1 -0
- package/build/react/Alarm/index.d.ts +4 -0
- package/build/react/Alarm/index.js +2 -0
- package/build/react/Alarm/index.js.map +1 -0
- package/build/react/ArrowCircleLeft/index.d.ts +4 -0
- package/build/react/ArrowCircleLeft/index.js +2 -0
- package/build/react/ArrowCircleLeft/index.js.map +1 -0
- package/build/react/ArrowLeft/index.d.ts +4 -0
- package/build/react/ArrowLeft/index.js +2 -0
- package/build/react/ArrowLeft/index.js.map +1 -0
- package/build/react/ArrowRight/index.d.ts +4 -0
- package/build/react/ArrowRight/index.js +2 -0
- package/build/react/ArrowRight/index.js.map +1 -0
- package/build/react/Attributes/index.d.ts +4 -0
- package/build/react/Attributes/index.js +2 -0
- package/build/react/Attributes/index.js.map +1 -0
- package/build/react/Automation/index.d.ts +4 -0
- package/build/react/Automation/index.js +2 -0
- package/build/react/Automation/index.js.map +1 -0
- package/build/react/Availability/index.d.ts +4 -0
- package/build/react/Availability/index.js +2 -0
- package/build/react/Availability/index.js.map +1 -0
- package/build/react/Calendar/index.d.ts +4 -0
- package/build/react/Calendar/index.js +2 -0
- package/build/react/Calendar/index.js.map +1 -0
- package/build/react/Check/index.d.ts +4 -0
- package/build/react/Check/index.js +2 -0
- package/build/react/Check/index.js.map +1 -0
- package/build/react/CheckCircle/index.d.ts +4 -0
- package/build/react/CheckCircle/index.js +2 -0
- package/build/react/CheckCircle/index.js.map +1 -0
- package/build/react/Checklist/index.d.ts +4 -0
- package/build/react/Checklist/index.js +2 -0
- package/build/react/Checklist/index.js.map +1 -0
- package/build/react/ChevronLeft/index.d.ts +4 -0
- package/build/react/ChevronLeft/index.js +2 -0
- package/build/react/ChevronLeft/index.js.map +1 -0
- package/build/react/ChevronRight/index.d.ts +4 -0
- package/build/react/ChevronRight/index.js +2 -0
- package/build/react/ChevronRight/index.js.map +1 -0
- package/build/react/Close/index.d.ts +4 -0
- package/build/react/Close/index.js +2 -0
- package/build/react/Close/index.js.map +1 -0
- package/build/react/Comment/index.d.ts +4 -0
- package/build/react/Comment/index.js +2 -0
- package/build/react/Comment/index.js.map +1 -0
- package/build/react/Contact/index.d.ts +4 -0
- package/build/react/Contact/index.js +2 -0
- package/build/react/Contact/index.js.map +1 -0
- package/build/react/ContentCopy/index.d.ts +4 -0
- package/build/react/ContentCopy/index.js +2 -0
- package/build/react/ContentCopy/index.js.map +1 -0
- package/build/react/Contract/index.d.ts +4 -0
- package/build/react/Contract/index.js +2 -0
- package/build/react/Contract/index.js.map +1 -0
- package/build/react/Dashboard/index.d.ts +4 -0
- package/build/react/Dashboard/index.js +2 -0
- package/build/react/Dashboard/index.js.map +1 -0
- package/build/react/DataObject/index.d.ts +4 -0
- package/build/react/DataObject/index.js +2 -0
- package/build/react/DataObject/index.js.map +1 -0
- package/build/react/Delete/index.d.ts +4 -0
- package/build/react/Delete/index.js +2 -0
- package/build/react/Delete/index.js.map +1 -0
- package/build/react/Design/index.d.ts +4 -0
- package/build/react/Design/index.js +2 -0
- package/build/react/Design/index.js.map +1 -0
- package/build/react/Desktop/index.d.ts +4 -0
- package/build/react/Desktop/index.js +2 -0
- package/build/react/Desktop/index.js.map +1 -0
- package/build/react/Document/index.d.ts +4 -0
- package/build/react/Document/index.js +2 -0
- package/build/react/Document/index.js.map +1 -0
- package/build/react/Download/index.d.ts +4 -0
- package/build/react/Download/index.js +2 -0
- package/build/react/Download/index.js.map +1 -0
- package/build/react/DragIndicator/index.d.ts +4 -0
- package/build/react/DragIndicator/index.js +2 -0
- package/build/react/DragIndicator/index.js.map +1 -0
- package/build/react/Edit/index.d.ts +4 -0
- package/build/react/Edit/index.js +2 -0
- package/build/react/Edit/index.js.map +1 -0
- package/build/react/Entity/index.d.ts +4 -0
- package/build/react/Entity/index.js +2 -0
- package/build/react/Entity/index.js.map +1 -0
- package/build/react/Epilot/index.d.ts +4 -0
- package/build/react/Epilot/index.js +2 -0
- package/build/react/Epilot/index.js.map +1 -0
- package/build/react/EpilotIcon.d.ts +186 -0
- package/build/react/EpilotIcon.js +2 -0
- package/build/react/EpilotIcon.js.map +1 -0
- package/build/react/Error/index.d.ts +4 -0
- package/build/react/Error/index.js +2 -0
- package/build/react/Error/index.js.map +1 -0
- package/build/react/Exclamation/index.d.ts +4 -0
- package/build/react/Exclamation/index.js +2 -0
- package/build/react/Exclamation/index.js.map +1 -0
- package/build/react/ExpandLess/index.d.ts +4 -0
- package/build/react/ExpandLess/index.js +2 -0
- package/build/react/ExpandLess/index.js.map +1 -0
- package/build/react/ExpandMore/index.d.ts +4 -0
- package/build/react/ExpandMore/index.js +2 -0
- package/build/react/ExpandMore/index.js.map +1 -0
- package/build/react/Explore/index.d.ts +4 -0
- package/build/react/Explore/index.js +2 -0
- package/build/react/Explore/index.js.map +1 -0
- package/build/react/File/index.d.ts +4 -0
- package/build/react/File/index.js +2 -0
- package/build/react/File/index.js.map +1 -0
- package/build/react/Filter/index.d.ts +4 -0
- package/build/react/Filter/index.js +2 -0
- package/build/react/Filter/index.js.map +1 -0
- package/build/react/Help/index.d.ts +4 -0
- package/build/react/Help/index.js +2 -0
- package/build/react/Help/index.js.map +1 -0
- package/build/react/Image/index.d.ts +4 -0
- package/build/react/Image/index.js +2 -0
- package/build/react/Image/index.js.map +1 -0
- package/build/react/Info/index.d.ts +4 -0
- package/build/react/Info/index.js +2 -0
- package/build/react/Info/index.js.map +1 -0
- package/build/react/Journey/index.d.ts +4 -0
- package/build/react/Journey/index.js +2 -0
- package/build/react/Journey/index.js.map +1 -0
- package/build/react/Link/index.d.ts +4 -0
- package/build/react/Link/index.js +2 -0
- package/build/react/Link/index.js.map +1 -0
- package/build/react/Lock/index.d.ts +4 -0
- package/build/react/Lock/index.js +2 -0
- package/build/react/Lock/index.js.map +1 -0
- package/build/react/LockOpen/index.d.ts +4 -0
- package/build/react/LockOpen/index.js +2 -0
- package/build/react/LockOpen/index.js.map +1 -0
- package/build/react/Login/index.d.ts +4 -0
- package/build/react/Login/index.js +2 -0
- package/build/react/Login/index.js.map +1 -0
- package/build/react/Logout/index.d.ts +4 -0
- package/build/react/Logout/index.js +2 -0
- package/build/react/Logout/index.js.map +1 -0
- package/build/react/Menu/index.d.ts +4 -0
- package/build/react/Menu/index.js +2 -0
- package/build/react/Menu/index.js.map +1 -0
- package/build/react/Message/index.d.ts +4 -0
- package/build/react/Message/index.js +2 -0
- package/build/react/Message/index.js.map +1 -0
- package/build/react/Meter/index.d.ts +4 -0
- package/build/react/Meter/index.js +2 -0
- package/build/react/Meter/index.js.map +1 -0
- package/build/react/MoreVert/index.d.ts +4 -0
- package/build/react/MoreVert/index.js +2 -0
- package/build/react/MoreVert/index.js.map +1 -0
- package/build/react/Note/index.d.ts +4 -0
- package/build/react/Note/index.js +2 -0
- package/build/react/Note/index.js.map +1 -0
- package/build/react/Notifications/index.d.ts +4 -0
- package/build/react/Notifications/index.js +2 -0
- package/build/react/Notifications/index.js.map +1 -0
- package/build/react/OpenInNew/index.d.ts +4 -0
- package/build/react/OpenInNew/index.js +2 -0
- package/build/react/OpenInNew/index.js.map +1 -0
- package/build/react/Opportunity/index.d.ts +4 -0
- package/build/react/Opportunity/index.js +2 -0
- package/build/react/Opportunity/index.js.map +1 -0
- package/build/react/Order/index.d.ts +4 -0
- package/build/react/Order/index.js +2 -0
- package/build/react/Order/index.js.map +1 -0
- package/build/react/Partner/index.d.ts +4 -0
- package/build/react/Partner/index.js +2 -0
- package/build/react/Partner/index.js.map +1 -0
- package/build/react/Partnering/index.d.ts +4 -0
- package/build/react/Partnering/index.js +2 -0
- package/build/react/Partnering/index.js.map +1 -0
- package/build/react/Pause/index.d.ts +4 -0
- package/build/react/Pause/index.js +2 -0
- package/build/react/Pause/index.js.map +1 -0
- package/build/react/PersonCheck/index.d.ts +4 -0
- package/build/react/PersonCheck/index.js +2 -0
- package/build/react/PersonCheck/index.js.map +1 -0
- package/build/react/Phase/index.d.ts +4 -0
- package/build/react/Phase/index.js +2 -0
- package/build/react/Phase/index.js.map +1 -0
- package/build/react/Phone/index.d.ts +4 -0
- package/build/react/Phone/index.js +2 -0
- package/build/react/Phone/index.js.map +1 -0
- package/build/react/Play/index.d.ts +4 -0
- package/build/react/Play/index.js +2 -0
- package/build/react/Play/index.js.map +1 -0
- package/build/react/Price/index.d.ts +4 -0
- package/build/react/Price/index.js +2 -0
- package/build/react/Price/index.js.map +1 -0
- package/build/react/PriceMapping/index.d.ts +4 -0
- package/build/react/PriceMapping/index.js +2 -0
- package/build/react/PriceMapping/index.js.map +1 -0
- package/build/react/Primary/index.d.ts +4 -0
- package/build/react/Primary/index.js +2 -0
- package/build/react/Primary/index.js.map +1 -0
- package/build/react/Product/index.d.ts +4 -0
- package/build/react/Product/index.js +2 -0
- package/build/react/Product/index.js.map +1 -0
- package/build/react/QuestionMark/index.d.ts +4 -0
- package/build/react/QuestionMark/index.js +2 -0
- package/build/react/QuestionMark/index.js.map +1 -0
- package/build/react/Refresh/index.d.ts +4 -0
- package/build/react/Refresh/index.js +2 -0
- package/build/react/Refresh/index.js.map +1 -0
- package/build/react/Relations/index.d.ts +4 -0
- package/build/react/Relations/index.js +2 -0
- package/build/react/Relations/index.js.map +1 -0
- package/build/react/Reply/index.d.ts +4 -0
- package/build/react/Reply/index.js +2 -0
- package/build/react/Reply/index.js.map +1 -0
- package/build/react/Resize/index.d.ts +4 -0
- package/build/react/Resize/index.js +2 -0
- package/build/react/Resize/index.js.map +1 -0
- package/build/react/Search/index.d.ts +4 -0
- package/build/react/Search/index.js +2 -0
- package/build/react/Search/index.js.map +1 -0
- package/build/react/Settings/index.d.ts +4 -0
- package/build/react/Settings/index.js +2 -0
- package/build/react/Settings/index.js.map +1 -0
- package/build/react/Share/index.d.ts +4 -0
- package/build/react/Share/index.js +2 -0
- package/build/react/Share/index.js.map +1 -0
- package/build/react/Skip/index.d.ts +4 -0
- package/build/react/Skip/index.js +2 -0
- package/build/react/Skip/index.js.map +1 -0
- package/build/react/Sort/index.d.ts +4 -0
- package/build/react/Sort/index.js +2 -0
- package/build/react/Sort/index.js.map +1 -0
- package/build/react/Star/index.d.ts +4 -0
- package/build/react/Star/index.js +2 -0
- package/build/react/Star/index.js.map +1 -0
- package/build/react/Submission/index.d.ts +4 -0
- package/build/react/Submission/index.js +2 -0
- package/build/react/Submission/index.js.map +1 -0
- package/build/react/Table/index.d.ts +4 -0
- package/build/react/Table/index.js +2 -0
- package/build/react/Table/index.js.map +1 -0
- package/build/react/Tax/index.d.ts +4 -0
- package/build/react/Tax/index.js +2 -0
- package/build/react/Tax/index.js.map +1 -0
- package/build/react/Templates/index.d.ts +4 -0
- package/build/react/Templates/index.js +2 -0
- package/build/react/Templates/index.js.map +1 -0
- package/build/react/Visibility/index.d.ts +4 -0
- package/build/react/Visibility/index.js +2 -0
- package/build/react/Visibility/index.js.map +1 -0
- package/build/react/VisibilityOff/index.d.ts +4 -0
- package/build/react/VisibilityOff/index.js +2 -0
- package/build/react/VisibilityOff/index.js.map +1 -0
- package/build/react/Warning/index.d.ts +4 -0
- package/build/react/Warning/index.js +2 -0
- package/build/react/Warning/index.js.map +1 -0
- package/build/react/Webhook/index.d.ts +4 -0
- package/build/react/Webhook/index.js +2 -0
- package/build/react/Webhook/index.js.map +1 -0
- package/build/react/Workflow/index.d.ts +4 -0
- package/build/react/Workflow/index.js +2 -0
- package/build/react/Workflow/index.js.map +1 -0
- package/build/react/common.d.ts +2 -0
- package/build/react/common.js +2 -0
- package/build/react/common.js.map +1 -0
- package/build/react/index.d.ts +89 -0
- package/build/react/index.js +2 -0
- package/build/react/index.js.map +1 -0
- package/build/react/types.d.ts +4 -0
- package/build/react/types.js +1 -0
- package/build/react/types.js.map +1 -0
- package/build/svg/Account/icon-fill.svg +1 -0
- package/build/svg/Account/icon.svg +1 -0
- package/build/svg/Account/index.d.ts +3 -0
- package/build/svg/Account/index.js +2 -0
- package/build/svg/Account/index.js.map +1 -0
- package/build/svg/Add/icon-fill.svg +1 -0
- package/build/svg/Add/icon.svg +1 -0
- package/build/svg/Add/index.d.ts +3 -0
- package/build/svg/Add/index.js +2 -0
- package/build/svg/Add/index.js.map +1 -0
- package/build/svg/AddCircle/icon-fill.svg +1 -0
- package/build/svg/AddCircle/icon.svg +1 -0
- package/build/svg/AddCircle/index.d.ts +3 -0
- package/build/svg/AddCircle/index.js +2 -0
- package/build/svg/AddCircle/index.js.map +1 -0
- package/build/svg/Alarm/icon-fill.svg +1 -0
- package/build/svg/Alarm/icon.svg +1 -0
- package/build/svg/Alarm/index.d.ts +3 -0
- package/build/svg/Alarm/index.js +2 -0
- package/build/svg/Alarm/index.js.map +1 -0
- package/build/svg/ArrowCircleLeft/icon-fill.svg +1 -0
- package/build/svg/ArrowCircleLeft/icon.svg +1 -0
- package/build/svg/ArrowCircleLeft/index.d.ts +3 -0
- package/build/svg/ArrowCircleLeft/index.js +2 -0
- package/build/svg/ArrowCircleLeft/index.js.map +1 -0
- package/build/svg/ArrowLeft/icon-fill.svg +1 -0
- package/build/svg/ArrowLeft/icon.svg +1 -0
- package/build/svg/ArrowLeft/index.d.ts +3 -0
- package/build/svg/ArrowLeft/index.js +2 -0
- package/build/svg/ArrowLeft/index.js.map +1 -0
- package/build/svg/ArrowRight/icon-fill.svg +1 -0
- package/build/svg/ArrowRight/icon.svg +1 -0
- package/build/svg/ArrowRight/index.d.ts +3 -0
- package/build/svg/ArrowRight/index.js +2 -0
- package/build/svg/ArrowRight/index.js.map +1 -0
- package/build/svg/Attributes/icon-fill.svg +1 -0
- package/build/svg/Attributes/icon.svg +1 -0
- package/build/svg/Attributes/index.d.ts +3 -0
- package/build/svg/Attributes/index.js +2 -0
- package/build/svg/Attributes/index.js.map +1 -0
- package/build/svg/Automation/icon-fill.svg +1 -0
- package/build/svg/Automation/icon.svg +1 -0
- package/build/svg/Automation/index.d.ts +3 -0
- package/build/svg/Automation/index.js +2 -0
- package/build/svg/Automation/index.js.map +1 -0
- package/build/svg/Availability/icon-fill.svg +1 -0
- package/build/svg/Availability/icon.svg +1 -0
- package/build/svg/Availability/index.d.ts +3 -0
- package/build/svg/Availability/index.js +2 -0
- package/build/svg/Availability/index.js.map +1 -0
- package/build/svg/Calendar/icon-fill.svg +1 -0
- package/build/svg/Calendar/icon.svg +1 -0
- package/build/svg/Calendar/index.d.ts +3 -0
- package/build/svg/Calendar/index.js +2 -0
- package/build/svg/Calendar/index.js.map +1 -0
- package/build/svg/Check/icon-fill.svg +1 -0
- package/build/svg/Check/icon.svg +1 -0
- package/build/svg/Check/index.d.ts +3 -0
- package/build/svg/Check/index.js +2 -0
- package/build/svg/Check/index.js.map +1 -0
- package/build/svg/CheckCircle/icon-fill.svg +1 -0
- package/build/svg/CheckCircle/icon.svg +1 -0
- package/build/svg/CheckCircle/index.d.ts +3 -0
- package/build/svg/CheckCircle/index.js +2 -0
- package/build/svg/CheckCircle/index.js.map +1 -0
- package/build/svg/Checklist/icon-fill.svg +1 -0
- package/build/svg/Checklist/icon.svg +1 -0
- package/build/svg/Checklist/index.d.ts +3 -0
- package/build/svg/Checklist/index.js +2 -0
- package/build/svg/Checklist/index.js.map +1 -0
- package/build/svg/ChevronLeft/icon-fill.svg +1 -0
- package/build/svg/ChevronLeft/icon.svg +1 -0
- package/build/svg/ChevronLeft/index.d.ts +3 -0
- package/build/svg/ChevronLeft/index.js +2 -0
- package/build/svg/ChevronLeft/index.js.map +1 -0
- package/build/svg/ChevronRight/icon-fill.svg +1 -0
- package/build/svg/ChevronRight/icon.svg +1 -0
- package/build/svg/ChevronRight/index.d.ts +3 -0
- package/build/svg/ChevronRight/index.js +2 -0
- package/build/svg/ChevronRight/index.js.map +1 -0
- package/build/svg/Close/icon-fill.svg +1 -0
- package/build/svg/Close/icon.svg +1 -0
- package/build/svg/Close/index.d.ts +3 -0
- package/build/svg/Close/index.js +2 -0
- package/build/svg/Close/index.js.map +1 -0
- package/build/svg/Comment/icon-fill.svg +1 -0
- package/build/svg/Comment/icon.svg +1 -0
- package/build/svg/Comment/index.d.ts +3 -0
- package/build/svg/Comment/index.js +2 -0
- package/build/svg/Comment/index.js.map +1 -0
- package/build/svg/Contact/icon-fill.svg +1 -0
- package/build/svg/Contact/icon.svg +1 -0
- package/build/svg/Contact/index.d.ts +3 -0
- package/build/svg/Contact/index.js +2 -0
- package/build/svg/Contact/index.js.map +1 -0
- package/build/svg/ContentCopy/icon-fill.svg +1 -0
- package/build/svg/ContentCopy/icon.svg +1 -0
- package/build/svg/ContentCopy/index.d.ts +3 -0
- package/build/svg/ContentCopy/index.js +2 -0
- package/build/svg/ContentCopy/index.js.map +1 -0
- package/build/svg/Contract/icon-fill.svg +1 -0
- package/build/svg/Contract/icon.svg +1 -0
- package/build/svg/Contract/index.d.ts +3 -0
- package/build/svg/Contract/index.js +2 -0
- package/build/svg/Contract/index.js.map +1 -0
- package/build/svg/Dashboard/icon-fill.svg +1 -0
- package/build/svg/Dashboard/icon.svg +1 -0
- package/build/svg/Dashboard/index.d.ts +3 -0
- package/build/svg/Dashboard/index.js +2 -0
- package/build/svg/Dashboard/index.js.map +1 -0
- package/build/svg/DataObject/icon-fill.svg +1 -0
- package/build/svg/DataObject/icon.svg +1 -0
- package/build/svg/DataObject/index.d.ts +3 -0
- package/build/svg/DataObject/index.js +2 -0
- package/build/svg/DataObject/index.js.map +1 -0
- package/build/svg/Delete/icon-fill.svg +1 -0
- package/build/svg/Delete/icon.svg +1 -0
- package/build/svg/Delete/index.d.ts +3 -0
- package/build/svg/Delete/index.js +2 -0
- package/build/svg/Delete/index.js.map +1 -0
- package/build/svg/Design/icon-fill.svg +1 -0
- package/build/svg/Design/icon.svg +1 -0
- package/build/svg/Design/index.d.ts +3 -0
- package/build/svg/Design/index.js +2 -0
- package/build/svg/Design/index.js.map +1 -0
- package/build/svg/Desktop/icon-fill.svg +1 -0
- package/build/svg/Desktop/icon.svg +1 -0
- package/build/svg/Desktop/index.d.ts +3 -0
- package/build/svg/Desktop/index.js +2 -0
- package/build/svg/Desktop/index.js.map +1 -0
- package/build/svg/Document/icon-fill.svg +1 -0
- package/build/svg/Document/icon.svg +1 -0
- package/build/svg/Document/index.d.ts +3 -0
- package/build/svg/Document/index.js +2 -0
- package/build/svg/Document/index.js.map +1 -0
- package/build/svg/Download/icon-fill.svg +1 -0
- package/build/svg/Download/icon.svg +1 -0
- package/build/svg/Download/index.d.ts +3 -0
- package/build/svg/Download/index.js +2 -0
- package/build/svg/Download/index.js.map +1 -0
- package/build/svg/DragIndicator/icon-fill.svg +1 -0
- package/build/svg/DragIndicator/icon.svg +1 -0
- package/build/svg/DragIndicator/index.d.ts +3 -0
- package/build/svg/DragIndicator/index.js +2 -0
- package/build/svg/DragIndicator/index.js.map +1 -0
- package/build/svg/Edit/icon-fill.svg +1 -0
- package/build/svg/Edit/icon.svg +1 -0
- package/build/svg/Edit/index.d.ts +3 -0
- package/build/svg/Edit/index.js +2 -0
- package/build/svg/Edit/index.js.map +1 -0
- package/build/svg/Entity/icon-fill.svg +1 -0
- package/build/svg/Entity/icon.svg +1 -0
- package/build/svg/Entity/index.d.ts +3 -0
- package/build/svg/Entity/index.js +2 -0
- package/build/svg/Entity/index.js.map +1 -0
- package/build/svg/EntityBuilder/icon-fill.svg +1 -0
- package/build/svg/EntityBuilder/icon.svg +1 -0
- package/build/svg/EntityBuilder/index.d.ts +3 -0
- package/build/svg/EntityBuilder/index.js +2 -0
- package/build/svg/EntityBuilder/index.js.map +1 -0
- package/build/svg/Epilot/icon-fill.svg +11 -0
- package/build/svg/Epilot/icon.svg +11 -0
- package/build/svg/Epilot/index.d.ts +3 -0
- package/build/svg/Epilot/index.js +2 -0
- package/build/svg/Epilot/index.js.map +1 -0
- package/build/svg/Error/icon-fill.svg +1 -0
- package/build/svg/Error/icon.svg +1 -0
- package/build/svg/Error/index.d.ts +3 -0
- package/build/svg/Error/index.js +2 -0
- package/build/svg/Error/index.js.map +1 -0
- package/build/svg/Exclamation/icon-fill.svg +1 -0
- package/build/svg/Exclamation/icon.svg +1 -0
- package/build/svg/Exclamation/index.d.ts +3 -0
- package/build/svg/Exclamation/index.js +2 -0
- package/build/svg/Exclamation/index.js.map +1 -0
- package/build/svg/ExpandLess/icon-fill.svg +1 -0
- package/build/svg/ExpandLess/icon.svg +1 -0
- package/build/svg/ExpandLess/index.d.ts +3 -0
- package/build/svg/ExpandLess/index.js +2 -0
- package/build/svg/ExpandLess/index.js.map +1 -0
- package/build/svg/ExpandMore/icon-fill.svg +1 -0
- package/build/svg/ExpandMore/icon.svg +1 -0
- package/build/svg/ExpandMore/index.d.ts +3 -0
- package/build/svg/ExpandMore/index.js +2 -0
- package/build/svg/ExpandMore/index.js.map +1 -0
- package/build/svg/Explore/icon-fill.svg +1 -0
- package/build/svg/Explore/icon.svg +1 -0
- package/build/svg/Explore/index.d.ts +3 -0
- package/build/svg/Explore/index.js +2 -0
- package/build/svg/Explore/index.js.map +1 -0
- package/build/svg/File/icon-fill.svg +1 -0
- package/build/svg/File/icon.svg +1 -0
- package/build/svg/File/index.d.ts +3 -0
- package/build/svg/File/index.js +2 -0
- package/build/svg/File/index.js.map +1 -0
- package/build/svg/Filter/icon-fill.svg +1 -0
- package/build/svg/Filter/icon.svg +1 -0
- package/build/svg/Filter/index.d.ts +3 -0
- package/build/svg/Filter/index.js +2 -0
- package/build/svg/Filter/index.js.map +1 -0
- package/build/svg/Help/icon-fill.svg +1 -0
- package/build/svg/Help/icon.svg +1 -0
- package/build/svg/Help/index.d.ts +3 -0
- package/build/svg/Help/index.js +2 -0
- package/build/svg/Help/index.js.map +1 -0
- package/build/svg/Image/icon-fill.svg +1 -0
- package/build/svg/Image/icon.svg +1 -0
- package/build/svg/Image/index.d.ts +3 -0
- package/build/svg/Image/index.js +2 -0
- package/build/svg/Image/index.js.map +1 -0
- package/build/svg/Info/icon-fill.svg +1 -0
- package/build/svg/Info/icon.svg +1 -0
- package/build/svg/Info/index.d.ts +3 -0
- package/build/svg/Info/index.js +2 -0
- package/build/svg/Info/index.js.map +1 -0
- package/build/svg/Journey/icon-fill.svg +1 -0
- package/build/svg/Journey/icon.svg +1 -0
- package/build/svg/Journey/index.d.ts +3 -0
- package/build/svg/Journey/index.js +2 -0
- package/build/svg/Journey/index.js.map +1 -0
- package/build/svg/Link/icon-fill.svg +1 -0
- package/build/svg/Link/icon.svg +1 -0
- package/build/svg/Link/index.d.ts +3 -0
- package/build/svg/Link/index.js +2 -0
- package/build/svg/Link/index.js.map +1 -0
- package/build/svg/Lock/icon-fill.svg +1 -0
- package/build/svg/Lock/icon.svg +1 -0
- package/build/svg/Lock/index.d.ts +3 -0
- package/build/svg/Lock/index.js +2 -0
- package/build/svg/Lock/index.js.map +1 -0
- package/build/svg/LockOpen/icon-fill.svg +1 -0
- package/build/svg/LockOpen/icon.svg +1 -0
- package/build/svg/LockOpen/index.d.ts +3 -0
- package/build/svg/LockOpen/index.js +2 -0
- package/build/svg/LockOpen/index.js.map +1 -0
- package/build/svg/Login/icon-fill.svg +1 -0
- package/build/svg/Login/icon.svg +1 -0
- package/build/svg/Login/index.d.ts +3 -0
- package/build/svg/Login/index.js +2 -0
- package/build/svg/Login/index.js.map +1 -0
- package/build/svg/Logout/icon-fill.svg +1 -0
- package/build/svg/Logout/icon.svg +1 -0
- package/build/svg/Logout/index.d.ts +3 -0
- package/build/svg/Logout/index.js +2 -0
- package/build/svg/Logout/index.js.map +1 -0
- package/build/svg/Menu/icon-fill.svg +1 -0
- package/build/svg/Menu/icon.svg +1 -0
- package/build/svg/Menu/index.d.ts +3 -0
- package/build/svg/Menu/index.js +2 -0
- package/build/svg/Menu/index.js.map +1 -0
- package/build/svg/Message/icon-fill.svg +1 -0
- package/build/svg/Message/icon.svg +1 -0
- package/build/svg/Message/index.d.ts +3 -0
- package/build/svg/Message/index.js +2 -0
- package/build/svg/Message/index.js.map +1 -0
- package/build/svg/Meter/icon-fill.svg +1 -0
- package/build/svg/Meter/icon.svg +1 -0
- package/build/svg/Meter/index.d.ts +3 -0
- package/build/svg/Meter/index.js +2 -0
- package/build/svg/Meter/index.js.map +1 -0
- package/build/svg/MoreVert/icon-fill.svg +1 -0
- package/build/svg/MoreVert/icon.svg +1 -0
- package/build/svg/MoreVert/index.d.ts +3 -0
- package/build/svg/MoreVert/index.js +2 -0
- package/build/svg/MoreVert/index.js.map +1 -0
- package/build/svg/Note/icon-fill.svg +1 -0
- package/build/svg/Note/icon.svg +1 -0
- package/build/svg/Note/index.d.ts +3 -0
- package/build/svg/Note/index.js +2 -0
- package/build/svg/Note/index.js.map +1 -0
- package/build/svg/Notifications/icon-fill.svg +1 -0
- package/build/svg/Notifications/icon.svg +1 -0
- package/build/svg/Notifications/index.d.ts +3 -0
- package/build/svg/Notifications/index.js +2 -0
- package/build/svg/Notifications/index.js.map +1 -0
- package/build/svg/OpenInNew/icon-fill.svg +1 -0
- package/build/svg/OpenInNew/icon.svg +1 -0
- package/build/svg/OpenInNew/index.d.ts +3 -0
- package/build/svg/OpenInNew/index.js +2 -0
- package/build/svg/OpenInNew/index.js.map +1 -0
- package/build/svg/Opportunity/icon-fill.svg +1 -0
- package/build/svg/Opportunity/icon.svg +1 -0
- package/build/svg/Opportunity/index.d.ts +3 -0
- package/build/svg/Opportunity/index.js +2 -0
- package/build/svg/Opportunity/index.js.map +1 -0
- package/build/svg/Order/icon-fill.svg +1 -0
- package/build/svg/Order/icon.svg +1 -0
- package/build/svg/Order/index.d.ts +3 -0
- package/build/svg/Order/index.js +2 -0
- package/build/svg/Order/index.js.map +1 -0
- package/build/svg/Partner/icon-fill.svg +1 -0
- package/build/svg/Partner/icon.svg +1 -0
- package/build/svg/Partner/index.d.ts +3 -0
- package/build/svg/Partner/index.js +2 -0
- package/build/svg/Partner/index.js.map +1 -0
- package/build/svg/Partnering/icon-fill.svg +1 -0
- package/build/svg/Partnering/icon.svg +1 -0
- package/build/svg/Partnering/index.d.ts +3 -0
- package/build/svg/Partnering/index.js +2 -0
- package/build/svg/Partnering/index.js.map +1 -0
- package/build/svg/Pause/icon-fill.svg +1 -0
- package/build/svg/Pause/icon.svg +1 -0
- package/build/svg/Pause/index.d.ts +3 -0
- package/build/svg/Pause/index.js +2 -0
- package/build/svg/Pause/index.js.map +1 -0
- package/build/svg/PersonCheck/icon-fill.svg +1 -0
- package/build/svg/PersonCheck/icon.svg +1 -0
- package/build/svg/PersonCheck/index.d.ts +3 -0
- package/build/svg/PersonCheck/index.js +2 -0
- package/build/svg/PersonCheck/index.js.map +1 -0
- package/build/svg/Phase/icon-fill.svg +1 -0
- package/build/svg/Phase/icon.svg +1 -0
- package/build/svg/Phase/index.d.ts +3 -0
- package/build/svg/Phase/index.js +2 -0
- package/build/svg/Phase/index.js.map +1 -0
- package/build/svg/Phone/icon-fill.svg +1 -0
- package/build/svg/Phone/icon.svg +1 -0
- package/build/svg/Phone/index.d.ts +3 -0
- package/build/svg/Phone/index.js +2 -0
- package/build/svg/Phone/index.js.map +1 -0
- package/build/svg/Play/icon-fill.svg +1 -0
- package/build/svg/Play/icon.svg +1 -0
- package/build/svg/Play/index.d.ts +3 -0
- package/build/svg/Play/index.js +2 -0
- package/build/svg/Play/index.js.map +1 -0
- package/build/svg/Price/icon-fill.svg +1 -0
- package/build/svg/Price/icon.svg +1 -0
- package/build/svg/Price/index.d.ts +3 -0
- package/build/svg/Price/index.js +2 -0
- package/build/svg/Price/index.js.map +1 -0
- package/build/svg/PriceMapping/icon-fill.svg +1 -0
- package/build/svg/PriceMapping/icon.svg +1 -0
- package/build/svg/PriceMapping/index.d.ts +3 -0
- package/build/svg/PriceMapping/index.js +2 -0
- package/build/svg/PriceMapping/index.js.map +1 -0
- package/build/svg/Primary/icon-fill.svg +1 -0
- package/build/svg/Primary/icon.svg +1 -0
- package/build/svg/Primary/index.d.ts +3 -0
- package/build/svg/Primary/index.js +2 -0
- package/build/svg/Primary/index.js.map +1 -0
- package/build/svg/Product/icon-fill.svg +1 -0
- package/build/svg/Product/icon.svg +1 -0
- package/build/svg/Product/index.d.ts +3 -0
- package/build/svg/Product/index.js +2 -0
- package/build/svg/Product/index.js.map +1 -0
- package/build/svg/QuestionMark/icon-fill.svg +1 -0
- package/build/svg/QuestionMark/icon.svg +1 -0
- package/build/svg/QuestionMark/index.d.ts +3 -0
- package/build/svg/QuestionMark/index.js +2 -0
- package/build/svg/QuestionMark/index.js.map +1 -0
- package/build/svg/Refresh/icon-fill.svg +1 -0
- package/build/svg/Refresh/icon.svg +1 -0
- package/build/svg/Refresh/index.d.ts +3 -0
- package/build/svg/Refresh/index.js +2 -0
- package/build/svg/Refresh/index.js.map +1 -0
- package/build/svg/Relations/icon-fill.svg +1 -0
- package/build/svg/Relations/icon.svg +1 -0
- package/build/svg/Relations/index.d.ts +3 -0
- package/build/svg/Relations/index.js +2 -0
- package/build/svg/Relations/index.js.map +1 -0
- package/build/svg/Reply/icon-fill.svg +1 -0
- package/build/svg/Reply/icon.svg +1 -0
- package/build/svg/Reply/index.d.ts +3 -0
- package/build/svg/Reply/index.js +2 -0
- package/build/svg/Reply/index.js.map +1 -0
- package/build/svg/Resize/icon-fill.svg +1 -0
- package/build/svg/Resize/icon.svg +1 -0
- package/build/svg/Resize/index.d.ts +3 -0
- package/build/svg/Resize/index.js +2 -0
- package/build/svg/Resize/index.js.map +1 -0
- package/build/svg/Search/icon-fill.svg +1 -0
- package/build/svg/Search/icon.svg +1 -0
- package/build/svg/Search/index.d.ts +3 -0
- package/build/svg/Search/index.js +2 -0
- package/build/svg/Search/index.js.map +1 -0
- package/build/svg/Settings/icon-fill.svg +1 -0
- package/build/svg/Settings/icon.svg +1 -0
- package/build/svg/Settings/index.d.ts +3 -0
- package/build/svg/Settings/index.js +2 -0
- package/build/svg/Settings/index.js.map +1 -0
- package/build/svg/Share/icon-fill.svg +1 -0
- package/build/svg/Share/icon.svg +1 -0
- package/build/svg/Share/index.d.ts +3 -0
- package/build/svg/Share/index.js +2 -0
- package/build/svg/Share/index.js.map +1 -0
- package/build/svg/Skip/icon-fill.svg +1 -0
- package/build/svg/Skip/icon.svg +1 -0
- package/build/svg/Skip/index.d.ts +3 -0
- package/build/svg/Skip/index.js +2 -0
- package/build/svg/Skip/index.js.map +1 -0
- package/build/svg/Sort/icon-fill.svg +1 -0
- package/build/svg/Sort/icon.svg +1 -0
- package/build/svg/Sort/index.d.ts +3 -0
- package/build/svg/Sort/index.js +2 -0
- package/build/svg/Sort/index.js.map +1 -0
- package/build/svg/Star/icon-fill.svg +1 -0
- package/build/svg/Star/icon.svg +1 -0
- package/build/svg/Star/index.d.ts +3 -0
- package/build/svg/Star/index.js +2 -0
- package/build/svg/Star/index.js.map +1 -0
- package/build/svg/Submission/icon-fill.svg +1 -0
- package/build/svg/Submission/icon.svg +1 -0
- package/build/svg/Submission/index.d.ts +3 -0
- package/build/svg/Submission/index.js +2 -0
- package/build/svg/Submission/index.js.map +1 -0
- package/build/svg/Table/icon-fill.svg +1 -0
- package/build/svg/Table/icon.svg +1 -0
- package/build/svg/Table/index.d.ts +3 -0
- package/build/svg/Table/index.js +2 -0
- package/build/svg/Table/index.js.map +1 -0
- package/build/svg/Tax/icon-fill.svg +1 -0
- package/build/svg/Tax/icon.svg +1 -0
- package/build/svg/Tax/index.d.ts +3 -0
- package/build/svg/Tax/index.js +2 -0
- package/build/svg/Tax/index.js.map +1 -0
- package/build/svg/Templates/icon-fill.svg +1 -0
- package/build/svg/Templates/icon.svg +1 -0
- package/build/svg/Templates/index.d.ts +3 -0
- package/build/svg/Templates/index.js +2 -0
- package/build/svg/Templates/index.js.map +1 -0
- package/build/svg/Visibility/icon-fill.svg +1 -0
- package/build/svg/Visibility/icon.svg +1 -0
- package/build/svg/Visibility/index.d.ts +3 -0
- package/build/svg/Visibility/index.js +2 -0
- package/build/svg/Visibility/index.js.map +1 -0
- package/build/svg/VisibilityOff/icon-fill.svg +1 -0
- package/build/svg/VisibilityOff/icon.svg +1 -0
- package/build/svg/VisibilityOff/index.d.ts +3 -0
- package/build/svg/VisibilityOff/index.js +2 -0
- package/build/svg/VisibilityOff/index.js.map +1 -0
- package/build/svg/Warning/icon-fill.svg +1 -0
- package/build/svg/Warning/icon.svg +1 -0
- package/build/svg/Warning/index.d.ts +3 -0
- package/build/svg/Warning/index.js +2 -0
- package/build/svg/Warning/index.js.map +1 -0
- package/build/svg/Webhook/icon-fill.svg +1 -0
- package/build/svg/Webhook/icon.svg +1 -0
- package/build/svg/Webhook/index.d.ts +3 -0
- package/build/svg/Webhook/index.js +2 -0
- package/build/svg/Webhook/index.js.map +1 -0
- package/build/svg/Workflow/icon-fill.svg +1 -0
- package/build/svg/Workflow/icon.svg +1 -0
- package/build/svg/Workflow/index.d.ts +3 -0
- package/build/svg/Workflow/index.js +2 -0
- package/build/svg/Workflow/index.js.map +1 -0
- package/build/svg/index.d.ts +89 -0
- package/build/svg/index.js +2 -0
- package/build/svg/index.js.map +1 -0
- package/build/svg/svgIcon.d.ts +98 -0
- package/build/svg/svgIcon.js +2 -0
- package/build/svg/svgIcon.js.map +1 -0
- package/build/types.d.ts +19 -0
- package/build/types.js +1 -0
- package/build/types.js.map +1 -0
- package/dist/bundle.js +2 -0
- package/dist/bundle.js.map +1 -0
- package/generator/run.ts +102 -0
- package/generator/templates/react/EpilotIcon.tsx.ejs +29 -0
- package/generator/templates/react/component/index.tsx.ejs +23 -0
- package/generator/templates/react/component/story.stories.tsx.ejs +13 -0
- package/generator/templates/react/index.ts.ejs +5 -0
- package/generator/templates/svg/index.ts.ejs +5 -0
- package/generator/templates/svg/module/index.ts.ejs +12 -0
- package/generator/templates/svg/svgIcon.ts.ejs +61 -0
- package/iac/.eslintrc.yml +27 -0
- package/iac/.gitignore +3 -0
- package/iac/cdk.json +42 -0
- package/iac/config.ts +46 -0
- package/iac/index.ts +21 -0
- package/iac/package.json +25 -0
- package/iac/service-stack.ts +33 -0
- package/iac/tsconfig.json +31 -0
- package/iac/yarn.lock +381 -0
- package/icons.config.yaml +78 -3
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/react/Alarm/index.d.ts +4 -0
- package/react/Alarm/index.js +2 -0
- package/react/Alarm/index.js.map +1 -0
- package/react/ArrowCircleLeft/index.d.ts +4 -0
- package/react/ArrowCircleLeft/index.js +2 -0
- package/react/ArrowCircleLeft/index.js.map +1 -0
- package/react/Checklist/index.d.ts +4 -0
- package/react/Checklist/index.js +2 -0
- package/react/Checklist/index.js.map +1 -0
- package/react/Comment/index.d.ts +4 -0
- package/react/Comment/index.js +2 -0
- package/react/Comment/index.js.map +1 -0
- package/react/Desktop/index.d.ts +4 -0
- package/react/Desktop/index.js +2 -0
- package/react/Desktop/index.js.map +1 -0
- package/react/Download/index.js +1 -1
- package/react/Download/index.js.map +1 -1
- package/react/EpilotIcon.d.ts +38 -0
- package/react/EpilotIcon.js +1 -1
- package/react/EpilotIcon.js.map +1 -1
- package/react/Exclamation/index.d.ts +4 -0
- package/react/Exclamation/index.js +2 -0
- package/react/Exclamation/index.js.map +1 -0
- package/react/Filter/index.js +1 -1
- package/react/Filter/index.js.map +1 -1
- package/react/Image/index.d.ts +4 -0
- package/react/Image/index.js +2 -0
- package/react/Image/index.js.map +1 -0
- package/react/MoreVert/index.d.ts +4 -0
- package/react/MoreVert/index.js +2 -0
- package/react/MoreVert/index.js.map +1 -0
- package/react/Pause/index.d.ts +4 -0
- package/react/Pause/index.js +2 -0
- package/react/Pause/index.js.map +1 -0
- package/react/PersonCheck/index.d.ts +4 -0
- package/react/PersonCheck/index.js +2 -0
- package/react/PersonCheck/index.js.map +1 -0
- package/react/Phone/index.d.ts +4 -0
- package/react/Phone/index.js +2 -0
- package/react/Phone/index.js.map +1 -0
- package/react/Play/index.d.ts +4 -0
- package/react/Play/index.js +2 -0
- package/react/Play/index.js.map +1 -0
- package/react/PriceMapping/index.d.ts +4 -0
- package/react/PriceMapping/index.js +2 -0
- package/react/PriceMapping/index.js.map +1 -0
- package/react/Primary/index.d.ts +4 -0
- package/react/Primary/index.js +2 -0
- package/react/Primary/index.js.map +1 -0
- package/react/QuestionMark/index.d.ts +4 -0
- package/react/QuestionMark/index.js +2 -0
- package/react/QuestionMark/index.js.map +1 -0
- package/react/Reply/index.d.ts +4 -0
- package/react/Reply/index.js +2 -0
- package/react/Reply/index.js.map +1 -0
- package/react/Resize/index.d.ts +4 -0
- package/react/Resize/index.js +2 -0
- package/react/Resize/index.js.map +1 -0
- package/react/Skip/index.d.ts +4 -0
- package/react/Skip/index.js +2 -0
- package/react/Skip/index.js.map +1 -0
- package/react/Star/index.d.ts +4 -0
- package/react/Star/index.js +2 -0
- package/react/Star/index.js.map +1 -0
- package/react/index.d.ts +19 -0
- package/react/index.js +1 -1
- package/react/index.js.map +1 -1
- package/src/index.ts +3 -0
- package/src/react/Account/index.tsx +22 -0
- package/src/react/Account/story.stories.tsx +13 -0
- package/src/react/Add/index.tsx +22 -0
- package/src/react/Add/story.stories.tsx +13 -0
- package/src/react/AddCircle/index.tsx +22 -0
- package/src/react/AddCircle/story.stories.tsx +13 -0
- package/src/react/Alarm/index.tsx +22 -0
- package/src/react/Alarm/story.stories.tsx +13 -0
- package/src/react/ArrowCircleLeft/index.tsx +22 -0
- package/src/react/ArrowCircleLeft/story.stories.tsx +13 -0
- package/src/react/ArrowLeft/index.tsx +22 -0
- package/src/react/ArrowLeft/story.stories.tsx +13 -0
- package/src/react/ArrowRight/index.tsx +22 -0
- package/src/react/ArrowRight/story.stories.tsx +13 -0
- package/src/react/Attributes/index.tsx +22 -0
- package/src/react/Attributes/story.stories.tsx +13 -0
- package/src/react/Automation/index.tsx +22 -0
- package/src/react/Automation/story.stories.tsx +13 -0
- package/src/react/Availability/index.tsx +22 -0
- package/src/react/Availability/story.stories.tsx +13 -0
- package/src/react/Calendar/index.tsx +22 -0
- package/src/react/Calendar/story.stories.tsx +13 -0
- package/src/react/Check/index.tsx +22 -0
- package/src/react/Check/story.stories.tsx +13 -0
- package/src/react/CheckCircle/index.tsx +22 -0
- package/src/react/CheckCircle/story.stories.tsx +13 -0
- package/src/react/Checklist/index.tsx +22 -0
- package/src/react/Checklist/story.stories.tsx +13 -0
- package/src/react/ChevronLeft/index.tsx +22 -0
- package/src/react/ChevronLeft/story.stories.tsx +13 -0
- package/src/react/ChevronRight/index.tsx +22 -0
- package/src/react/ChevronRight/story.stories.tsx +13 -0
- package/src/react/Close/index.tsx +22 -0
- package/src/react/Close/story.stories.tsx +13 -0
- package/src/react/Comment/index.tsx +22 -0
- package/src/react/Comment/story.stories.tsx +13 -0
- package/src/react/Contact/index.tsx +22 -0
- package/src/react/Contact/story.stories.tsx +13 -0
- package/src/react/ContentCopy/index.tsx +22 -0
- package/src/react/ContentCopy/story.stories.tsx +13 -0
- package/src/react/Contract/index.tsx +22 -0
- package/src/react/Contract/story.stories.tsx +13 -0
- package/src/react/Dashboard/index.tsx +22 -0
- package/src/react/Dashboard/story.stories.tsx +13 -0
- package/src/react/DataObject/index.tsx +22 -0
- package/src/react/DataObject/story.stories.tsx +13 -0
- package/src/react/Delete/index.tsx +22 -0
- package/src/react/Delete/story.stories.tsx +13 -0
- package/src/react/Design/index.tsx +22 -0
- package/src/react/Design/story.stories.tsx +13 -0
- package/src/react/Desktop/index.tsx +22 -0
- package/src/react/Desktop/story.stories.tsx +13 -0
- package/src/react/Document/index.tsx +22 -0
- package/src/react/Document/story.stories.tsx +13 -0
- package/src/react/Download/index.tsx +22 -0
- package/src/react/Download/story.stories.tsx +13 -0
- package/src/react/DragIndicator/index.tsx +22 -0
- package/src/react/DragIndicator/story.stories.tsx +13 -0
- package/src/react/Edit/index.tsx +22 -0
- package/src/react/Edit/story.stories.tsx +13 -0
- package/src/react/Entity/index.tsx +22 -0
- package/src/react/Entity/story.stories.tsx +13 -0
- package/src/react/Epilot/index.tsx +22 -0
- package/src/react/Epilot/story.stories.tsx +13 -0
- package/src/react/EpilotIcon.stories.tsx +85 -0
- package/src/react/EpilotIcon.tsx +199 -0
- package/src/react/Error/index.tsx +22 -0
- package/src/react/Error/story.stories.tsx +13 -0
- package/src/react/Exclamation/index.tsx +22 -0
- package/src/react/Exclamation/story.stories.tsx +13 -0
- package/src/react/ExpandLess/index.tsx +22 -0
- package/src/react/ExpandLess/story.stories.tsx +13 -0
- package/src/react/ExpandMore/index.tsx +22 -0
- package/src/react/ExpandMore/story.stories.tsx +13 -0
- package/src/react/Explore/index.tsx +22 -0
- package/src/react/Explore/story.stories.tsx +13 -0
- package/src/react/File/index.tsx +22 -0
- package/src/react/File/story.stories.tsx +13 -0
- package/src/react/Filter/index.tsx +22 -0
- package/src/react/Filter/story.stories.tsx +13 -0
- package/src/react/Help/index.tsx +22 -0
- package/src/react/Help/story.stories.tsx +13 -0
- package/src/react/Image/index.tsx +22 -0
- package/src/react/Image/story.stories.tsx +13 -0
- package/src/react/Info/index.tsx +22 -0
- package/src/react/Info/story.stories.tsx +13 -0
- package/src/react/Journey/index.tsx +22 -0
- package/src/react/Journey/story.stories.tsx +13 -0
- package/src/react/Link/index.tsx +22 -0
- package/src/react/Link/story.stories.tsx +13 -0
- package/src/react/Lock/index.tsx +22 -0
- package/src/react/Lock/story.stories.tsx +13 -0
- package/src/react/LockOpen/index.tsx +22 -0
- package/src/react/LockOpen/story.stories.tsx +13 -0
- package/src/react/Login/index.tsx +22 -0
- package/src/react/Login/story.stories.tsx +13 -0
- package/src/react/Logout/index.tsx +22 -0
- package/src/react/Logout/story.stories.tsx +13 -0
- package/src/react/Menu/index.tsx +22 -0
- package/src/react/Menu/story.stories.tsx +13 -0
- package/src/react/Message/index.tsx +22 -0
- package/src/react/Message/story.stories.tsx +13 -0
- package/src/react/Meter/index.tsx +22 -0
- package/src/react/Meter/story.stories.tsx +13 -0
- package/src/react/MoreVert/index.tsx +22 -0
- package/src/react/MoreVert/story.stories.tsx +13 -0
- package/src/react/Note/index.tsx +22 -0
- package/src/react/Note/story.stories.tsx +13 -0
- package/src/react/Notifications/index.tsx +22 -0
- package/src/react/Notifications/story.stories.tsx +13 -0
- package/src/react/OpenInNew/index.tsx +22 -0
- package/src/react/OpenInNew/story.stories.tsx +13 -0
- package/src/react/Opportunity/index.tsx +22 -0
- package/src/react/Opportunity/story.stories.tsx +13 -0
- package/src/react/Order/index.tsx +22 -0
- package/src/react/Order/story.stories.tsx +13 -0
- package/src/react/Partner/index.tsx +22 -0
- package/src/react/Partner/story.stories.tsx +13 -0
- package/src/react/Partnering/index.tsx +22 -0
- package/src/react/Partnering/story.stories.tsx +13 -0
- package/src/react/Pause/index.tsx +22 -0
- package/src/react/Pause/story.stories.tsx +13 -0
- package/src/react/PersonCheck/index.tsx +22 -0
- package/src/react/PersonCheck/story.stories.tsx +13 -0
- package/src/react/Phase/index.tsx +22 -0
- package/src/react/Phase/story.stories.tsx +13 -0
- package/src/react/Phone/index.tsx +22 -0
- package/src/react/Phone/story.stories.tsx +13 -0
- package/src/react/Play/index.tsx +22 -0
- package/src/react/Play/story.stories.tsx +13 -0
- package/src/react/Price/index.tsx +22 -0
- package/src/react/Price/story.stories.tsx +13 -0
- package/src/react/PriceMapping/index.tsx +22 -0
- package/src/react/PriceMapping/story.stories.tsx +13 -0
- package/src/react/Primary/index.tsx +22 -0
- package/src/react/Primary/story.stories.tsx +13 -0
- package/src/react/Product/index.tsx +22 -0
- package/src/react/Product/story.stories.tsx +13 -0
- package/src/react/QuestionMark/index.tsx +22 -0
- package/src/react/QuestionMark/story.stories.tsx +13 -0
- package/src/react/Refresh/index.tsx +22 -0
- package/src/react/Refresh/story.stories.tsx +13 -0
- package/src/react/Relations/index.tsx +22 -0
- package/src/react/Relations/story.stories.tsx +13 -0
- package/src/react/Reply/index.tsx +22 -0
- package/src/react/Reply/story.stories.tsx +13 -0
- package/src/react/Resize/index.tsx +22 -0
- package/src/react/Resize/story.stories.tsx +13 -0
- package/src/react/Search/index.tsx +22 -0
- package/src/react/Search/story.stories.tsx +13 -0
- package/src/react/Settings/index.tsx +22 -0
- package/src/react/Settings/story.stories.tsx +13 -0
- package/src/react/Share/index.tsx +22 -0
- package/src/react/Share/story.stories.tsx +13 -0
- package/src/react/Skip/index.tsx +22 -0
- package/src/react/Skip/story.stories.tsx +13 -0
- package/src/react/Sort/index.tsx +22 -0
- package/src/react/Sort/story.stories.tsx +13 -0
- package/src/react/Star/index.tsx +22 -0
- package/src/react/Star/story.stories.tsx +13 -0
- package/src/react/Submission/index.tsx +22 -0
- package/src/react/Submission/story.stories.tsx +13 -0
- package/src/react/Table/index.tsx +22 -0
- package/src/react/Table/story.stories.tsx +13 -0
- package/src/react/Tax/index.tsx +22 -0
- package/src/react/Tax/story.stories.tsx +13 -0
- package/src/react/Templates/index.tsx +22 -0
- package/src/react/Templates/story.stories.tsx +13 -0
- package/src/react/Visibility/index.tsx +22 -0
- package/src/react/Visibility/story.stories.tsx +13 -0
- package/src/react/VisibilityOff/index.tsx +22 -0
- package/src/react/VisibilityOff/story.stories.tsx +13 -0
- package/src/react/Warning/index.tsx +22 -0
- package/src/react/Warning/story.stories.tsx +13 -0
- package/src/react/Webhook/index.tsx +22 -0
- package/src/react/Webhook/story.stories.tsx +13 -0
- package/src/react/Workflow/index.tsx +22 -0
- package/src/react/Workflow/story.stories.tsx +13 -0
- package/src/react/common.ts +8 -0
- package/src/react/index.ts +90 -0
- package/src/react/types.ts +5 -0
- package/src/stories/Readme.mdx +69 -0
- package/src/stories/SVGExample.stories.tsx +55 -0
- package/src/stories/SVGExample.tsx +10 -0
- package/src/stories/Search.mdx +8 -0
- package/src/stories/SearchComponent.css +48 -0
- package/src/stories/SearchComponent.tsx +89 -0
- package/src/stories/util.ts +37 -0
- package/src/svg/Account/icon-fill.svg +1 -0
- package/src/svg/Account/icon.svg +1 -0
- package/src/svg/Account/index.ts +12 -0
- package/src/svg/Add/icon-fill.svg +1 -0
- package/src/svg/Add/icon.svg +1 -0
- package/src/svg/Add/index.ts +12 -0
- package/src/svg/AddCircle/icon-fill.svg +1 -0
- package/src/svg/AddCircle/icon.svg +1 -0
- package/src/svg/AddCircle/index.ts +12 -0
- package/src/svg/Alarm/icon-fill.svg +1 -0
- package/src/svg/Alarm/icon.svg +1 -0
- package/src/svg/Alarm/index.ts +12 -0
- package/src/svg/ArrowCircleLeft/icon-fill.svg +1 -0
- package/src/svg/ArrowCircleLeft/icon.svg +1 -0
- package/src/svg/ArrowCircleLeft/index.ts +12 -0
- package/src/svg/ArrowLeft/icon-fill.svg +1 -0
- package/src/svg/ArrowLeft/icon.svg +1 -0
- package/src/svg/ArrowLeft/index.ts +12 -0
- package/src/svg/ArrowRight/icon-fill.svg +1 -0
- package/src/svg/ArrowRight/icon.svg +1 -0
- package/src/svg/ArrowRight/index.ts +12 -0
- package/src/svg/Attributes/icon-fill.svg +1 -0
- package/src/svg/Attributes/icon.svg +1 -0
- package/src/svg/Attributes/index.ts +12 -0
- package/src/svg/Automation/icon-fill.svg +1 -0
- package/src/svg/Automation/icon.svg +1 -0
- package/src/svg/Automation/index.ts +12 -0
- package/src/svg/Availability/icon-fill.svg +1 -0
- package/src/svg/Availability/icon.svg +1 -0
- package/src/svg/Availability/index.ts +12 -0
- package/src/svg/Calendar/icon-fill.svg +1 -0
- package/src/svg/Calendar/icon.svg +1 -0
- package/src/svg/Calendar/index.ts +12 -0
- package/src/svg/Check/icon-fill.svg +1 -0
- package/src/svg/Check/icon.svg +1 -0
- package/src/svg/Check/index.ts +12 -0
- package/src/svg/CheckCircle/icon-fill.svg +1 -0
- package/src/svg/CheckCircle/icon.svg +1 -0
- package/src/svg/CheckCircle/index.ts +12 -0
- package/src/svg/Checklist/icon-fill.svg +1 -0
- package/src/svg/Checklist/icon.svg +1 -0
- package/src/svg/Checklist/index.ts +12 -0
- package/src/svg/ChevronLeft/icon-fill.svg +1 -0
- package/src/svg/ChevronLeft/icon.svg +1 -0
- package/src/svg/ChevronLeft/index.ts +12 -0
- package/src/svg/ChevronRight/icon-fill.svg +1 -0
- package/src/svg/ChevronRight/icon.svg +1 -0
- package/src/svg/ChevronRight/index.ts +12 -0
- package/src/svg/Close/icon-fill.svg +1 -0
- package/src/svg/Close/icon.svg +1 -0
- package/src/svg/Close/index.ts +12 -0
- package/src/svg/Comment/icon-fill.svg +1 -0
- package/src/svg/Comment/icon.svg +1 -0
- package/src/svg/Comment/index.ts +12 -0
- package/src/svg/Contact/icon-fill.svg +1 -0
- package/src/svg/Contact/icon.svg +1 -0
- package/src/svg/Contact/index.ts +12 -0
- package/src/svg/ContentCopy/icon-fill.svg +1 -0
- package/src/svg/ContentCopy/icon.svg +1 -0
- package/src/svg/ContentCopy/index.ts +12 -0
- package/src/svg/Contract/icon-fill.svg +1 -0
- package/src/svg/Contract/icon.svg +1 -0
- package/src/svg/Contract/index.ts +12 -0
- package/src/svg/Dashboard/icon-fill.svg +1 -0
- package/src/svg/Dashboard/icon.svg +1 -0
- package/src/svg/Dashboard/index.ts +12 -0
- package/src/svg/DataObject/icon-fill.svg +1 -0
- package/src/svg/DataObject/icon.svg +1 -0
- package/src/svg/DataObject/index.ts +12 -0
- package/src/svg/Delete/icon-fill.svg +1 -0
- package/src/svg/Delete/icon.svg +1 -0
- package/src/svg/Delete/index.ts +12 -0
- package/src/svg/Design/icon-fill.svg +1 -0
- package/src/svg/Design/icon.svg +1 -0
- package/src/svg/Design/index.ts +12 -0
- package/src/svg/Desktop/icon-fill.svg +1 -0
- package/src/svg/Desktop/icon.svg +1 -0
- package/src/svg/Desktop/index.ts +12 -0
- package/src/svg/Document/icon-fill.svg +1 -0
- package/src/svg/Document/icon.svg +1 -0
- package/src/svg/Document/index.ts +12 -0
- package/src/svg/Download/icon-fill.svg +1 -0
- package/src/svg/Download/icon.svg +1 -0
- package/src/svg/Download/index.ts +12 -0
- package/src/svg/DragIndicator/icon-fill.svg +1 -0
- package/src/svg/DragIndicator/icon.svg +1 -0
- package/src/svg/DragIndicator/index.ts +12 -0
- package/src/svg/Edit/icon-fill.svg +1 -0
- package/src/svg/Edit/icon.svg +1 -0
- package/src/svg/Edit/index.ts +12 -0
- package/src/svg/Entity/icon-fill.svg +1 -0
- package/src/svg/Entity/icon.svg +1 -0
- package/src/svg/Entity/index.ts +12 -0
- package/src/svg/EntityBuilder/icon-fill.svg +1 -0
- package/src/svg/EntityBuilder/icon.svg +1 -0
- package/src/svg/EntityBuilder/index.ts +12 -0
- package/src/svg/Epilot/icon-fill.svg +11 -0
- package/src/svg/Epilot/icon.svg +11 -0
- package/src/svg/Epilot/index.ts +12 -0
- package/src/svg/Error/icon-fill.svg +1 -0
- package/src/svg/Error/icon.svg +1 -0
- package/src/svg/Error/index.ts +12 -0
- package/src/svg/Exclamation/icon-fill.svg +1 -0
- package/src/svg/Exclamation/icon.svg +1 -0
- package/src/svg/Exclamation/index.ts +12 -0
- package/src/svg/ExpandLess/icon-fill.svg +1 -0
- package/src/svg/ExpandLess/icon.svg +1 -0
- package/src/svg/ExpandLess/index.ts +12 -0
- package/src/svg/ExpandMore/icon-fill.svg +1 -0
- package/src/svg/ExpandMore/icon.svg +1 -0
- package/src/svg/ExpandMore/index.ts +12 -0
- package/src/svg/Explore/icon-fill.svg +1 -0
- package/src/svg/Explore/icon.svg +1 -0
- package/src/svg/Explore/index.ts +12 -0
- package/src/svg/File/icon-fill.svg +1 -0
- package/src/svg/File/icon.svg +1 -0
- package/src/svg/File/index.ts +12 -0
- package/src/svg/Filter/icon-fill.svg +1 -0
- package/src/svg/Filter/icon.svg +1 -0
- package/src/svg/Filter/index.ts +12 -0
- package/src/svg/Help/icon-fill.svg +1 -0
- package/src/svg/Help/icon.svg +1 -0
- package/src/svg/Help/index.ts +12 -0
- package/src/svg/Image/icon-fill.svg +1 -0
- package/src/svg/Image/icon.svg +1 -0
- package/src/svg/Image/index.ts +12 -0
- package/src/svg/Info/icon-fill.svg +1 -0
- package/src/svg/Info/icon.svg +1 -0
- package/src/svg/Info/index.ts +12 -0
- package/src/svg/Journey/icon-fill.svg +1 -0
- package/src/svg/Journey/icon.svg +1 -0
- package/src/svg/Journey/index.ts +12 -0
- package/src/svg/Link/icon-fill.svg +1 -0
- package/src/svg/Link/icon.svg +1 -0
- package/src/svg/Link/index.ts +12 -0
- package/src/svg/Lock/icon-fill.svg +1 -0
- package/src/svg/Lock/icon.svg +1 -0
- package/src/svg/Lock/index.ts +12 -0
- package/src/svg/LockOpen/icon-fill.svg +1 -0
- package/src/svg/LockOpen/icon.svg +1 -0
- package/src/svg/LockOpen/index.ts +12 -0
- package/src/svg/Login/icon-fill.svg +1 -0
- package/src/svg/Login/icon.svg +1 -0
- package/src/svg/Login/index.ts +12 -0
- package/src/svg/Logout/icon-fill.svg +1 -0
- package/src/svg/Logout/icon.svg +1 -0
- package/src/svg/Logout/index.ts +12 -0
- package/src/svg/Menu/icon-fill.svg +1 -0
- package/src/svg/Menu/icon.svg +1 -0
- package/src/svg/Menu/index.ts +12 -0
- package/src/svg/Message/icon-fill.svg +1 -0
- package/src/svg/Message/icon.svg +1 -0
- package/src/svg/Message/index.ts +12 -0
- package/src/svg/Meter/icon-fill.svg +1 -0
- package/src/svg/Meter/icon.svg +1 -0
- package/src/svg/Meter/index.ts +12 -0
- package/src/svg/MoreVert/icon-fill.svg +1 -0
- package/src/svg/MoreVert/icon.svg +1 -0
- package/src/svg/MoreVert/index.ts +12 -0
- package/src/svg/Note/icon-fill.svg +1 -0
- package/src/svg/Note/icon.svg +1 -0
- package/src/svg/Note/index.ts +12 -0
- package/src/svg/Notifications/icon-fill.svg +1 -0
- package/src/svg/Notifications/icon.svg +1 -0
- package/src/svg/Notifications/index.ts +12 -0
- package/src/svg/OpenInNew/icon-fill.svg +1 -0
- package/src/svg/OpenInNew/icon.svg +1 -0
- package/src/svg/OpenInNew/index.ts +12 -0
- package/src/svg/Opportunity/icon-fill.svg +1 -0
- package/src/svg/Opportunity/icon.svg +1 -0
- package/src/svg/Opportunity/index.ts +12 -0
- package/src/svg/Order/icon-fill.svg +1 -0
- package/src/svg/Order/icon.svg +1 -0
- package/src/svg/Order/index.ts +12 -0
- package/src/svg/Partner/icon-fill.svg +1 -0
- package/src/svg/Partner/icon.svg +1 -0
- package/src/svg/Partner/index.ts +12 -0
- package/src/svg/Partnering/icon-fill.svg +1 -0
- package/src/svg/Partnering/icon.svg +1 -0
- package/src/svg/Partnering/index.ts +12 -0
- package/src/svg/Pause/icon-fill.svg +1 -0
- package/src/svg/Pause/icon.svg +1 -0
- package/src/svg/Pause/index.ts +12 -0
- package/src/svg/PersonCheck/icon-fill.svg +1 -0
- package/src/svg/PersonCheck/icon.svg +1 -0
- package/src/svg/PersonCheck/index.ts +12 -0
- package/src/svg/Phase/icon-fill.svg +1 -0
- package/src/svg/Phase/icon.svg +1 -0
- package/src/svg/Phase/index.ts +12 -0
- package/src/svg/Phone/icon-fill.svg +1 -0
- package/src/svg/Phone/icon.svg +1 -0
- package/src/svg/Phone/index.ts +12 -0
- package/src/svg/Play/icon-fill.svg +1 -0
- package/src/svg/Play/icon.svg +1 -0
- package/src/svg/Play/index.ts +12 -0
- package/src/svg/Price/icon-fill.svg +1 -0
- package/src/svg/Price/icon.svg +1 -0
- package/src/svg/Price/index.ts +12 -0
- package/src/svg/PriceMapping/icon-fill.svg +1 -0
- package/src/svg/PriceMapping/icon.svg +1 -0
- package/src/svg/PriceMapping/index.ts +12 -0
- package/src/svg/Primary/icon-fill.svg +1 -0
- package/src/svg/Primary/icon.svg +1 -0
- package/src/svg/Primary/index.ts +12 -0
- package/src/svg/Product/icon-fill.svg +1 -0
- package/src/svg/Product/icon.svg +1 -0
- package/src/svg/Product/index.ts +12 -0
- package/src/svg/QuestionMark/icon-fill.svg +1 -0
- package/src/svg/QuestionMark/icon.svg +1 -0
- package/src/svg/QuestionMark/index.ts +12 -0
- package/src/svg/Refresh/icon-fill.svg +1 -0
- package/src/svg/Refresh/icon.svg +1 -0
- package/src/svg/Refresh/index.ts +12 -0
- package/src/svg/Relations/icon-fill.svg +1 -0
- package/src/svg/Relations/icon.svg +1 -0
- package/src/svg/Relations/index.ts +12 -0
- package/src/svg/Reply/icon-fill.svg +1 -0
- package/src/svg/Reply/icon.svg +1 -0
- package/src/svg/Reply/index.ts +12 -0
- package/src/svg/Resize/icon-fill.svg +1 -0
- package/src/svg/Resize/icon.svg +1 -0
- package/src/svg/Resize/index.ts +12 -0
- package/src/svg/Search/icon-fill.svg +1 -0
- package/src/svg/Search/icon.svg +1 -0
- package/src/svg/Search/index.ts +12 -0
- package/src/svg/Settings/icon-fill.svg +1 -0
- package/src/svg/Settings/icon.svg +1 -0
- package/src/svg/Settings/index.ts +12 -0
- package/src/svg/Share/icon-fill.svg +1 -0
- package/src/svg/Share/icon.svg +1 -0
- package/src/svg/Share/index.ts +12 -0
- package/src/svg/Skip/icon-fill.svg +1 -0
- package/src/svg/Skip/icon.svg +1 -0
- package/src/svg/Skip/index.ts +12 -0
- package/src/svg/Sort/icon-fill.svg +1 -0
- package/src/svg/Sort/icon.svg +1 -0
- package/src/svg/Sort/index.ts +12 -0
- package/src/svg/Star/icon-fill.svg +1 -0
- package/src/svg/Star/icon.svg +1 -0
- package/src/svg/Star/index.ts +12 -0
- package/src/svg/Submission/icon-fill.svg +1 -0
- package/src/svg/Submission/icon.svg +1 -0
- package/src/svg/Submission/index.ts +12 -0
- package/src/svg/Table/icon-fill.svg +1 -0
- package/src/svg/Table/icon.svg +1 -0
- package/src/svg/Table/index.ts +12 -0
- package/src/svg/Tax/icon-fill.svg +1 -0
- package/src/svg/Tax/icon.svg +1 -0
- package/src/svg/Tax/index.ts +12 -0
- package/src/svg/Templates/icon-fill.svg +1 -0
- package/src/svg/Templates/icon.svg +1 -0
- package/src/svg/Templates/index.ts +12 -0
- package/src/svg/Visibility/icon-fill.svg +1 -0
- package/src/svg/Visibility/icon.svg +1 -0
- package/src/svg/Visibility/index.ts +12 -0
- package/src/svg/VisibilityOff/icon-fill.svg +1 -0
- package/src/svg/VisibilityOff/icon.svg +1 -0
- package/src/svg/VisibilityOff/index.ts +12 -0
- package/src/svg/Warning/icon-fill.svg +1 -0
- package/src/svg/Warning/icon.svg +1 -0
- package/src/svg/Warning/index.ts +12 -0
- package/src/svg/Webhook/icon-fill.svg +1 -0
- package/src/svg/Webhook/icon.svg +1 -0
- package/src/svg/Webhook/index.ts +12 -0
- package/src/svg/Workflow/icon-fill.svg +1 -0
- package/src/svg/Workflow/icon.svg +1 -0
- package/src/svg/Workflow/index.ts +12 -0
- package/src/svg/index.ts +90 -0
- package/src/svg/svgIcon.ts +223 -0
- package/src/svg-module.d.ts +6 -0
- package/src/types.ts +19 -0
- package/svg/Alarm/icon-fill.svg +1 -0
- package/svg/Alarm/icon.svg +1 -0
- package/svg/Alarm/index.d.ts +3 -0
- package/svg/Alarm/index.js +2 -0
- package/svg/Alarm/index.js.map +1 -0
- package/svg/ArrowCircleLeft/icon-fill.svg +1 -0
- package/svg/ArrowCircleLeft/icon.svg +1 -0
- package/svg/ArrowCircleLeft/index.d.ts +3 -0
- package/svg/ArrowCircleLeft/index.js +2 -0
- package/svg/ArrowCircleLeft/index.js.map +1 -0
- package/svg/Checklist/icon-fill.svg +1 -0
- package/svg/Checklist/icon.svg +1 -0
- package/svg/Checklist/index.d.ts +3 -0
- package/svg/Checklist/index.js +2 -0
- package/svg/Checklist/index.js.map +1 -0
- package/svg/Comment/icon-fill.svg +1 -0
- package/svg/Comment/icon.svg +1 -0
- package/svg/Comment/index.d.ts +3 -0
- package/svg/Comment/index.js +2 -0
- package/svg/Comment/index.js.map +1 -0
- package/svg/Desktop/icon-fill.svg +1 -0
- package/svg/Desktop/icon.svg +1 -0
- package/svg/Desktop/index.d.ts +3 -0
- package/svg/Desktop/index.js +2 -0
- package/svg/Desktop/index.js.map +1 -0
- package/svg/Download/icon-fill.svg +1 -1
- package/svg/Download/icon.svg +1 -1
- package/svg/Download/index.js +1 -1
- package/svg/Download/index.js.map +1 -1
- package/svg/EntityBuilder/icon-fill.svg +1 -0
- package/svg/EntityBuilder/icon.svg +1 -0
- package/svg/EntityBuilder/index.d.ts +3 -0
- package/svg/EntityBuilder/index.js +2 -0
- package/svg/EntityBuilder/index.js.map +1 -0
- package/svg/Exclamation/icon-fill.svg +1 -0
- package/svg/Exclamation/icon.svg +1 -0
- package/svg/Exclamation/index.d.ts +3 -0
- package/svg/Exclamation/index.js +2 -0
- package/svg/Exclamation/index.js.map +1 -0
- package/svg/Filter/icon-fill.svg +1 -1
- package/svg/Filter/icon.svg +1 -1
- package/svg/Filter/index.js +1 -1
- package/svg/Filter/index.js.map +1 -1
- package/svg/Image/icon-fill.svg +1 -0
- package/svg/Image/icon.svg +1 -0
- package/svg/Image/index.d.ts +3 -0
- package/svg/Image/index.js +2 -0
- package/svg/Image/index.js.map +1 -0
- package/svg/MoreVert/icon-fill.svg +1 -0
- package/svg/MoreVert/icon.svg +1 -0
- package/svg/MoreVert/index.d.ts +3 -0
- package/svg/MoreVert/index.js +2 -0
- package/svg/MoreVert/index.js.map +1 -0
- package/svg/Pause/icon-fill.svg +1 -0
- package/svg/Pause/icon.svg +1 -0
- package/svg/Pause/index.d.ts +3 -0
- package/svg/Pause/index.js +2 -0
- package/svg/Pause/index.js.map +1 -0
- package/svg/PersonCheck/icon-fill.svg +1 -0
- package/svg/PersonCheck/icon.svg +1 -0
- package/svg/PersonCheck/index.d.ts +3 -0
- package/svg/PersonCheck/index.js +2 -0
- package/svg/PersonCheck/index.js.map +1 -0
- package/svg/Phone/icon-fill.svg +1 -0
- package/svg/Phone/icon.svg +1 -0
- package/svg/Phone/index.d.ts +3 -0
- package/svg/Phone/index.js +2 -0
- package/svg/Phone/index.js.map +1 -0
- package/svg/Play/icon-fill.svg +1 -0
- package/svg/Play/icon.svg +1 -0
- package/svg/Play/index.d.ts +3 -0
- package/svg/Play/index.js +2 -0
- package/svg/Play/index.js.map +1 -0
- package/svg/PriceMapping/icon-fill.svg +1 -0
- package/svg/PriceMapping/icon.svg +1 -0
- package/svg/PriceMapping/index.d.ts +3 -0
- package/svg/PriceMapping/index.js +2 -0
- package/svg/PriceMapping/index.js.map +1 -0
- package/svg/Primary/icon-fill.svg +1 -0
- package/svg/Primary/icon.svg +1 -0
- package/svg/Primary/index.d.ts +3 -0
- package/svg/Primary/index.js +2 -0
- package/svg/Primary/index.js.map +1 -0
- package/svg/QuestionMark/icon-fill.svg +1 -0
- package/svg/QuestionMark/icon.svg +1 -0
- package/svg/QuestionMark/index.d.ts +3 -0
- package/svg/QuestionMark/index.js +2 -0
- package/svg/QuestionMark/index.js.map +1 -0
- package/svg/Reply/icon-fill.svg +1 -0
- package/svg/Reply/icon.svg +1 -0
- package/svg/Reply/index.d.ts +3 -0
- package/svg/Reply/index.js +2 -0
- package/svg/Reply/index.js.map +1 -0
- package/svg/Resize/icon-fill.svg +1 -0
- package/svg/Resize/icon.svg +1 -0
- package/svg/Resize/index.d.ts +3 -0
- package/svg/Resize/index.js +2 -0
- package/svg/Resize/index.js.map +1 -0
- package/svg/Skip/icon-fill.svg +1 -0
- package/svg/Skip/icon.svg +1 -0
- package/svg/Skip/index.d.ts +3 -0
- package/svg/Skip/index.js +2 -0
- package/svg/Skip/index.js.map +1 -0
- package/svg/Star/icon-fill.svg +1 -0
- package/svg/Star/icon.svg +1 -0
- package/svg/Star/index.d.ts +3 -0
- package/svg/Star/index.js +2 -0
- package/svg/Star/index.js.map +1 -0
- package/svg/index.d.ts +19 -0
- package/svg/index.js +1 -1
- package/svg/index.js.map +1 -1
- package/svg/svgIcon.d.ts +19 -0
- package/svg/svgIcon.js +1 -1
- package/svg/svgIcon.js.map +1 -1
- package/tsconfig.json +34 -0
- package/webpack.config-cjs.js +64 -0
- package/webpack.config.js +30 -0
- package/yarn-error.log +10867 -0
- package/yarn.lock +10904 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(()=>{"use strict";var t={5828:(t,e,r)=>{r.d(e,{Z:()=>o});r(9497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M185.478-185.869q-16.957 0-28.283-11.326t-11.326-28.283q0-16.957 11.326-28.283t28.283-11.326h35.304v-289.869q0-88.914 51.478-160.588 51.478-71.674 138.131-90.369v-18.609q0-29.475 20.185-49.825 20.185-20.349 49.424-20.349t49.424 20.349q20.185 20.35 20.185 49.825v18.609q86.653 18.13 138.414 90 51.761 71.87 51.761 160.957v289.869h34.738q16.886 0 28.53 11.326 11.644 11.326 11.644 28.283t-11.644 28.283q-11.644 11.326-28.53 11.326H185.478ZM480.283-60.782q-34.979 0-59.892-24.863-24.913-24.864-24.913-60.224h169.609q0 35.261-24.913 60.174-24.913 24.913-59.891 24.913Z"/></svg>'},2813:(t,e,r)=>{r.d(e,{Z:()=>o});r(9497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M185.478-185.869q-16.707 0-28.158-11.502-11.451-11.501-11.451-28.282 0-16.782 11.451-28.108t28.158-11.326h35.304v-289.869q0-88.914 51.478-160.588 51.478-71.674 138.131-90.369v-18.609q0-29.239 20.302-49.707 20.303-20.467 49.307-20.467t49.307 20.467q20.302 20.468 20.302 49.707v18.609q86.653 18.13 138.414 90 51.761 71.87 51.761 160.957v289.869h34.738q16.636 0 28.405 11.501 11.769 11.502 11.769 28.283 0 16.782-11.769 28.108t-28.405 11.326H185.478ZM480-499.739Zm.283 438.957q-34.95 0-59.878-24.994-24.927-24.994-24.927-60.093h169.609q0 35.261-25.044 60.174Q515-60.782 480.283-60.782ZM300-265.087h360v-289.869q0-74.435-52.5-127.217Q555-734.956 480-734.956t-127.5 52.783Q300-629.391 300-554.956v289.869Z"/></svg>'},9497:t=>{t.exports=require("react")}},e={};function r(o){var v=e[o];if(void 0!==v)return v.exports;var n=e[o]={exports:{}};return t[o](n,n.exports,r),n.exports}r.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},r.d=(t,e)=>{for(var o in e)r.o(e,o)&&!r.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var o={};(()=>{r.r(o),r.d(o,{NotificationsSVG:()=>v,default:()=>n});var t=r(5828),e=r(2813);const v=r=>{var o;return"outlined"===(null!=(o=null==r?void 0:r.variant)?o:"filled")?e.Z:t.Z},n=v})(),module.exports=o})();
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg/Notifications/index.js","mappings":"kEAcA,wqB,0CCAA,gzB,WCdAA,EAAOC,QAAUC,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACX,EAASa,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEf,EAASc,IAC5EE,OAAOC,eAAejB,EAASc,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFlB,EAAoBsB,EAAKzB,IACH,oBAAX0B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAejB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAejB,EAAS,aAAc,CAAE4B,OAAO,GAAO,E,4FCAvD,MAAMC,EAAoBC,IALjC,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/Notifications/icon-fill.svg","webpack://icons/./src/svg/Notifications/icon.svg","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/svg/Notifications/index.ts"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M185.478-185.869q-16.957 0-28.283-11.326t-11.326-28.283q0-16.957 11.326-28.283t28.283-11.326h35.304v-289.869q0-88.914 51.478-160.588 51.478-71.674 138.131-90.369v-18.609q0-29.475 20.185-49.825 20.185-20.349 49.424-20.349t49.424 20.349q20.185 20.35 20.185 49.825v18.609q86.653 18.13 138.414 90 51.761 71.87 51.761 160.957v289.869h34.738q16.886 0 28.53 11.326 11.644 11.326 11.644 28.283t-11.644 28.283q-11.644 11.326-28.53 11.326H185.478ZM480.283-60.782q-34.979 0-59.892-24.863-24.913-24.864-24.913-60.224h169.609q0 35.261-24.913 60.174-24.913 24.913-59.891 24.913Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M185.478-185.869q-16.957 0-28.283-11.326t-11.326-28.283q0-16.957 11.326-28.283t28.283-11.326h35.304v-289.869q0-88.914 51.478-160.588 51.478-71.674 138.131-90.369v-18.609q0-29.475 20.185-49.825 20.185-20.349 49.424-20.349t49.424 20.349q20.185 20.35 20.185 49.825v18.609q86.653 18.13 138.414 90 51.761 71.87 51.761 160.957v289.869h34.738q16.886 0 28.53 11.326 11.644 11.326 11.644 28.283t-11.644 28.283q-11.644 11.326-28.53 11.326H185.478ZM480.283-60.782q-34.979 0-59.892-24.863-24.913-24.864-24.913-60.224h169.609q0 35.261-24.913 60.174-24.913 24.913-59.891 24.913Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M185.478-185.869q-16.707 0-28.158-11.502-11.451-11.501-11.451-28.282 0-16.782 11.451-28.108t28.158-11.326h35.304v-289.869q0-88.914 51.478-160.588 51.478-71.674 138.131-90.369v-18.609q0-29.239 20.302-49.707 20.303-20.467 49.307-20.467t49.307 20.467q20.302 20.468 20.302 49.707v18.609q86.653 18.13 138.414 90 51.761 71.87 51.761 160.957v289.869h34.738q16.636 0 28.405 11.501 11.769 11.502 11.769 28.283 0 16.782-11.769 28.108t-28.405 11.326H185.478ZM480-499.739Zm.283 438.957q-34.95 0-59.878-24.994-24.927-24.994-24.927-60.093h169.609q0 35.261-25.044 60.174Q515-60.782 480.283-60.782ZM300-265.087h360v-289.869q0-74.435-52.5-127.217Q555-734.956 480-734.956t-127.5 52.783Q300-629.391 300-554.956v289.869Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M185.478-185.869q-16.707 0-28.158-11.502-11.451-11.501-11.451-28.282 0-16.782 11.451-28.108t28.158-11.326h35.304v-289.869q0-88.914 51.478-160.588 51.478-71.674 138.131-90.369v-18.609q0-29.239 20.302-49.707 20.303-20.467 49.307-20.467t49.307 20.467q20.302 20.468 20.302 49.707v18.609q86.653 18.13 138.414 90 51.761 71.87 51.761 160.957v289.869h34.738q16.636 0 28.405 11.501 11.769 11.502 11.769 28.283 0 16.782-11.769 28.108t-28.405 11.326H185.478ZM480-499.739Zm.283 438.957q-34.95 0-59.878-24.994-24.927-24.994-24.927-60.093h169.609q0 35.261-25.044 60.174Q515-60.782 480.283-60.782ZM300-265.087h360v-289.869q0-74.435-52.5-127.217Q555-734.956 480-734.956t-127.5 52.783Q300-629.391 300-554.956v289.869Z\\\"/></svg>\";","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const NotificationsSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default NotificationsSVG;\n"],"names":["module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","NotificationsSVG","opts","variant"],"sourceRoot":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h234.304q16.707 0 28.158 11.833Q459-831.029 459-814.297t-11.451 28.058q-11.451 11.326-28.158 11.326H185.087v589.826h589.826v-234.304q0-16.707 11.501-28.158Q797.916-459 814.648-459t28.39 11.451q11.658 11.451 11.658 28.158v234.304q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm589.826-613.043L422.784-366.218q-12.266 11.827-27.721 11.044-15.454-.783-27.28-12.609t-11.826-27.5q0-15.674 11.826-27.501l352.129-352.129H558.609q-16.707 0-28.158-11.501Q519-797.916 519-814.648t11.451-28.39q11.451-11.658 28.158-11.658h296.087v296.087q0 16.707-11.833 28.158Q831.029-519 814.297-519t-28.058-11.451q-11.326-11.451-11.326-28.158v-160.303Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h234.304q16.707 0 28.158 11.833Q459-831.029 459-814.297t-11.451 28.058q-11.451 11.326-28.158 11.326H185.087v589.826h589.826v-234.304q0-16.707 11.501-28.158Q797.916-459 814.648-459t28.39 11.451q11.658 11.451 11.658 28.158v234.304q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm589.826-613.043L422.784-366.218q-12.266 11.827-27.721 11.044-15.454-.783-27.28-12.609t-11.826-27.5q0-15.674 11.826-27.501l352.129-352.129H558.609q-16.707 0-28.158-11.501Q519-797.916 519-814.648t11.451-28.39q11.451-11.658 28.158-11.658h296.087v296.087q0 16.707-11.833 28.158Q831.029-519 814.297-519t-28.058-11.451q-11.326-11.451-11.326-28.158v-160.303Z"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(()=>{"use strict";var t={9318:(t,e,r)=>{r.d(e,{Z:()=>o});r(9497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h234.304q16.707 0 28.158 11.833Q459-831.029 459-814.297t-11.451 28.058q-11.451 11.326-28.158 11.326H185.087v589.826h589.826v-234.304q0-16.707 11.501-28.158Q797.916-459 814.648-459t28.39 11.451q11.658 11.451 11.658 28.158v234.304q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm589.826-613.043L422.784-366.218q-12.266 11.827-27.721 11.044-15.454-.783-27.28-12.609t-11.826-27.5q0-15.674 11.826-27.501l352.129-352.129H558.609q-16.707 0-28.158-11.501Q519-797.916 519-814.648t11.451-28.39q11.451-11.658 28.158-11.658h296.087v296.087q0 16.707-11.833 28.158Q831.029-519 814.297-519t-28.058-11.451q-11.326-11.451-11.326-28.158v-160.303Z"/></svg>'},5894:(t,e,r)=>{r.d(e,{Z:()=>o});r(9497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h234.304q16.707 0 28.158 11.833Q459-831.029 459-814.297t-11.451 28.058q-11.451 11.326-28.158 11.326H185.087v589.826h589.826v-234.304q0-16.707 11.501-28.158Q797.916-459 814.648-459t28.39 11.451q11.658 11.451 11.658 28.158v234.304q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm589.826-613.043L422.784-366.218q-12.266 11.827-27.721 11.044-15.454-.783-27.28-12.609t-11.826-27.5q0-15.674 11.826-27.501l352.129-352.129H558.609q-16.707 0-28.158-11.501Q519-797.916 519-814.648t11.451-28.39q11.451-11.658 28.158-11.658h296.087v296.087q0 16.707-11.833 28.158Q831.029-519 814.297-519t-28.058-11.451q-11.326-11.451-11.326-28.158v-160.303Z"/></svg>'},9497:t=>{t.exports=require("react")}},e={};function r(o){var v=e[o];if(void 0!==v)return v.exports;var n=e[o]={exports:{}};return t[o](n,n.exports,r),n.exports}r.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},r.d=(t,e)=>{for(var o in e)r.o(e,o)&&!r.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var o={};(()=>{r.r(o),r.d(o,{OpenInNewSVG:()=>v,default:()=>n});var t=r(9318),e=r(5894);const v=r=>{var o;return"outlined"===(null!=(o=null==r?void 0:r.variant)?o:"filled")?e.Z:t.Z},n=v})(),module.exports=o})();
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg/OpenInNew/index.js","mappings":"kEAcA,m3B,0CCAA,m3B,WCdAA,EAAOC,QAAUC,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACX,EAASa,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEf,EAASc,IAC5EE,OAAOC,eAAejB,EAASc,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFlB,EAAoBsB,EAAKzB,IACH,oBAAX0B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAejB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAejB,EAAS,aAAc,CAAE4B,OAAO,GAAO,E,wFCAvD,MAAMC,EAAgBC,IAL7B,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/OpenInNew/icon-fill.svg","webpack://icons/./src/svg/OpenInNew/icon.svg","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/svg/OpenInNew/index.ts"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h234.304q16.707 0 28.158 11.833Q459-831.029 459-814.297t-11.451 28.058q-11.451 11.326-28.158 11.326H185.087v589.826h589.826v-234.304q0-16.707 11.501-28.158Q797.916-459 814.648-459t28.39 11.451q11.658 11.451 11.658 28.158v234.304q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm589.826-613.043L422.784-366.218q-12.266 11.827-27.721 11.044-15.454-.783-27.28-12.609t-11.826-27.5q0-15.674 11.826-27.501l352.129-352.129H558.609q-16.707 0-28.158-11.501Q519-797.916 519-814.648t11.451-28.39q11.451-11.658 28.158-11.658h296.087v296.087q0 16.707-11.833 28.158Q831.029-519 814.297-519t-28.058-11.451q-11.326-11.451-11.326-28.158v-160.303Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h234.304q16.707 0 28.158 11.833Q459-831.029 459-814.297t-11.451 28.058q-11.451 11.326-28.158 11.326H185.087v589.826h589.826v-234.304q0-16.707 11.501-28.158Q797.916-459 814.648-459t28.39 11.451q11.658 11.451 11.658 28.158v234.304q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm589.826-613.043L422.784-366.218q-12.266 11.827-27.721 11.044-15.454-.783-27.28-12.609t-11.826-27.5q0-15.674 11.826-27.501l352.129-352.129H558.609q-16.707 0-28.158-11.501Q519-797.916 519-814.648t11.451-28.39q11.451-11.658 28.158-11.658h296.087v296.087q0 16.707-11.833 28.158Q831.029-519 814.297-519t-28.058-11.451q-11.326-11.451-11.326-28.158v-160.303Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h234.304q16.707 0 28.158 11.833Q459-831.029 459-814.297t-11.451 28.058q-11.451 11.326-28.158 11.326H185.087v589.826h589.826v-234.304q0-16.707 11.501-28.158Q797.916-459 814.648-459t28.39 11.451q11.658 11.451 11.658 28.158v234.304q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm589.826-613.043L422.784-366.218q-12.266 11.827-27.721 11.044-15.454-.783-27.28-12.609t-11.826-27.5q0-15.674 11.826-27.501l352.129-352.129H558.609q-16.707 0-28.158-11.501Q519-797.916 519-814.648t11.451-28.39q11.451-11.658 28.158-11.658h296.087v296.087q0 16.707-11.833 28.158Q831.029-519 814.297-519t-28.058-11.451q-11.326-11.451-11.326-28.158v-160.303Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h234.304q16.707 0 28.158 11.833Q459-831.029 459-814.297t-11.451 28.058q-11.451 11.326-28.158 11.326H185.087v589.826h589.826v-234.304q0-16.707 11.501-28.158Q797.916-459 814.648-459t28.39 11.451q11.658 11.451 11.658 28.158v234.304q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm589.826-613.043L422.784-366.218q-12.266 11.827-27.721 11.044-15.454-.783-27.28-12.609t-11.826-27.5q0-15.674 11.826-27.501l352.129-352.129H558.609q-16.707 0-28.158-11.501Q519-797.916 519-814.648t11.451-28.39q11.451-11.658 28.158-11.658h296.087v296.087q0 16.707-11.833 28.158Q831.029-519 814.297-519t-28.058-11.451q-11.326-11.451-11.326-28.158v-160.303Z\\\"/></svg>\";","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const OpenInNewSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default OpenInNewSVG;\n"],"names":["module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","OpenInNewSVG","opts","variant"],"sourceRoot":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M480.435-147.826q-133.826 0-231.435-96.478-97.609-96.478-97.609-229.174v-45.565L98.87-466.522q-9.131 9.131-21.261 9.131-12.131 0-21.261-9.131-9.131-9.13-9.131-21.761 0-12.63 9.13-21.761l106.305-107.869Q174.478-629.74 191-629.74t28.348 11.827l107.304 107.869q9.131 9.131 9.131 21.261 0 12.131-9.131 21.261-9.13 9.131-22.043 9.131-12.913 0-21.479-9.131l-52.521-51.521v44.434q0 101.348 73.674 174.174 73.674 72.826 176.152 72.826 18.869 0 36.456-1.935 17.587-1.935 34.022-6.369 15.957-4.131 31.978.934 16.022 5.066 22.718 19.457 7.261 14.392 1.979 29.348-5.283 14.957-20.675 20.087-25.695 9.131-52.456 13.696-26.761 4.565-54.022 4.565Zm.695-580q-19.434 0-37.021 2.218-17.587 2.217-34.022 6.652-15.957 3.565-31.913-1.217-15.957-4.783-23.218-19.175-7.826-14.956-2.261-30.413 5.565-15.457 19.957-21.152 26.696-8.566 53.457-12.631 26.761-4.065 55.021-4.065 133.261 0 231.153 96.761 97.891 96.761 97.891 228.891v43.566l51.956-51.957q9.131-9.695 21.261-9.413 12.131.283 21.261 9.413 9.131 9.131 9.131 21.479 0 12.348-9.131 22.043L798.348-339.521q-11.826 11.826-28.065 11.826-16.24 0-28.066-11.826l-106.304-106.87q-9.131-9.13-9.413-21.978-.283-12.848 9.413-22.544t22.543-9.696q12.848 0 21.979 9.696l50.521 50.522v-40.435q0-100.783-73.956-173.891-73.957-73.109-175.87-73.109Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M480.435-147.826q-133.826 0-231.435-96.478-97.609-96.478-97.609-229.174v-45.565L98.87-466.522q-9.131 9.131-21.261 9.131-12.131 0-21.261-9.131-9.131-9.13-9.131-21.761 0-12.63 9.13-21.761l106.305-107.869Q174.478-629.74 191-629.74t28.348 11.827l107.304 107.869q9.131 9.131 9.131 21.261 0 12.131-9.131 21.261-9.13 9.131-22.043 9.131-12.913 0-21.479-9.131l-52.521-51.521v44.434q0 101.348 73.674 174.174 73.674 72.826 176.152 72.826 18.869 0 36.456-1.935 17.587-1.935 34.022-6.369 15.957-4.131 31.978.934 16.022 5.066 22.718 19.457 7.261 14.392 1.979 29.348-5.283 14.957-20.675 20.087-25.695 9.131-52.456 13.696-26.761 4.565-54.022 4.565Zm.695-580q-19.434 0-37.021 2.218-17.587 2.217-34.022 6.652-15.957 3.565-31.913-1.217-15.957-4.783-23.218-19.175-7.826-14.956-2.261-30.413 5.565-15.457 19.957-21.152 26.696-8.566 53.457-12.631 26.761-4.065 55.021-4.065 133.261 0 231.153 96.761 97.891 96.761 97.891 228.891v43.566l51.956-51.957q9.131-9.695 21.261-9.413 12.131.283 21.261 9.413 9.131 9.131 9.131 21.479 0 12.348-9.131 22.043L798.348-339.521q-11.826 11.826-28.065 11.826-16.24 0-28.066-11.826l-106.304-106.87q-9.131-9.13-9.413-21.978-.283-12.848 9.413-22.544t22.543-9.696q12.848 0 21.979 9.696l50.521 50.522v-40.435q0-100.783-73.956-173.891-73.957-73.109-175.87-73.109Z"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(()=>{"use strict";var t={7898:(t,e,r)=>{r.d(e,{Z:()=>o});r(9497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M480.435-147.826q-133.826 0-231.435-96.478-97.609-96.478-97.609-229.174v-45.565L98.87-466.522q-9.131 9.131-21.261 9.131-12.131 0-21.261-9.131-9.131-9.13-9.131-21.761 0-12.63 9.13-21.761l106.305-107.869Q174.478-629.74 191-629.74t28.348 11.827l107.304 107.869q9.131 9.131 9.131 21.261 0 12.131-9.131 21.261-9.13 9.131-22.043 9.131-12.913 0-21.479-9.131l-52.521-51.521v44.434q0 101.348 73.674 174.174 73.674 72.826 176.152 72.826 18.869 0 36.456-1.935 17.587-1.935 34.022-6.369 15.957-4.131 31.978.934 16.022 5.066 22.718 19.457 7.261 14.392 1.979 29.348-5.283 14.957-20.675 20.087-25.695 9.131-52.456 13.696-26.761 4.565-54.022 4.565Zm.695-580q-19.434 0-37.021 2.218-17.587 2.217-34.022 6.652-15.957 3.565-31.913-1.217-15.957-4.783-23.218-19.175-7.826-14.956-2.261-30.413 5.565-15.457 19.957-21.152 26.696-8.566 53.457-12.631 26.761-4.065 55.021-4.065 133.261 0 231.153 96.761 97.891 96.761 97.891 228.891v43.566l51.956-51.957q9.131-9.695 21.261-9.413 12.131.283 21.261 9.413 9.131 9.131 9.131 21.479 0 12.348-9.131 22.043L798.348-339.521q-11.826 11.826-28.065 11.826-16.24 0-28.066-11.826l-106.304-106.87q-9.131-9.13-9.413-21.978-.283-12.848 9.413-22.544t22.543-9.696q12.848 0 21.979 9.696l50.521 50.522v-40.435q0-100.783-73.956-173.891-73.957-73.109-175.87-73.109Z"/></svg>'},338:(t,e,r)=>{r.d(e,{Z:()=>o});r(9497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M480.435-147.826q-133.826 0-231.435-96.478-97.609-96.478-97.609-229.174v-45.565L98.87-466.522q-9.131 9.131-21.261 9.131-12.131 0-21.261-9.131-9.131-9.13-9.131-21.761 0-12.63 9.13-21.761l106.305-107.869Q174.478-629.74 191-629.74t28.348 11.827l107.304 107.869q9.131 9.131 9.131 21.261 0 12.131-9.131 21.261-9.13 9.131-22.043 9.131-12.913 0-21.479-9.131l-52.521-51.521v44.434q0 101.348 73.674 174.174 73.674 72.826 176.152 72.826 18.869 0 36.456-1.935 17.587-1.935 34.022-6.369 15.957-4.131 31.978.934 16.022 5.066 22.718 19.457 7.261 14.392 1.979 29.348-5.283 14.957-20.675 20.087-25.695 9.131-52.456 13.696-26.761 4.565-54.022 4.565Zm.695-580q-19.434 0-37.021 2.218-17.587 2.217-34.022 6.652-15.957 3.565-31.913-1.217-15.957-4.783-23.218-19.175-7.826-14.956-2.261-30.413 5.565-15.457 19.957-21.152 26.696-8.566 53.457-12.631 26.761-4.065 55.021-4.065 133.261 0 231.153 96.761 97.891 96.761 97.891 228.891v43.566l51.956-51.957q9.131-9.695 21.261-9.413 12.131.283 21.261 9.413 9.131 9.131 9.131 21.479 0 12.348-9.131 22.043L798.348-339.521q-11.826 11.826-28.065 11.826-16.24 0-28.066-11.826l-106.304-106.87q-9.131-9.13-9.413-21.978-.283-12.848 9.413-22.544t22.543-9.696q12.848 0 21.979 9.696l50.521 50.522v-40.435q0-100.783-73.956-173.891-73.957-73.109-175.87-73.109Z"/></svg>'},9497:t=>{t.exports=require("react")}},e={};function r(o){var l=e[o];if(void 0!==l)return l.exports;var v=e[o]={exports:{}};return t[o](v,v.exports,r),v.exports}r.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},r.d=(t,e)=>{for(var o in e)r.o(e,o)&&!r.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var o={};(()=>{r.r(o),r.d(o,{OpportunitySVG:()=>l,default:()=>v});var t=r(7898),e=r(338);const l=r=>{var o;return"outlined"===(null!=(o=null==r?void 0:r.variant)?o:"filled")?e.Z:t.Z},v=l})(),module.exports=o})();
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg/Opportunity/index.js","mappings":"kEAcA,o2C,yCCAA,o2C,WCdAA,EAAOC,QAAUC,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACX,EAASa,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEf,EAASc,IAC5EE,OAAOC,eAAejB,EAASc,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFlB,EAAoBsB,EAAKzB,IACH,oBAAX0B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAejB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAejB,EAAS,aAAc,CAAE4B,OAAO,GAAO,E,yFCAvD,MAAMC,EAAkBC,IAL/B,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/Opportunity/icon-fill.svg","webpack://icons/./src/svg/Opportunity/icon.svg","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/svg/Opportunity/index.ts"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M480.435-147.826q-133.826 0-231.435-96.478-97.609-96.478-97.609-229.174v-45.565L98.87-466.522q-9.131 9.131-21.261 9.131-12.131 0-21.261-9.131-9.131-9.13-9.131-21.761 0-12.63 9.13-21.761l106.305-107.869Q174.478-629.74 191-629.74t28.348 11.827l107.304 107.869q9.131 9.131 9.131 21.261 0 12.131-9.131 21.261-9.13 9.131-22.043 9.131-12.913 0-21.479-9.131l-52.521-51.521v44.434q0 101.348 73.674 174.174 73.674 72.826 176.152 72.826 18.869 0 36.456-1.935 17.587-1.935 34.022-6.369 15.957-4.131 31.978.934 16.022 5.066 22.718 19.457 7.261 14.392 1.979 29.348-5.283 14.957-20.675 20.087-25.695 9.131-52.456 13.696-26.761 4.565-54.022 4.565Zm.695-580q-19.434 0-37.021 2.218-17.587 2.217-34.022 6.652-15.957 3.565-31.913-1.217-15.957-4.783-23.218-19.175-7.826-14.956-2.261-30.413 5.565-15.457 19.957-21.152 26.696-8.566 53.457-12.631 26.761-4.065 55.021-4.065 133.261 0 231.153 96.761 97.891 96.761 97.891 228.891v43.566l51.956-51.957q9.131-9.695 21.261-9.413 12.131.283 21.261 9.413 9.131 9.131 9.131 21.479 0 12.348-9.131 22.043L798.348-339.521q-11.826 11.826-28.065 11.826-16.24 0-28.066-11.826l-106.304-106.87q-9.131-9.13-9.413-21.978-.283-12.848 9.413-22.544t22.543-9.696q12.848 0 21.979 9.696l50.521 50.522v-40.435q0-100.783-73.956-173.891-73.957-73.109-175.87-73.109Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M480.435-147.826q-133.826 0-231.435-96.478-97.609-96.478-97.609-229.174v-45.565L98.87-466.522q-9.131 9.131-21.261 9.131-12.131 0-21.261-9.131-9.131-9.13-9.131-21.761 0-12.63 9.13-21.761l106.305-107.869Q174.478-629.74 191-629.74t28.348 11.827l107.304 107.869q9.131 9.131 9.131 21.261 0 12.131-9.131 21.261-9.13 9.131-22.043 9.131-12.913 0-21.479-9.131l-52.521-51.521v44.434q0 101.348 73.674 174.174 73.674 72.826 176.152 72.826 18.869 0 36.456-1.935 17.587-1.935 34.022-6.369 15.957-4.131 31.978.934 16.022 5.066 22.718 19.457 7.261 14.392 1.979 29.348-5.283 14.957-20.675 20.087-25.695 9.131-52.456 13.696-26.761 4.565-54.022 4.565Zm.695-580q-19.434 0-37.021 2.218-17.587 2.217-34.022 6.652-15.957 3.565-31.913-1.217-15.957-4.783-23.218-19.175-7.826-14.956-2.261-30.413 5.565-15.457 19.957-21.152 26.696-8.566 53.457-12.631 26.761-4.065 55.021-4.065 133.261 0 231.153 96.761 97.891 96.761 97.891 228.891v43.566l51.956-51.957q9.131-9.695 21.261-9.413 12.131.283 21.261 9.413 9.131 9.131 9.131 21.479 0 12.348-9.131 22.043L798.348-339.521q-11.826 11.826-28.065 11.826-16.24 0-28.066-11.826l-106.304-106.87q-9.131-9.13-9.413-21.978-.283-12.848 9.413-22.544t22.543-9.696q12.848 0 21.979 9.696l50.521 50.522v-40.435q0-100.783-73.956-173.891-73.957-73.109-175.87-73.109Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M480.435-147.826q-133.826 0-231.435-96.478-97.609-96.478-97.609-229.174v-45.565L98.87-466.522q-9.131 9.131-21.261 9.131-12.131 0-21.261-9.131-9.131-9.13-9.131-21.761 0-12.63 9.13-21.761l106.305-107.869Q174.478-629.74 191-629.74t28.348 11.827l107.304 107.869q9.131 9.131 9.131 21.261 0 12.131-9.131 21.261-9.13 9.131-22.043 9.131-12.913 0-21.479-9.131l-52.521-51.521v44.434q0 101.348 73.674 174.174 73.674 72.826 176.152 72.826 18.869 0 36.456-1.935 17.587-1.935 34.022-6.369 15.957-4.131 31.978.934 16.022 5.066 22.718 19.457 7.261 14.392 1.979 29.348-5.283 14.957-20.675 20.087-25.695 9.131-52.456 13.696-26.761 4.565-54.022 4.565Zm.695-580q-19.434 0-37.021 2.218-17.587 2.217-34.022 6.652-15.957 3.565-31.913-1.217-15.957-4.783-23.218-19.175-7.826-14.956-2.261-30.413 5.565-15.457 19.957-21.152 26.696-8.566 53.457-12.631 26.761-4.065 55.021-4.065 133.261 0 231.153 96.761 97.891 96.761 97.891 228.891v43.566l51.956-51.957q9.131-9.695 21.261-9.413 12.131.283 21.261 9.413 9.131 9.131 9.131 21.479 0 12.348-9.131 22.043L798.348-339.521q-11.826 11.826-28.065 11.826-16.24 0-28.066-11.826l-106.304-106.87q-9.131-9.13-9.413-21.978-.283-12.848 9.413-22.544t22.543-9.696q12.848 0 21.979 9.696l50.521 50.522v-40.435q0-100.783-73.956-173.891-73.957-73.109-175.87-73.109Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M480.435-147.826q-133.826 0-231.435-96.478-97.609-96.478-97.609-229.174v-45.565L98.87-466.522q-9.131 9.131-21.261 9.131-12.131 0-21.261-9.131-9.131-9.13-9.131-21.761 0-12.63 9.13-21.761l106.305-107.869Q174.478-629.74 191-629.74t28.348 11.827l107.304 107.869q9.131 9.131 9.131 21.261 0 12.131-9.131 21.261-9.13 9.131-22.043 9.131-12.913 0-21.479-9.131l-52.521-51.521v44.434q0 101.348 73.674 174.174 73.674 72.826 176.152 72.826 18.869 0 36.456-1.935 17.587-1.935 34.022-6.369 15.957-4.131 31.978.934 16.022 5.066 22.718 19.457 7.261 14.392 1.979 29.348-5.283 14.957-20.675 20.087-25.695 9.131-52.456 13.696-26.761 4.565-54.022 4.565Zm.695-580q-19.434 0-37.021 2.218-17.587 2.217-34.022 6.652-15.957 3.565-31.913-1.217-15.957-4.783-23.218-19.175-7.826-14.956-2.261-30.413 5.565-15.457 19.957-21.152 26.696-8.566 53.457-12.631 26.761-4.065 55.021-4.065 133.261 0 231.153 96.761 97.891 96.761 97.891 228.891v43.566l51.956-51.957q9.131-9.695 21.261-9.413 12.131.283 21.261 9.413 9.131 9.131 9.131 21.479 0 12.348-9.131 22.043L798.348-339.521q-11.826 11.826-28.065 11.826-16.24 0-28.066-11.826l-106.304-106.87q-9.131-9.13-9.413-21.978-.283-12.848 9.413-22.544t22.543-9.696q12.848 0 21.979 9.696l50.521 50.522v-40.435q0-100.783-73.956-173.891-73.957-73.109-175.87-73.109Z\\\"/></svg>\";","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const OpportunitySVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default OpportunitySVG;\n"],"names":["module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","OpportunitySVG","opts","variant"],"sourceRoot":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M286.788-74.782Q257-74.782 236-95.995q-21-21.212-21-51 0-29.787 21.212-50.787 21.213-21 51-21 29.788 0 50.788 21.212 21 21.212 21 51t-21.212 50.788q-21.213 21-51 21Zm400 0Q657-74.782 636-95.995q-21-21.212-21-51 0-29.787 21.212-50.787 21.213-21 51-21 29.788 0 50.788 21.212 21 21.212 21 51t-21.212 50.788q-21.213 21-51 21ZM208.957-807.218h572.681q30.433 0 46.31 27.218 15.878 27.218.487 55.001L703.044-498.391q-12.131 20.13-30.792 32.761Q653.591-453 630.314-453H331.348l-52.043 97.782H729q15.393 0 25.805 10.429 10.413 10.429 10.413 25.845 0 15.417-10.413 25.789-10.412 10.373-25.805 10.373H277q-46.522 0-66.718-31.392-20.195-31.391 1.066-69.217L273.652-498 125.043-813.782H81q-15.392 0-25.805-10.429t-10.413-25.845q0-15.417 10.413-25.789Q65.608-886.218 81-886.218h65.739q11.826 0 21.626 5.787 9.801 5.786 13.853 16.301l26.739 56.912Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M286.788-74.782Q257-74.782 236-95.995q-21-21.212-21-51 0-29.787 21.212-50.787 21.213-21 51-21 29.788 0 50.788 21.212 21 21.212 21 51t-21.212 50.788q-21.213 21-51 21Zm400 0Q657-74.782 636-95.995q-21-21.212-21-51 0-29.787 21.212-50.787 21.213-21 51-21 29.788 0 50.788 21.212 21 21.212 21 51t-21.212 50.788q-21.213 21-51 21Zm-441.048-660 100.39 208.781h286.305L746.13-734.782H245.74Zm-36.783-72.436h572.681q30.433 0 46.31 27.218 15.878 27.218.487 55.001L703.044-498.391q-12.131 20.13-30.792 32.761Q653.591-453 630.314-453H331.348l-52.043 97.782H729q15.393 0 25.805 10.429 10.413 10.429 10.413 25.845 0 15.417-10.413 25.789-10.412 10.373-25.805 10.373H277q-46.522 0-66.718-31.392-20.195-31.391 1.066-69.217L273.652-498 125.043-813.782H81q-15.392 0-25.805-10.429t-10.413-25.845q0-15.417 10.413-25.789Q65.608-886.218 81-886.218h65.739q11.826 0 21.626 5.787 9.801 5.786 13.853 16.301l26.739 56.912ZM346.13-526.001h286.305H346.13Z"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(()=>{"use strict";var e={6120:(e,t,r)=>{r.d(t,{Z:()=>o});r(9497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M286.788-74.782Q257-74.782 236-95.995q-21-21.212-21-51 0-29.787 21.212-50.787 21.213-21 51-21 29.788 0 50.788 21.212 21 21.212 21 51t-21.212 50.788q-21.213 21-51 21Zm400 0Q657-74.782 636-95.995q-21-21.212-21-51 0-29.787 21.212-50.787 21.213-21 51-21 29.788 0 50.788 21.212 21 21.212 21 51t-21.212 50.788q-21.213 21-51 21ZM208.957-807.218h572.681q30.433 0 46.31 27.218 15.878 27.218.487 55.001L703.044-498.391q-12.131 20.13-30.792 32.761Q653.591-453 630.314-453H331.348l-52.043 97.782H729q15.393 0 25.805 10.429 10.413 10.429 10.413 25.845 0 15.417-10.413 25.789-10.412 10.373-25.805 10.373H277q-46.522 0-66.718-31.392-20.195-31.391 1.066-69.217L273.652-498 125.043-813.782H81q-15.392 0-25.805-10.429t-10.413-25.845q0-15.417 10.413-25.789Q65.608-886.218 81-886.218h65.739q11.826 0 21.626 5.787 9.801 5.786 13.853 16.301l26.739 56.912Z"/></svg>'},367:(e,t,r)=>{r.d(t,{Z:()=>o});r(9497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M286.788-74.782Q257-74.782 236-95.995q-21-21.212-21-51 0-29.787 21.212-50.787 21.213-21 51-21 29.788 0 50.788 21.212 21 21.212 21 51t-21.212 50.788q-21.213 21-51 21Zm400 0Q657-74.782 636-95.995q-21-21.212-21-51 0-29.787 21.212-50.787 21.213-21 51-21 29.788 0 50.788 21.212 21 21.212 21 51t-21.212 50.788q-21.213 21-51 21Zm-441.048-660 100.39 208.781h286.305L746.13-734.782H245.74Zm-36.783-72.436h572.681q30.433 0 46.31 27.218 15.878 27.218.487 55.001L703.044-498.391q-12.131 20.13-30.792 32.761Q653.591-453 630.314-453H331.348l-52.043 97.782H729q15.393 0 25.805 10.429 10.413 10.429 10.413 25.845 0 15.417-10.413 25.789-10.412 10.373-25.805 10.373H277q-46.522 0-66.718-31.392-20.195-31.391 1.066-69.217L273.652-498 125.043-813.782H81q-15.392 0-25.805-10.429t-10.413-25.845q0-15.417 10.413-25.789Q65.608-886.218 81-886.218h65.739q11.826 0 21.626 5.787 9.801 5.786 13.853 16.301l26.739 56.912ZM346.13-526.001h286.305H346.13Z"/></svg>'},9497:e=>{e.exports=require("react")}},t={};function r(o){var l=t[o];if(void 0!==l)return l.exports;var n=t[o]={exports:{}};return e[o](n,n.exports,r),n.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var o in t)r.o(t,o)&&!r.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};(()=>{r.r(o),r.d(o,{OrderSVG:()=>l,default:()=>n});var e=r(6120),t=r(367);const l=r=>{var o;return"outlined"===(null!=(o=null==r?void 0:r.variant)?o:"filled")?t.Z:e.Z},n=l})(),module.exports=o})();
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg/Order/index.js","mappings":"kEAcA,q7B,yCCAA,8gC,WCdAA,EAAOC,QAAUC,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACX,EAASa,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEf,EAASc,IAC5EE,OAAOC,eAAejB,EAASc,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFlB,EAAoBsB,EAAKzB,IACH,oBAAX0B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAejB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAejB,EAAS,aAAc,CAAE4B,OAAO,GAAO,E,mFCAvD,MAAMC,EAAYC,IALzB,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/Order/icon-fill.svg","webpack://icons/./src/svg/Order/icon.svg","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/svg/Order/index.ts"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M286.788-74.782Q257-74.782 236-95.995q-21-21.212-21-51 0-29.787 21.212-50.787 21.213-21 51-21 29.788 0 50.788 21.212 21 21.212 21 51t-21.212 50.788q-21.213 21-51 21Zm400 0Q657-74.782 636-95.995q-21-21.212-21-51 0-29.787 21.212-50.787 21.213-21 51-21 29.788 0 50.788 21.212 21 21.212 21 51t-21.212 50.788q-21.213 21-51 21ZM208.957-807.218h572.681q30.433 0 46.31 27.218 15.878 27.218.487 55.001L703.044-498.391q-12.131 20.13-30.792 32.761Q653.591-453 630.314-453H331.348l-52.043 97.782H729q15.393 0 25.805 10.429 10.413 10.429 10.413 25.845 0 15.417-10.413 25.789-10.412 10.373-25.805 10.373H277q-46.522 0-66.718-31.392-20.195-31.391 1.066-69.217L273.652-498 125.043-813.782H81q-15.392 0-25.805-10.429t-10.413-25.845q0-15.417 10.413-25.789Q65.608-886.218 81-886.218h65.739q11.826 0 21.626 5.787 9.801 5.786 13.853 16.301l26.739 56.912Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M286.788-74.782Q257-74.782 236-95.995q-21-21.212-21-51 0-29.787 21.212-50.787 21.213-21 51-21 29.788 0 50.788 21.212 21 21.212 21 51t-21.212 50.788q-21.213 21-51 21Zm400 0Q657-74.782 636-95.995q-21-21.212-21-51 0-29.787 21.212-50.787 21.213-21 51-21 29.788 0 50.788 21.212 21 21.212 21 51t-21.212 50.788q-21.213 21-51 21ZM208.957-807.218h572.681q30.433 0 46.31 27.218 15.878 27.218.487 55.001L703.044-498.391q-12.131 20.13-30.792 32.761Q653.591-453 630.314-453H331.348l-52.043 97.782H729q15.393 0 25.805 10.429 10.413 10.429 10.413 25.845 0 15.417-10.413 25.789-10.412 10.373-25.805 10.373H277q-46.522 0-66.718-31.392-20.195-31.391 1.066-69.217L273.652-498 125.043-813.782H81q-15.392 0-25.805-10.429t-10.413-25.845q0-15.417 10.413-25.789Q65.608-886.218 81-886.218h65.739q11.826 0 21.626 5.787 9.801 5.786 13.853 16.301l26.739 56.912Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M286.788-74.782Q257-74.782 236-95.995q-21-21.212-21-51 0-29.787 21.212-50.787 21.213-21 51-21 29.788 0 50.788 21.212 21 21.212 21 51t-21.212 50.788q-21.213 21-51 21Zm400 0Q657-74.782 636-95.995q-21-21.212-21-51 0-29.787 21.212-50.787 21.213-21 51-21 29.788 0 50.788 21.212 21 21.212 21 51t-21.212 50.788q-21.213 21-51 21Zm-441.048-660 100.39 208.781h286.305L746.13-734.782H245.74Zm-36.783-72.436h572.681q30.433 0 46.31 27.218 15.878 27.218.487 55.001L703.044-498.391q-12.131 20.13-30.792 32.761Q653.591-453 630.314-453H331.348l-52.043 97.782H729q15.393 0 25.805 10.429 10.413 10.429 10.413 25.845 0 15.417-10.413 25.789-10.412 10.373-25.805 10.373H277q-46.522 0-66.718-31.392-20.195-31.391 1.066-69.217L273.652-498 125.043-813.782H81q-15.392 0-25.805-10.429t-10.413-25.845q0-15.417 10.413-25.789Q65.608-886.218 81-886.218h65.739q11.826 0 21.626 5.787 9.801 5.786 13.853 16.301l26.739 56.912ZM346.13-526.001h286.305H346.13Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M286.788-74.782Q257-74.782 236-95.995q-21-21.212-21-51 0-29.787 21.212-50.787 21.213-21 51-21 29.788 0 50.788 21.212 21 21.212 21 51t-21.212 50.788q-21.213 21-51 21Zm400 0Q657-74.782 636-95.995q-21-21.212-21-51 0-29.787 21.212-50.787 21.213-21 51-21 29.788 0 50.788 21.212 21 21.212 21 51t-21.212 50.788q-21.213 21-51 21Zm-441.048-660 100.39 208.781h286.305L746.13-734.782H245.74Zm-36.783-72.436h572.681q30.433 0 46.31 27.218 15.878 27.218.487 55.001L703.044-498.391q-12.131 20.13-30.792 32.761Q653.591-453 630.314-453H331.348l-52.043 97.782H729q15.393 0 25.805 10.429 10.413 10.429 10.413 25.845 0 15.417-10.413 25.789-10.412 10.373-25.805 10.373H277q-46.522 0-66.718-31.392-20.195-31.391 1.066-69.217L273.652-498 125.043-813.782H81q-15.392 0-25.805-10.429t-10.413-25.845q0-15.417 10.413-25.789Q65.608-886.218 81-886.218h65.739q11.826 0 21.626 5.787 9.801 5.786 13.853 16.301l26.739 56.912ZM346.13-526.001h286.305H346.13Z\\\"/></svg>\";","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const OrderSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default OrderSVG;\n"],"names":["module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","OrderSVG","opts","variant"],"sourceRoot":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h192.869q1.392-37 31.087-66.5 29.696-29.5 70.957-29.5 41.261 0 70.957 29.5 29.695 29.5 31.087 66.5h192.869q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v589.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm294.86-712.74q14.749 0 24.097-9.295 9.347-9.295 9.347-24.043 0-14.749-9.295-24.097-9.295-9.347-24.043-9.347-14.749 0-24.097 9.295-9.347 9.295-9.347 24.043 0 14.749 9.295 24.097 9.295 9.347 24.043 9.347Zm1.984 426.088q59.765 0 100.613-40.78 40.847-40.779 40.847-100.543 0-59.765-40.779-100.33t-100.543-40.565q-59.765 0-100.613 40.497-40.847 40.496-40.847 100.261 0 59.764 40.779 100.612 40.779 40.848 100.543 40.848ZM185.087-185.087h589.826v-46.609q-60-53.739-133.457-85.978Q568-349.913 480-349.913q-88 0-161.456 32.804-73.457 32.804-133.457 86.543v45.479Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h192.869q1.392-37 31.087-66.5 29.696-29.5 70.957-29.5 41.261 0 70.957 29.5 29.695 29.5 31.087 66.5h192.869q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v589.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm294.86-712.74q14.749 0 24.097-9.295 9.347-9.295 9.347-24.043 0-14.749-9.295-24.097-9.295-9.347-24.043-9.347-14.749 0-24.097 9.295-9.347 9.295-9.347 24.043 0 14.749 9.295 24.097 9.295 9.347 24.043 9.347Zm-294.86 588.043q60-53.739 133.353-86.543 73.353-32.804 161.456-32.804 88.104 0 161.56 32.239 73.457 32.239 133.457 85.978v-543.217H185.087v544.347Zm296.844-181.955q59.765 0 100.613-40.78 40.847-40.779 40.847-100.543 0-59.765-40.779-100.33t-100.543-40.565q-59.765 0-100.613 40.497-40.847 40.496-40.847 100.261 0 59.764 40.779 100.612 40.779 40.848 100.543 40.848ZM235-185.087h490v-6.174q-54-46-116-68.935-62-22.934-129-22.934t-129 22.934q-62 22.935-116 68.935v6.174Zm246.801-293.652q-31.171 0-52.79-21.935-21.62-21.936-21.62-53.272t21.819-52.956q21.819-21.619 52.989-21.619 31.171 0 52.79 21.819 21.62 21.819 21.62 52.989 0 31.17-21.819 53.072t-52.989 21.902ZM480-503.522Z"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(()=>{"use strict";var e={8814:(e,t,r)=>{r.d(t,{Z:()=>o});r(9497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h192.869q1.392-37 31.087-66.5 29.696-29.5 70.957-29.5 41.261 0 70.957 29.5 29.695 29.5 31.087 66.5h192.869q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v589.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm294.86-712.74q14.749 0 24.097-9.295 9.347-9.295 9.347-24.043 0-14.749-9.295-24.097-9.295-9.347-24.043-9.347-14.749 0-24.097 9.295-9.347 9.295-9.347 24.043 0 14.749 9.295 24.097 9.295 9.347 24.043 9.347Zm1.984 426.088q59.765 0 100.613-40.78 40.847-40.779 40.847-100.543 0-59.765-40.779-100.33t-100.543-40.565q-59.765 0-100.613 40.497-40.847 40.496-40.847 100.261 0 59.764 40.779 100.612 40.779 40.848 100.543 40.848ZM185.087-185.087h589.826v-46.609q-60-53.739-133.457-85.978Q568-349.913 480-349.913q-88 0-161.456 32.804-73.457 32.804-133.457 86.543v45.479Z"/></svg>'},8121:(e,t,r)=>{r.d(t,{Z:()=>o});r(9497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h192.869q1.392-37 31.087-66.5 29.696-29.5 70.957-29.5 41.261 0 70.957 29.5 29.695 29.5 31.087 66.5h192.869q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v589.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm294.86-712.74q14.749 0 24.097-9.295 9.347-9.295 9.347-24.043 0-14.749-9.295-24.097-9.295-9.347-24.043-9.347-14.749 0-24.097 9.295-9.347 9.295-9.347 24.043 0 14.749 9.295 24.097 9.295 9.347 24.043 9.347Zm-294.86 588.043q60-53.739 133.353-86.543 73.353-32.804 161.456-32.804 88.104 0 161.56 32.239 73.457 32.239 133.457 85.978v-543.217H185.087v544.347Zm296.844-181.955q59.765 0 100.613-40.78 40.847-40.779 40.847-100.543 0-59.765-40.779-100.33t-100.543-40.565q-59.765 0-100.613 40.497-40.847 40.496-40.847 100.261 0 59.764 40.779 100.612 40.779 40.848 100.543 40.848ZM235-185.087h490v-6.174q-54-46-116-68.935-62-22.934-129-22.934t-129 22.934q-62 22.935-116 68.935v6.174Zm246.801-293.652q-31.171 0-52.79-21.935-21.62-21.936-21.62-53.272t21.819-52.956q21.819-21.619 52.989-21.619 31.171 0 52.79 21.819 21.62 21.819 21.62 52.989 0 31.17-21.819 53.072t-52.989 21.902ZM480-503.522Z"/></svg>'},9497:e=>{e.exports=require("react")}},t={};function r(o){var v=t[o];if(void 0!==v)return v.exports;var n=t[o]={exports:{}};return e[o](n,n.exports,r),n.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var o in t)r.o(t,o)&&!r.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};(()=>{r.r(o),r.d(o,{PartnerSVG:()=>v,default:()=>n});var e=r(8814),t=r(8121);const v=r=>{var o;return"outlined"===(null!=(o=null==r?void 0:r.variant)?o:"filled")?t.Z:e.Z},n=v})(),module.exports=o})();
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg/Partner/index.js","mappings":"kEAcA,+/B,0CCAA,8zC,WCdAA,EAAOC,QAAUC,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACX,EAASa,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEf,EAASc,IAC5EE,OAAOC,eAAejB,EAASc,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFlB,EAAoBsB,EAAKzB,IACH,oBAAX0B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAejB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAejB,EAAS,aAAc,CAAE4B,OAAO,GAAO,E,sFCAvD,MAAMC,EAAcC,IAL3B,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/Partner/icon-fill.svg","webpack://icons/./src/svg/Partner/icon.svg","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/svg/Partner/index.ts"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h192.869q1.392-37 31.087-66.5 29.696-29.5 70.957-29.5 41.261 0 70.957 29.5 29.695 29.5 31.087 66.5h192.869q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v589.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm294.86-712.74q14.749 0 24.097-9.295 9.347-9.295 9.347-24.043 0-14.749-9.295-24.097-9.295-9.347-24.043-9.347-14.749 0-24.097 9.295-9.347 9.295-9.347 24.043 0 14.749 9.295 24.097 9.295 9.347 24.043 9.347Zm1.984 426.088q59.765 0 100.613-40.78 40.847-40.779 40.847-100.543 0-59.765-40.779-100.33t-100.543-40.565q-59.765 0-100.613 40.497-40.847 40.496-40.847 100.261 0 59.764 40.779 100.612 40.779 40.848 100.543 40.848ZM185.087-185.087h589.826v-46.609q-60-53.739-133.457-85.978Q568-349.913 480-349.913q-88 0-161.456 32.804-73.457 32.804-133.457 86.543v45.479Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h192.869q1.392-37 31.087-66.5 29.696-29.5 70.957-29.5 41.261 0 70.957 29.5 29.695 29.5 31.087 66.5h192.869q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v589.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm294.86-712.74q14.749 0 24.097-9.295 9.347-9.295 9.347-24.043 0-14.749-9.295-24.097-9.295-9.347-24.043-9.347-14.749 0-24.097 9.295-9.347 9.295-9.347 24.043 0 14.749 9.295 24.097 9.295 9.347 24.043 9.347Zm1.984 426.088q59.765 0 100.613-40.78 40.847-40.779 40.847-100.543 0-59.765-40.779-100.33t-100.543-40.565q-59.765 0-100.613 40.497-40.847 40.496-40.847 100.261 0 59.764 40.779 100.612 40.779 40.848 100.543 40.848ZM185.087-185.087h589.826v-46.609q-60-53.739-133.457-85.978Q568-349.913 480-349.913q-88 0-161.456 32.804-73.457 32.804-133.457 86.543v45.479Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h192.869q1.392-37 31.087-66.5 29.696-29.5 70.957-29.5 41.261 0 70.957 29.5 29.695 29.5 31.087 66.5h192.869q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v589.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm294.86-712.74q14.749 0 24.097-9.295 9.347-9.295 9.347-24.043 0-14.749-9.295-24.097-9.295-9.347-24.043-9.347-14.749 0-24.097 9.295-9.347 9.295-9.347 24.043 0 14.749 9.295 24.097 9.295 9.347 24.043 9.347Zm-294.86 588.043q60-53.739 133.353-86.543 73.353-32.804 161.456-32.804 88.104 0 161.56 32.239 73.457 32.239 133.457 85.978v-543.217H185.087v544.347Zm296.844-181.955q59.765 0 100.613-40.78 40.847-40.779 40.847-100.543 0-59.765-40.779-100.33t-100.543-40.565q-59.765 0-100.613 40.497-40.847 40.496-40.847 100.261 0 59.764 40.779 100.612 40.779 40.848 100.543 40.848ZM235-185.087h490v-6.174q-54-46-116-68.935-62-22.934-129-22.934t-129 22.934q-62 22.935-116 68.935v6.174Zm246.801-293.652q-31.171 0-52.79-21.935-21.62-21.936-21.62-53.272t21.819-52.956q21.819-21.619 52.989-21.619 31.171 0 52.79 21.819 21.62 21.819 21.62 52.989 0 31.17-21.819 53.072t-52.989 21.902ZM480-503.522Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h192.869q1.392-37 31.087-66.5 29.696-29.5 70.957-29.5 41.261 0 70.957 29.5 29.695 29.5 31.087 66.5h192.869q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v589.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm294.86-712.74q14.749 0 24.097-9.295 9.347-9.295 9.347-24.043 0-14.749-9.295-24.097-9.295-9.347-24.043-9.347-14.749 0-24.097 9.295-9.347 9.295-9.347 24.043 0 14.749 9.295 24.097 9.295 9.347 24.043 9.347Zm-294.86 588.043q60-53.739 133.353-86.543 73.353-32.804 161.456-32.804 88.104 0 161.56 32.239 73.457 32.239 133.457 85.978v-543.217H185.087v544.347Zm296.844-181.955q59.765 0 100.613-40.78 40.847-40.779 40.847-100.543 0-59.765-40.779-100.33t-100.543-40.565q-59.765 0-100.613 40.497-40.847 40.496-40.847 100.261 0 59.764 40.779 100.612 40.779 40.848 100.543 40.848ZM235-185.087h490v-6.174q-54-46-116-68.935-62-22.934-129-22.934t-129 22.934q-62 22.935-116 68.935v6.174Zm246.801-293.652q-31.171 0-52.79-21.935-21.62-21.936-21.62-53.272t21.819-52.956q21.819-21.619 52.989-21.619 31.171 0 52.79 21.819 21.62 21.819 21.62 52.989 0 31.17-21.819 53.072t-52.989 21.902ZM480-503.522Z\\\"/></svg>\";","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const PartnerSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default PartnerSVG;\n"],"names":["module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","PartnerSVG","opts","variant"],"sourceRoot":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M479.478-96.825q-17 0-29.565-12.07-12.565-12.07-12.565-29.495 0-9.261 3.565-17.892 3.565-8.63 10.696-16.326L630.956-351.39l-21-21-179.078 179.347q-7.154 7.131-15.595 10.131t-18.168 3q-16.502 0-28.613-11.783-12.111-11.782-12.111-28.782 0-11.131 3-19.044t10.261-14.609l178.217-178.782-21-21-175.391 174.956q-6.565 6.565-15.261 10.13-8.696 3.566-19.391 3.566-16 0-28.283-12.283-12.283-12.283-12.283-28.848 0-9.696 3.566-17.826 3.565-8.131 10.13-15.261l176.521-176.521-21-21-175.521 176.521q-6.13 6.696-14.544 9.696-8.413 3-19.543 3-17 0-29.065-11.778-12.066-11.778-12.066-27.788 0-9.695 4.131-18.956 4.13-9.261 11.261-16.392l219.043-219.043 110.043 110.043q14.391 14.391 29.304 23.022 14.913 8.63 38.435 8.63 35.957 0 59.088-22.196 23.13-22.195 23.13-59.456 0-19.088-7.478-33.435-7.479-14.348-22.74-29.609L498.043-805.652l11.087-12.088q18.131-17.695 40.827-27.326 22.695-9.63 49.913-9.63 27.131 0 50.826 9.913 23.696 9.913 42.827 28.478l157.695 158.13q21.391 21.957 32.435 48.479 11.043 26.522 11.043 60.609 0 28.478-11.826 54.348-11.826 25.87-31.652 46.262L513.696-110.521q-8.566 8.566-16.544 11.13-7.978 2.566-17.674 2.566ZM161.652-418.218l-57.957-57.391q-17.565-16.565-27.696-39.696-10.13-23.13-10.13-51.087 0-29.392 10.282-53.37 10.283-23.978 27.544-41.239l154.304-155.304q17.13-17.13 39.695-27.761 22.566-10.63 48.653-10.63 30.957 0 53.652 8.913 22.696 8.913 43.827 29.478L636.955-623.74q11.827 11.826 16.74 22.087 4.913 10.261 4.913 19.957 0 22.261-14.696 37.239-14.696 14.978-37.522 14.978-10.696 0-22.739-5.913-12.044-5.913-23.305-17.739L428.738-684.739 161.652-418.218Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M474.058-140q4.812 0 11.312-2.217 6.5-2.218 11.065-6.783l334.739-335.739q14.106-14.138 21.748-32.934 7.643-18.796 7.643-38.723 0-19.648-7.643-39.22-7.642-19.572-21.748-34.211L667.001-794q-13.566-13-31.322-19.5-17.757-6.5-35.787-6.5-17.703 0-35.123 6.217-17.421 6.218-29.856 18.087l-14.043 14.609 77.609 78.043q14.695 16.261 26.109 37.305 11.413 21.043 11.413 46.471 0 42.486-33.505 75.442-33.504 32.957-76.691 32.957-28.196 0-46.957-8.63-18.761-8.631-34.708-24.733l-72.184-72.028L201.13-445.435q-5 4.435-7 10.244t-2 12.125q0 12.631 8.218 20.849Q208.565-394 221.232-394q6.333 0 12.116-3 5.782-3 9.782-7l132.348-132.348 42 42-131.311 131.299q-5.037 5.049-7.037 11.434-2 6.386-2 12.18 0 12.283 8.435 20.859Q294-310 306-310q6 0 11.783-2.5 5.782-2.5 10.38-6.533l131.185-131.749 42 42-131.864 131.314q-3.484 4.033-6.267 10.461-2.782 6.427-2.782 12.572 0 12.226 8.858 21.113 8.859 8.887 21.048 8.887 6.094 0 11.376-2.282 5.283-2.283 9.718-6.718l132.347-132.913 42 42L453.435-192q-4.435 5-6.718 11.385-2.282 6.386-2.282 11.18 0 14.226 8 21.831 8 7.604 21.623 7.604Zm.441 73q-35.89 0-64.434-24.782-28.544-24.783-35.805-62.597-32.869-5.447-56.152-29.012-23.282-23.565-28.848-55.869-31.739-6.131-54.521-29.348-22.783-23.218-28.913-54.522-37.566-7.261-62.414-35.385-24.847-28.123-24.847-65.95 0-19.231 7.854-38.541 7.855-19.31 21.537-33.907l224-224L490.435-603q8 8 17.522 12.783 9.521 4.782 19.608 4.782 12.677 0 23.774-11.5 11.096-11.5 11.096-24.088 0-5.847-4.065-13.912Q554.304-643 546.87-651L402.699-795.174q-12.395-12.391-30.808-18.609Q353.478-820 334.365-820q-19.354 0-36.447 6.217-17.092 6.218-28.903 18.51l-146.406 145.36q-12.305 12.869-17.522 28.934-5.218 16.066-5.652 37.261.13 17.239 8.348 33.196 8.217 15.956 18.521 29.26L74.26-469.218q-20-19.173-33.348-51.304Q27.565-552.652 27-585.218q-.565-34.522 10.652-64 11.218-29.478 33.914-52.174L216.347-846.74q23.13-23.13 54.943-34.195 31.813-11.066 63.854-11.066 33.737 0 64.409 11.066 30.671 11.065 53.534 33.065l14.609 14.043 14.043-14.043q22.565-21.435 54.315-32.783 31.751-11.348 64.349-11.348t63.772 11.913q31.174 11.914 54.304 35.044l167.13 166.565q23.708 23.477 35.55 56.424 11.842 32.946 11.842 65.408 0 33.026-12.696 66.076-12.696 33.05-36.392 57.311L547.479-97.39q-14.696 14.695-33.489 22.543Q495.197-67 474.499-67ZM361.173-636.173Z"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(()=>{"use strict";var e={3958:(e,t,r)=>{r.d(t,{Z:()=>l});r(9497);const l='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M479.478-96.825q-17 0-29.565-12.07-12.565-12.07-12.565-29.495 0-9.261 3.565-17.892 3.565-8.63 10.696-16.326L630.956-351.39l-21-21-179.078 179.347q-7.154 7.131-15.595 10.131t-18.168 3q-16.502 0-28.613-11.783-12.111-11.782-12.111-28.782 0-11.131 3-19.044t10.261-14.609l178.217-178.782-21-21-175.391 174.956q-6.565 6.565-15.261 10.13-8.696 3.566-19.391 3.566-16 0-28.283-12.283-12.283-12.283-12.283-28.848 0-9.696 3.566-17.826 3.565-8.131 10.13-15.261l176.521-176.521-21-21-175.521 176.521q-6.13 6.696-14.544 9.696-8.413 3-19.543 3-17 0-29.065-11.778-12.066-11.778-12.066-27.788 0-9.695 4.131-18.956 4.13-9.261 11.261-16.392l219.043-219.043 110.043 110.043q14.391 14.391 29.304 23.022 14.913 8.63 38.435 8.63 35.957 0 59.088-22.196 23.13-22.195 23.13-59.456 0-19.088-7.478-33.435-7.479-14.348-22.74-29.609L498.043-805.652l11.087-12.088q18.131-17.695 40.827-27.326 22.695-9.63 49.913-9.63 27.131 0 50.826 9.913 23.696 9.913 42.827 28.478l157.695 158.13q21.391 21.957 32.435 48.479 11.043 26.522 11.043 60.609 0 28.478-11.826 54.348-11.826 25.87-31.652 46.262L513.696-110.521q-8.566 8.566-16.544 11.13-7.978 2.566-17.674 2.566ZM161.652-418.218l-57.957-57.391q-17.565-16.565-27.696-39.696-10.13-23.13-10.13-51.087 0-29.392 10.282-53.37 10.283-23.978 27.544-41.239l154.304-155.304q17.13-17.13 39.695-27.761 22.566-10.63 48.653-10.63 30.957 0 53.652 8.913 22.696 8.913 43.827 29.478L636.955-623.74q11.827 11.826 16.74 22.087 4.913 10.261 4.913 19.957 0 22.261-14.696 37.239-14.696 14.978-37.522 14.978-10.696 0-22.739-5.913-12.044-5.913-23.305-17.739L428.738-684.739 161.652-418.218Z"/></svg>'},1255:(e,t,r)=>{r.d(t,{Z:()=>l});r(9497);const l='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M474.058-140q4.812 0 11.312-2.217 6.5-2.218 11.065-6.783l334.739-335.739q14.106-14.138 21.748-32.934 7.643-18.796 7.643-38.723 0-19.648-7.643-39.22-7.642-19.572-21.748-34.211L667.001-794q-13.566-13-31.322-19.5-17.757-6.5-35.787-6.5-17.703 0-35.123 6.217-17.421 6.218-29.856 18.087l-14.043 14.609 77.609 78.043q14.695 16.261 26.109 37.305 11.413 21.043 11.413 46.471 0 42.486-33.505 75.442-33.504 32.957-76.691 32.957-28.196 0-46.957-8.63-18.761-8.631-34.708-24.733l-72.184-72.028L201.13-445.435q-5 4.435-7 10.244t-2 12.125q0 12.631 8.218 20.849Q208.565-394 221.232-394q6.333 0 12.116-3 5.782-3 9.782-7l132.348-132.348 42 42-131.311 131.299q-5.037 5.049-7.037 11.434-2 6.386-2 12.18 0 12.283 8.435 20.859Q294-310 306-310q6 0 11.783-2.5 5.782-2.5 10.38-6.533l131.185-131.749 42 42-131.864 131.314q-3.484 4.033-6.267 10.461-2.782 6.427-2.782 12.572 0 12.226 8.858 21.113 8.859 8.887 21.048 8.887 6.094 0 11.376-2.282 5.283-2.283 9.718-6.718l132.347-132.913 42 42L453.435-192q-4.435 5-6.718 11.385-2.282 6.386-2.282 11.18 0 14.226 8 21.831 8 7.604 21.623 7.604Zm.441 73q-35.89 0-64.434-24.782-28.544-24.783-35.805-62.597-32.869-5.447-56.152-29.012-23.282-23.565-28.848-55.869-31.739-6.131-54.521-29.348-22.783-23.218-28.913-54.522-37.566-7.261-62.414-35.385-24.847-28.123-24.847-65.95 0-19.231 7.854-38.541 7.855-19.31 21.537-33.907l224-224L490.435-603q8 8 17.522 12.783 9.521 4.782 19.608 4.782 12.677 0 23.774-11.5 11.096-11.5 11.096-24.088 0-5.847-4.065-13.912Q554.304-643 546.87-651L402.699-795.174q-12.395-12.391-30.808-18.609Q353.478-820 334.365-820q-19.354 0-36.447 6.217-17.092 6.218-28.903 18.51l-146.406 145.36q-12.305 12.869-17.522 28.934-5.218 16.066-5.652 37.261.13 17.239 8.348 33.196 8.217 15.956 18.521 29.26L74.26-469.218q-20-19.173-33.348-51.304Q27.565-552.652 27-585.218q-.565-34.522 10.652-64 11.218-29.478 33.914-52.174L216.347-846.74q23.13-23.13 54.943-34.195 31.813-11.066 63.854-11.066 33.737 0 64.409 11.066 30.671 11.065 53.534 33.065l14.609 14.043 14.043-14.043q22.565-21.435 54.315-32.783 31.751-11.348 64.349-11.348t63.772 11.913q31.174 11.914 54.304 35.044l167.13 166.565q23.708 23.477 35.55 56.424 11.842 32.946 11.842 65.408 0 33.026-12.696 66.076-12.696 33.05-36.392 57.311L547.479-97.39q-14.696 14.695-33.489 22.543Q495.197-67 474.499-67ZM361.173-636.173Z"/></svg>'},9497:e=>{e.exports=require("react")}},t={};function r(l){var o=t[l];if(void 0!==o)return o.exports;var q=t[l]={exports:{}};return e[l](q,q.exports,r),q.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var l in t)r.o(t,l)&&!r.o(e,l)&&Object.defineProperty(e,l,{enumerable:!0,get:t[l]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var l={};(()=>{r.r(l),r.d(l,{PartneringSVG:()=>o,default:()=>q});var e=r(3958),t=r(1255);const o=r=>{var l;return"outlined"===(null!=(l=null==r?void 0:r.variant)?l:"filled")?t.Z:e.Z},q=o})(),module.exports=l})();
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg/Partnering/index.js","mappings":"kEAcA,2pD,0CCAA,i2E,WCdAA,EAAOC,QAAUC,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACX,EAASa,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEf,EAASc,IAC5EE,OAAOC,eAAejB,EAASc,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFlB,EAAoBsB,EAAKzB,IACH,oBAAX0B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAejB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAejB,EAAS,aAAc,CAAE4B,OAAO,GAAO,E,yFCAvD,MAAMC,EAAiBC,IAL9B,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/Partnering/icon-fill.svg","webpack://icons/./src/svg/Partnering/icon.svg","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/svg/Partnering/index.ts"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M479.478-96.825q-17 0-29.565-12.07-12.565-12.07-12.565-29.495 0-9.261 3.565-17.892 3.565-8.63 10.696-16.326L630.956-351.39l-21-21-179.078 179.347q-7.154 7.131-15.595 10.131t-18.168 3q-16.502 0-28.613-11.783-12.111-11.782-12.111-28.782 0-11.131 3-19.044t10.261-14.609l178.217-178.782-21-21-175.391 174.956q-6.565 6.565-15.261 10.13-8.696 3.566-19.391 3.566-16 0-28.283-12.283-12.283-12.283-12.283-28.848 0-9.696 3.566-17.826 3.565-8.131 10.13-15.261l176.521-176.521-21-21-175.521 176.521q-6.13 6.696-14.544 9.696-8.413 3-19.543 3-17 0-29.065-11.778-12.066-11.778-12.066-27.788 0-9.695 4.131-18.956 4.13-9.261 11.261-16.392l219.043-219.043 110.043 110.043q14.391 14.391 29.304 23.022 14.913 8.63 38.435 8.63 35.957 0 59.088-22.196 23.13-22.195 23.13-59.456 0-19.088-7.478-33.435-7.479-14.348-22.74-29.609L498.043-805.652l11.087-12.088q18.131-17.695 40.827-27.326 22.695-9.63 49.913-9.63 27.131 0 50.826 9.913 23.696 9.913 42.827 28.478l157.695 158.13q21.391 21.957 32.435 48.479 11.043 26.522 11.043 60.609 0 28.478-11.826 54.348-11.826 25.87-31.652 46.262L513.696-110.521q-8.566 8.566-16.544 11.13-7.978 2.566-17.674 2.566ZM161.652-418.218l-57.957-57.391q-17.565-16.565-27.696-39.696-10.13-23.13-10.13-51.087 0-29.392 10.282-53.37 10.283-23.978 27.544-41.239l154.304-155.304q17.13-17.13 39.695-27.761 22.566-10.63 48.653-10.63 30.957 0 53.652 8.913 22.696 8.913 43.827 29.478L636.955-623.74q11.827 11.826 16.74 22.087 4.913 10.261 4.913 19.957 0 22.261-14.696 37.239-14.696 14.978-37.522 14.978-10.696 0-22.739-5.913-12.044-5.913-23.305-17.739L428.738-684.739 161.652-418.218Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M479.478-96.825q-17 0-29.565-12.07-12.565-12.07-12.565-29.495 0-9.261 3.565-17.892 3.565-8.63 10.696-16.326L630.956-351.39l-21-21-179.078 179.347q-7.154 7.131-15.595 10.131t-18.168 3q-16.502 0-28.613-11.783-12.111-11.782-12.111-28.782 0-11.131 3-19.044t10.261-14.609l178.217-178.782-21-21-175.391 174.956q-6.565 6.565-15.261 10.13-8.696 3.566-19.391 3.566-16 0-28.283-12.283-12.283-12.283-12.283-28.848 0-9.696 3.566-17.826 3.565-8.131 10.13-15.261l176.521-176.521-21-21-175.521 176.521q-6.13 6.696-14.544 9.696-8.413 3-19.543 3-17 0-29.065-11.778-12.066-11.778-12.066-27.788 0-9.695 4.131-18.956 4.13-9.261 11.261-16.392l219.043-219.043 110.043 110.043q14.391 14.391 29.304 23.022 14.913 8.63 38.435 8.63 35.957 0 59.088-22.196 23.13-22.195 23.13-59.456 0-19.088-7.478-33.435-7.479-14.348-22.74-29.609L498.043-805.652l11.087-12.088q18.131-17.695 40.827-27.326 22.695-9.63 49.913-9.63 27.131 0 50.826 9.913 23.696 9.913 42.827 28.478l157.695 158.13q21.391 21.957 32.435 48.479 11.043 26.522 11.043 60.609 0 28.478-11.826 54.348-11.826 25.87-31.652 46.262L513.696-110.521q-8.566 8.566-16.544 11.13-7.978 2.566-17.674 2.566ZM161.652-418.218l-57.957-57.391q-17.565-16.565-27.696-39.696-10.13-23.13-10.13-51.087 0-29.392 10.282-53.37 10.283-23.978 27.544-41.239l154.304-155.304q17.13-17.13 39.695-27.761 22.566-10.63 48.653-10.63 30.957 0 53.652 8.913 22.696 8.913 43.827 29.478L636.955-623.74q11.827 11.826 16.74 22.087 4.913 10.261 4.913 19.957 0 22.261-14.696 37.239-14.696 14.978-37.522 14.978-10.696 0-22.739-5.913-12.044-5.913-23.305-17.739L428.738-684.739 161.652-418.218Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M474.058-140q4.812 0 11.312-2.217 6.5-2.218 11.065-6.783l334.739-335.739q14.106-14.138 21.748-32.934 7.643-18.796 7.643-38.723 0-19.648-7.643-39.22-7.642-19.572-21.748-34.211L667.001-794q-13.566-13-31.322-19.5-17.757-6.5-35.787-6.5-17.703 0-35.123 6.217-17.421 6.218-29.856 18.087l-14.043 14.609 77.609 78.043q14.695 16.261 26.109 37.305 11.413 21.043 11.413 46.471 0 42.486-33.505 75.442-33.504 32.957-76.691 32.957-28.196 0-46.957-8.63-18.761-8.631-34.708-24.733l-72.184-72.028L201.13-445.435q-5 4.435-7 10.244t-2 12.125q0 12.631 8.218 20.849Q208.565-394 221.232-394q6.333 0 12.116-3 5.782-3 9.782-7l132.348-132.348 42 42-131.311 131.299q-5.037 5.049-7.037 11.434-2 6.386-2 12.18 0 12.283 8.435 20.859Q294-310 306-310q6 0 11.783-2.5 5.782-2.5 10.38-6.533l131.185-131.749 42 42-131.864 131.314q-3.484 4.033-6.267 10.461-2.782 6.427-2.782 12.572 0 12.226 8.858 21.113 8.859 8.887 21.048 8.887 6.094 0 11.376-2.282 5.283-2.283 9.718-6.718l132.347-132.913 42 42L453.435-192q-4.435 5-6.718 11.385-2.282 6.386-2.282 11.18 0 14.226 8 21.831 8 7.604 21.623 7.604Zm.441 73q-35.89 0-64.434-24.782-28.544-24.783-35.805-62.597-32.869-5.447-56.152-29.012-23.282-23.565-28.848-55.869-31.739-6.131-54.521-29.348-22.783-23.218-28.913-54.522-37.566-7.261-62.414-35.385-24.847-28.123-24.847-65.95 0-19.231 7.854-38.541 7.855-19.31 21.537-33.907l224-224L490.435-603q8 8 17.522 12.783 9.521 4.782 19.608 4.782 12.677 0 23.774-11.5 11.096-11.5 11.096-24.088 0-5.847-4.065-13.912Q554.304-643 546.87-651L402.699-795.174q-12.395-12.391-30.808-18.609Q353.478-820 334.365-820q-19.354 0-36.447 6.217-17.092 6.218-28.903 18.51l-146.406 145.36q-12.305 12.869-17.522 28.934-5.218 16.066-5.652 37.261.13 17.239 8.348 33.196 8.217 15.956 18.521 29.26L74.26-469.218q-20-19.173-33.348-51.304Q27.565-552.652 27-585.218q-.565-34.522 10.652-64 11.218-29.478 33.914-52.174L216.347-846.74q23.13-23.13 54.943-34.195 31.813-11.066 63.854-11.066 33.737 0 64.409 11.066 30.671 11.065 53.534 33.065l14.609 14.043 14.043-14.043q22.565-21.435 54.315-32.783 31.751-11.348 64.349-11.348t63.772 11.913q31.174 11.914 54.304 35.044l167.13 166.565q23.708 23.477 35.55 56.424 11.842 32.946 11.842 65.408 0 33.026-12.696 66.076-12.696 33.05-36.392 57.311L547.479-97.39q-14.696 14.695-33.489 22.543Q495.197-67 474.499-67ZM361.173-636.173Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M474.058-140q4.812 0 11.312-2.217 6.5-2.218 11.065-6.783l334.739-335.739q14.106-14.138 21.748-32.934 7.643-18.796 7.643-38.723 0-19.648-7.643-39.22-7.642-19.572-21.748-34.211L667.001-794q-13.566-13-31.322-19.5-17.757-6.5-35.787-6.5-17.703 0-35.123 6.217-17.421 6.218-29.856 18.087l-14.043 14.609 77.609 78.043q14.695 16.261 26.109 37.305 11.413 21.043 11.413 46.471 0 42.486-33.505 75.442-33.504 32.957-76.691 32.957-28.196 0-46.957-8.63-18.761-8.631-34.708-24.733l-72.184-72.028L201.13-445.435q-5 4.435-7 10.244t-2 12.125q0 12.631 8.218 20.849Q208.565-394 221.232-394q6.333 0 12.116-3 5.782-3 9.782-7l132.348-132.348 42 42-131.311 131.299q-5.037 5.049-7.037 11.434-2 6.386-2 12.18 0 12.283 8.435 20.859Q294-310 306-310q6 0 11.783-2.5 5.782-2.5 10.38-6.533l131.185-131.749 42 42-131.864 131.314q-3.484 4.033-6.267 10.461-2.782 6.427-2.782 12.572 0 12.226 8.858 21.113 8.859 8.887 21.048 8.887 6.094 0 11.376-2.282 5.283-2.283 9.718-6.718l132.347-132.913 42 42L453.435-192q-4.435 5-6.718 11.385-2.282 6.386-2.282 11.18 0 14.226 8 21.831 8 7.604 21.623 7.604Zm.441 73q-35.89 0-64.434-24.782-28.544-24.783-35.805-62.597-32.869-5.447-56.152-29.012-23.282-23.565-28.848-55.869-31.739-6.131-54.521-29.348-22.783-23.218-28.913-54.522-37.566-7.261-62.414-35.385-24.847-28.123-24.847-65.95 0-19.231 7.854-38.541 7.855-19.31 21.537-33.907l224-224L490.435-603q8 8 17.522 12.783 9.521 4.782 19.608 4.782 12.677 0 23.774-11.5 11.096-11.5 11.096-24.088 0-5.847-4.065-13.912Q554.304-643 546.87-651L402.699-795.174q-12.395-12.391-30.808-18.609Q353.478-820 334.365-820q-19.354 0-36.447 6.217-17.092 6.218-28.903 18.51l-146.406 145.36q-12.305 12.869-17.522 28.934-5.218 16.066-5.652 37.261.13 17.239 8.348 33.196 8.217 15.956 18.521 29.26L74.26-469.218q-20-19.173-33.348-51.304Q27.565-552.652 27-585.218q-.565-34.522 10.652-64 11.218-29.478 33.914-52.174L216.347-846.74q23.13-23.13 54.943-34.195 31.813-11.066 63.854-11.066 33.737 0 64.409 11.066 30.671 11.065 53.534 33.065l14.609 14.043 14.043-14.043q22.565-21.435 54.315-32.783 31.751-11.348 64.349-11.348t63.772 11.913q31.174 11.914 54.304 35.044l167.13 166.565q23.708 23.477 35.55 56.424 11.842 32.946 11.842 65.408 0 33.026-12.696 66.076-12.696 33.05-36.392 57.311L547.479-97.39q-14.696 14.695-33.489 22.543Q495.197-67 474.499-67ZM361.173-636.173Z\\\"/></svg>\";","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const PartneringSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default PartneringSVG;\n"],"names":["module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","PartneringSVG","opts","variant"],"sourceRoot":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M627.806-173.999q-32.839 0-56.214-23.436-23.375-23.437-23.375-56.347v-452.436q0-32.91 23.385-56.347 23.385-23.436 56.224-23.436h55q32.838 0 56.116 23.436 23.277 23.437 23.277 56.347v452.436q0 32.91-23.287 56.347-23.288 23.436-56.126 23.436h-55Zm-350.437 0q-32.838 0-56.213-23.436-23.375-23.437-23.375-56.347v-452.436q0-32.91 23.385-56.347 23.385-23.436 56.223-23.436h55q32.839 0 56.116 23.436 23.278 23.437 23.278 56.347v452.436q0 32.91-23.288 56.347-23.287 23.436-56.126 23.436h-55Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M604.218-173.999q-32.91 0-56.347-23.436-23.436-23.437-23.436-56.347v-452.436q0-32.91 23.436-56.347 23.437-23.436 56.347-23.436h102q32.91 0 56.347 23.436 23.436 23.437 23.436 56.347v452.436q0 32.91-23.436 56.347-23.437 23.436-56.347 23.436h-102Zm-350.436 0q-32.91 0-56.347-23.436-23.436-23.437-23.436-56.347v-452.436q0-32.91 23.436-56.347 23.437-23.436 56.347-23.436h102q32.91 0 56.347 23.436 23.436 23.437 23.436 56.347v452.436q0 32.91-23.436 56.347-23.437 23.436-56.347 23.436h-102Zm350.436-79.783h102v-452.436h-102v452.436Zm-350.436 0h102v-452.436h-102v452.436Zm0-452.436v452.436-452.436Zm350.436 0v452.436-452.436Z"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(()=>{"use strict";var e={7846:(e,t,r)=>{r.d(t,{Z:()=>o});r(9497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M627.806-173.999q-32.839 0-56.214-23.436-23.375-23.437-23.375-56.347v-452.436q0-32.91 23.385-56.347 23.385-23.436 56.224-23.436h55q32.838 0 56.116 23.436 23.277 23.437 23.277 56.347v452.436q0 32.91-23.287 56.347-23.288 23.436-56.126 23.436h-55Zm-350.437 0q-32.838 0-56.213-23.436-23.375-23.437-23.375-56.347v-452.436q0-32.91 23.385-56.347 23.385-23.436 56.223-23.436h55q32.839 0 56.116 23.436 23.278 23.437 23.278 56.347v452.436q0 32.91-23.288 56.347-23.287 23.436-56.126 23.436h-55Z"/></svg>'},37:(e,t,r)=>{r.d(t,{Z:()=>o});r(9497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M604.218-173.999q-32.91 0-56.347-23.436-23.436-23.437-23.436-56.347v-452.436q0-32.91 23.436-56.347 23.437-23.436 56.347-23.436h102q32.91 0 56.347 23.436 23.436 23.437 23.436 56.347v452.436q0 32.91-23.436 56.347-23.437 23.436-56.347 23.436h-102Zm-350.436 0q-32.91 0-56.347-23.436-23.436-23.437-23.436-56.347v-452.436q0-32.91 23.436-56.347 23.437-23.436 56.347-23.436h102q32.91 0 56.347 23.436 23.436 23.437 23.436 56.347v452.436q0 32.91-23.436 56.347-23.437 23.436-56.347 23.436h-102Zm350.436-79.783h102v-452.436h-102v452.436Zm-350.436 0h102v-452.436h-102v452.436Zm0-452.436v452.436-452.436Zm350.436 0v452.436-452.436Z"/></svg>'},9497:e=>{e.exports=require("react")}},t={};function r(o){var v=t[o];if(void 0!==v)return v.exports;var n=t[o]={exports:{}};return e[o](n,n.exports,r),n.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var o in t)r.o(t,o)&&!r.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};(()=>{r.r(o),r.d(o,{PauseSVG:()=>v,default:()=>n});var e=r(7846),t=r(37);const v=r=>{var o;return"outlined"===(null!=(o=null==r?void 0:r.variant)?o:"filled")?t.Z:e.Z},n=v})(),module.exports=o})();
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg/Pause/index.js","mappings":"kEAcA,ulB,wCCAA,6tB,WCdAA,EAAOC,QAAUC,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACX,EAASa,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEf,EAASc,IAC5EE,OAAOC,eAAejB,EAASc,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFlB,EAAoBsB,EAAKzB,IACH,oBAAX0B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAejB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAejB,EAAS,aAAc,CAAE4B,OAAO,GAAO,E,kFCAvD,MAAMC,EAAYC,IALzB,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/Pause/icon-fill.svg","webpack://icons/./src/svg/Pause/icon.svg","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/svg/Pause/index.ts"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M627.806-173.999q-32.839 0-56.214-23.436-23.375-23.437-23.375-56.347v-452.436q0-32.91 23.385-56.347 23.385-23.436 56.224-23.436h55q32.838 0 56.116 23.436 23.277 23.437 23.277 56.347v452.436q0 32.91-23.287 56.347-23.288 23.436-56.126 23.436h-55Zm-350.437 0q-32.838 0-56.213-23.436-23.375-23.437-23.375-56.347v-452.436q0-32.91 23.385-56.347 23.385-23.436 56.223-23.436h55q32.839 0 56.116 23.436 23.278 23.437 23.278 56.347v452.436q0 32.91-23.288 56.347-23.287 23.436-56.126 23.436h-55Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M627.806-173.999q-32.839 0-56.214-23.436-23.375-23.437-23.375-56.347v-452.436q0-32.91 23.385-56.347 23.385-23.436 56.224-23.436h55q32.838 0 56.116 23.436 23.277 23.437 23.277 56.347v452.436q0 32.91-23.287 56.347-23.288 23.436-56.126 23.436h-55Zm-350.437 0q-32.838 0-56.213-23.436-23.375-23.437-23.375-56.347v-452.436q0-32.91 23.385-56.347 23.385-23.436 56.223-23.436h55q32.839 0 56.116 23.436 23.278 23.437 23.278 56.347v452.436q0 32.91-23.288 56.347-23.287 23.436-56.126 23.436h-55Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M604.218-173.999q-32.91 0-56.347-23.436-23.436-23.437-23.436-56.347v-452.436q0-32.91 23.436-56.347 23.437-23.436 56.347-23.436h102q32.91 0 56.347 23.436 23.436 23.437 23.436 56.347v452.436q0 32.91-23.436 56.347-23.437 23.436-56.347 23.436h-102Zm-350.436 0q-32.91 0-56.347-23.436-23.436-23.437-23.436-56.347v-452.436q0-32.91 23.436-56.347 23.437-23.436 56.347-23.436h102q32.91 0 56.347 23.436 23.436 23.437 23.436 56.347v452.436q0 32.91-23.436 56.347-23.437 23.436-56.347 23.436h-102Zm350.436-79.783h102v-452.436h-102v452.436Zm-350.436 0h102v-452.436h-102v452.436Zm0-452.436v452.436-452.436Zm350.436 0v452.436-452.436Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M604.218-173.999q-32.91 0-56.347-23.436-23.436-23.437-23.436-56.347v-452.436q0-32.91 23.436-56.347 23.437-23.436 56.347-23.436h102q32.91 0 56.347 23.436 23.436 23.437 23.436 56.347v452.436q0 32.91-23.436 56.347-23.437 23.436-56.347 23.436h-102Zm-350.436 0q-32.91 0-56.347-23.436-23.436-23.437-23.436-56.347v-452.436q0-32.91 23.436-56.347 23.437-23.436 56.347-23.436h102q32.91 0 56.347 23.436 23.436 23.437 23.436 56.347v452.436q0 32.91-23.436 56.347-23.437 23.436-56.347 23.436h-102Zm350.436-79.783h102v-452.436h-102v452.436Zm-350.436 0h102v-452.436h-102v452.436Zm0-452.436v452.436-452.436Zm350.436 0v452.436-452.436Z\\\"/></svg>\";","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const PauseSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default PauseSVG;\n"],"names":["module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","PauseSVG","opts","variant"],"sourceRoot":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="m714.435-593.131 129.217-129.217q11.826-11.826 27.783-11.543 15.956.282 27.783 11.543 11.826 12.392 11.826 28.566t-11.826 28L742.784-508.217q-12.392 11.826-28.631 11.826-16.24 0-28.066-11.826l-76.521-76.521q-11.826-11.827-11.544-28.283.283-16.457 12.109-28.283t27.783-11.826q15.957 0 28.348 11.826l48.173 48.173ZM357.739-488.348q-72.783 0-118.74-45.957-45.956-45.957-45.956-118.174 0-72.218 45.956-118.175 45.957-45.957 118.74-45.957 72.218 0 118.174 45.957 45.957 45.957 45.957 118.175 0 72.217-45.957 118.174-45.956 45.957-118.174 45.957ZM23.043-217.739v-30.043q0-38.957 19.76-70.566 19.762-31.609 56.153-47.87 76.131-33.565 136.326-47.348 60.196-13.782 122.457-13.782 62.261 0 121.957 13.782 59.695 13.783 135.261 47.348 36.956 16.696 56.935 47.805 19.978 31.109 19.978 70.631v30.043q0 32.913-23.152 56.066-23.153 23.152-56.066 23.152H102.826q-33.478 0-56.63-23.152-23.153-23.153-23.153-56.066Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="m714.435-593.131 129.217-129.217q11.852-11.826 27.796-11.543 15.943.282 27.77 12.057 11.826 11.775 11.826 28.095t-11.826 27.957L742.784-508.217q-12.597 11.826-28.708 11.826-16.111 0-27.989-11.826l-76.521-76.521q-11.826-12.119-11.544-28.43.283-16.31 12.109-28.136t27.783-11.826q15.957 0 28.348 11.826l48.173 48.173ZM357.739-488.348q-72.613 0-118.655-45.842-46.041-45.842-46.041-118.174 0-72.333 45.959-118.29 45.959-45.957 118.457-45.957 72.498 0 118.454 45.957 45.957 45.957 45.957 118.29 0 72.332-45.875 118.174-45.876 45.842-118.256 45.842ZM23.043-217.739v-30.043q0-39.128 19.871-70.622t56.042-47.814q76.131-33.565 136.141-47.348 60.011-13.782 122.48-13.782 62.423 0 122.119 13.782 59.695 13.783 135.261 47.348 36.585 16.598 56.749 47.633 20.164 31.035 20.164 70.803v30.043q0 32.663-23.277 55.941-23.278 23.277-55.941 23.277H102.826q-33.49 0-56.637-23.277-23.146-23.278-23.146-55.941Zm79.783 0h509.826v-27.782q0-15.635-9-29.835-9-14.201-24-21.035-68.739-31.304-116.324-41.239-47.584-9.935-105.869-9.935-57.155 0-106.089 9.935-48.935 9.935-116.544 41.239-15.565 6.751-23.782 20.977-8.218 14.227-8.218 29.893v27.782Zm254.61-349.828q37.042 0 61.129-23.999 24.087-24 24.087-60.893 0-37.127-24-61.03t-60.893-23.903q-37.324 0-61.129 23.929-23.804 23.929-23.804 60.723 0 37.028 23.784 61.101 23.785 24.072 60.826 24.072Zm.303 284.915Zm0-369.827Z"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(()=>{"use strict";var e={7018:(e,t,r)=>{r.d(t,{Z:()=>o});r(9497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="m714.435-593.131 129.217-129.217q11.826-11.826 27.783-11.543 15.956.282 27.783 11.543 11.826 12.392 11.826 28.566t-11.826 28L742.784-508.217q-12.392 11.826-28.631 11.826-16.24 0-28.066-11.826l-76.521-76.521q-11.826-11.827-11.544-28.283.283-16.457 12.109-28.283t27.783-11.826q15.957 0 28.348 11.826l48.173 48.173ZM357.739-488.348q-72.783 0-118.74-45.957-45.956-45.957-45.956-118.174 0-72.218 45.956-118.175 45.957-45.957 118.74-45.957 72.218 0 118.174 45.957 45.957 45.957 45.957 118.175 0 72.217-45.957 118.174-45.956 45.957-118.174 45.957ZM23.043-217.739v-30.043q0-38.957 19.76-70.566 19.762-31.609 56.153-47.87 76.131-33.565 136.326-47.348 60.196-13.782 122.457-13.782 62.261 0 121.957 13.782 59.695 13.783 135.261 47.348 36.956 16.696 56.935 47.805 19.978 31.109 19.978 70.631v30.043q0 32.913-23.152 56.066-23.153 23.152-56.066 23.152H102.826q-33.478 0-56.63-23.152-23.153-23.153-23.153-56.066Z"/></svg>'},9595:(e,t,r)=>{r.d(t,{Z:()=>o});r(9497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="m714.435-593.131 129.217-129.217q11.852-11.826 27.796-11.543 15.943.282 27.77 12.057 11.826 11.775 11.826 28.095t-11.826 27.957L742.784-508.217q-12.597 11.826-28.708 11.826-16.111 0-27.989-11.826l-76.521-76.521q-11.826-12.119-11.544-28.43.283-16.31 12.109-28.136t27.783-11.826q15.957 0 28.348 11.826l48.173 48.173ZM357.739-488.348q-72.613 0-118.655-45.842-46.041-45.842-46.041-118.174 0-72.333 45.959-118.29 45.959-45.957 118.457-45.957 72.498 0 118.454 45.957 45.957 45.957 45.957 118.29 0 72.332-45.875 118.174-45.876 45.842-118.256 45.842ZM23.043-217.739v-30.043q0-39.128 19.871-70.622t56.042-47.814q76.131-33.565 136.141-47.348 60.011-13.782 122.48-13.782 62.423 0 122.119 13.782 59.695 13.783 135.261 47.348 36.585 16.598 56.749 47.633 20.164 31.035 20.164 70.803v30.043q0 32.663-23.277 55.941-23.278 23.277-55.941 23.277H102.826q-33.49 0-56.637-23.277-23.146-23.278-23.146-55.941Zm79.783 0h509.826v-27.782q0-15.635-9-29.835-9-14.201-24-21.035-68.739-31.304-116.324-41.239-47.584-9.935-105.869-9.935-57.155 0-106.089 9.935-48.935 9.935-116.544 41.239-15.565 6.751-23.782 20.977-8.218 14.227-8.218 29.893v27.782Zm254.61-349.828q37.042 0 61.129-23.999 24.087-24 24.087-60.893 0-37.127-24-61.03t-60.893-23.903q-37.324 0-61.129 23.929-23.804 23.929-23.804 60.723 0 37.028 23.784 61.101 23.785 24.072 60.826 24.072Zm.303 284.915Zm0-369.827Z"/></svg>'},9497:e=>{e.exports=require("react")}},t={};function r(o){var l=t[o];if(void 0!==l)return l.exports;var n=t[o]={exports:{}};return e[o](n,n.exports,r),n.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var o in t)r.o(t,o)&&!r.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};(()=>{r.r(o),r.d(o,{PersonCheckSVG:()=>l,default:()=>n});var e=r(7018),t=r(9595);const l=r=>{var o;return"outlined"===(null!=(o=null==r?void 0:r.variant)?o:"filled")?t.Z:e.Z},n=l})(),module.exports=o})();
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg/PersonCheck/index.js","mappings":"kEAcA,q/B,0CCAA,g7C,WCdAA,EAAOC,QAAUC,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACX,EAASa,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEf,EAASc,IAC5EE,OAAOC,eAAejB,EAASc,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFlB,EAAoBsB,EAAKzB,IACH,oBAAX0B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAejB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAejB,EAAS,aAAc,CAAE4B,OAAO,GAAO,E,0FCAvD,MAAMC,EAAkBC,IAL/B,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/PersonCheck/icon-fill.svg","webpack://icons/./src/svg/PersonCheck/icon.svg","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/svg/PersonCheck/index.ts"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"m714.435-593.131 129.217-129.217q11.826-11.826 27.783-11.543 15.956.282 27.783 11.543 11.826 12.392 11.826 28.566t-11.826 28L742.784-508.217q-12.392 11.826-28.631 11.826-16.24 0-28.066-11.826l-76.521-76.521q-11.826-11.827-11.544-28.283.283-16.457 12.109-28.283t27.783-11.826q15.957 0 28.348 11.826l48.173 48.173ZM357.739-488.348q-72.783 0-118.74-45.957-45.956-45.957-45.956-118.174 0-72.218 45.956-118.175 45.957-45.957 118.74-45.957 72.218 0 118.174 45.957 45.957 45.957 45.957 118.175 0 72.217-45.957 118.174-45.956 45.957-118.174 45.957ZM23.043-217.739v-30.043q0-38.957 19.76-70.566 19.762-31.609 56.153-47.87 76.131-33.565 136.326-47.348 60.196-13.782 122.457-13.782 62.261 0 121.957 13.782 59.695 13.783 135.261 47.348 36.956 16.696 56.935 47.805 19.978 31.109 19.978 70.631v30.043q0 32.913-23.152 56.066-23.153 23.152-56.066 23.152H102.826q-33.478 0-56.63-23.152-23.153-23.153-23.153-56.066Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"m714.435-593.131 129.217-129.217q11.826-11.826 27.783-11.543 15.956.282 27.783 11.543 11.826 12.392 11.826 28.566t-11.826 28L742.784-508.217q-12.392 11.826-28.631 11.826-16.24 0-28.066-11.826l-76.521-76.521q-11.826-11.827-11.544-28.283.283-16.457 12.109-28.283t27.783-11.826q15.957 0 28.348 11.826l48.173 48.173ZM357.739-488.348q-72.783 0-118.74-45.957-45.956-45.957-45.956-118.174 0-72.218 45.956-118.175 45.957-45.957 118.74-45.957 72.218 0 118.174 45.957 45.957 45.957 45.957 118.175 0 72.217-45.957 118.174-45.956 45.957-118.174 45.957ZM23.043-217.739v-30.043q0-38.957 19.76-70.566 19.762-31.609 56.153-47.87 76.131-33.565 136.326-47.348 60.196-13.782 122.457-13.782 62.261 0 121.957 13.782 59.695 13.783 135.261 47.348 36.956 16.696 56.935 47.805 19.978 31.109 19.978 70.631v30.043q0 32.913-23.152 56.066-23.153 23.152-56.066 23.152H102.826q-33.478 0-56.63-23.152-23.153-23.153-23.153-56.066Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"m714.435-593.131 129.217-129.217q11.852-11.826 27.796-11.543 15.943.282 27.77 12.057 11.826 11.775 11.826 28.095t-11.826 27.957L742.784-508.217q-12.597 11.826-28.708 11.826-16.111 0-27.989-11.826l-76.521-76.521q-11.826-12.119-11.544-28.43.283-16.31 12.109-28.136t27.783-11.826q15.957 0 28.348 11.826l48.173 48.173ZM357.739-488.348q-72.613 0-118.655-45.842-46.041-45.842-46.041-118.174 0-72.333 45.959-118.29 45.959-45.957 118.457-45.957 72.498 0 118.454 45.957 45.957 45.957 45.957 118.29 0 72.332-45.875 118.174-45.876 45.842-118.256 45.842ZM23.043-217.739v-30.043q0-39.128 19.871-70.622t56.042-47.814q76.131-33.565 136.141-47.348 60.011-13.782 122.48-13.782 62.423 0 122.119 13.782 59.695 13.783 135.261 47.348 36.585 16.598 56.749 47.633 20.164 31.035 20.164 70.803v30.043q0 32.663-23.277 55.941-23.278 23.277-55.941 23.277H102.826q-33.49 0-56.637-23.277-23.146-23.278-23.146-55.941Zm79.783 0h509.826v-27.782q0-15.635-9-29.835-9-14.201-24-21.035-68.739-31.304-116.324-41.239-47.584-9.935-105.869-9.935-57.155 0-106.089 9.935-48.935 9.935-116.544 41.239-15.565 6.751-23.782 20.977-8.218 14.227-8.218 29.893v27.782Zm254.61-349.828q37.042 0 61.129-23.999 24.087-24 24.087-60.893 0-37.127-24-61.03t-60.893-23.903q-37.324 0-61.129 23.929-23.804 23.929-23.804 60.723 0 37.028 23.784 61.101 23.785 24.072 60.826 24.072Zm.303 284.915Zm0-369.827Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"m714.435-593.131 129.217-129.217q11.852-11.826 27.796-11.543 15.943.282 27.77 12.057 11.826 11.775 11.826 28.095t-11.826 27.957L742.784-508.217q-12.597 11.826-28.708 11.826-16.111 0-27.989-11.826l-76.521-76.521q-11.826-12.119-11.544-28.43.283-16.31 12.109-28.136t27.783-11.826q15.957 0 28.348 11.826l48.173 48.173ZM357.739-488.348q-72.613 0-118.655-45.842-46.041-45.842-46.041-118.174 0-72.333 45.959-118.29 45.959-45.957 118.457-45.957 72.498 0 118.454 45.957 45.957 45.957 45.957 118.29 0 72.332-45.875 118.174-45.876 45.842-118.256 45.842ZM23.043-217.739v-30.043q0-39.128 19.871-70.622t56.042-47.814q76.131-33.565 136.141-47.348 60.011-13.782 122.48-13.782 62.423 0 122.119 13.782 59.695 13.783 135.261 47.348 36.585 16.598 56.749 47.633 20.164 31.035 20.164 70.803v30.043q0 32.663-23.277 55.941-23.278 23.277-55.941 23.277H102.826q-33.49 0-56.637-23.277-23.146-23.278-23.146-55.941Zm79.783 0h509.826v-27.782q0-15.635-9-29.835-9-14.201-24-21.035-68.739-31.304-116.324-41.239-47.584-9.935-105.869-9.935-57.155 0-106.089 9.935-48.935 9.935-116.544 41.239-15.565 6.751-23.782 20.977-8.218 14.227-8.218 29.893v27.782Zm254.61-349.828q37.042 0 61.129-23.999 24.087-24 24.087-60.893 0-37.127-24-61.03t-60.893-23.903q-37.324 0-61.129 23.929-23.804 23.929-23.804 60.723 0 37.028 23.784 61.101 23.785 24.072 60.826 24.072Zm.303 284.915Zm0-369.827Z\\\"/></svg>\";","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const PersonCheckSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default PersonCheckSVG;\n"],"names":["module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","PersonCheckSVG","opts","variant"],"sourceRoot":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M651-565q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T651-625H483q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T483-565h168Zm0 230q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T651-395H483q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T483-335h168ZM348-543q21.45 0 36.725-15.275Q400-573.55 400-595q0-21.45-15.275-36.725Q369.45-647 348-647q-21.45 0-36.725 15.275Q296-616.45 296-595q0 21.45 15.275 36.725Q326.55-543 348-543Zm0 230q21.45 0 36.725-15.275Q400-343.55 400-365q0-21.45-15.275-36.725Q369.45-417 348-417q-21.45 0-36.725 15.275Q296-386.45 296-365q0 21.45 15.275 36.725Q326.55-313 348-313ZM185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h589.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v589.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M651-565q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T651-625H483q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T483-565h168Zm0 230q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T651-395H483q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T483-335h168ZM348-543q21.45 0 36.725-15.275Q400-573.55 400-595q0-21.45-15.275-36.725Q369.45-647 348-647q-21.45 0-36.725 15.275Q296-616.45 296-595q0 21.45 15.275 36.725Q326.55-543 348-543Zm0 230q21.45 0 36.725-15.275Q400-343.55 400-365q0-21.45-15.275-36.725Q369.45-417 348-417q-21.45 0-36.725 15.275Q296-386.45 296-365q0 21.45 15.275 36.725Q326.55-313 348-313ZM185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h589.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v589.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm0-79.218h589.826v-589.826H185.087v589.826Zm0-589.826v589.826-589.826Z"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(()=>{"use strict";var e={640:(e,t,r)=>{r.d(t,{Z:()=>o});r(9497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M651-565q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T651-625H483q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T483-565h168Zm0 230q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T651-395H483q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T483-335h168ZM348-543q21.45 0 36.725-15.275Q400-573.55 400-595q0-21.45-15.275-36.725Q369.45-647 348-647q-21.45 0-36.725 15.275Q296-616.45 296-595q0 21.45 15.275 36.725Q326.55-543 348-543Zm0 230q21.45 0 36.725-15.275Q400-343.55 400-365q0-21.45-15.275-36.725Q369.45-417 348-417q-21.45 0-36.725 15.275Q296-386.45 296-365q0 21.45 15.275 36.725Q326.55-313 348-313ZM185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h589.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v589.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Z"/></svg>'},9443:(e,t,r)=>{r.d(t,{Z:()=>o});r(9497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M651-565q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T651-625H483q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T483-565h168Zm0 230q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T651-395H483q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T483-335h168ZM348-543q21.45 0 36.725-15.275Q400-573.55 400-595q0-21.45-15.275-36.725Q369.45-647 348-647q-21.45 0-36.725 15.275Q296-616.45 296-595q0 21.45 15.275 36.725Q326.55-543 348-543Zm0 230q21.45 0 36.725-15.275Q400-343.55 400-365q0-21.45-15.275-36.725Q369.45-417 348-417q-21.45 0-36.725 15.275Q296-386.45 296-365q0 21.45 15.275 36.725Q326.55-313 348-313ZM185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h589.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v589.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm0-79.218h589.826v-589.826H185.087v589.826Zm0-589.826v589.826-589.826Z"/></svg>'},9497:e=>{e.exports=require("react")}},t={};function r(o){var q=t[o];if(void 0!==q)return q.exports;var v=t[o]={exports:{}};return e[o](v,v.exports,r),v.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var o in t)r.o(t,o)&&!r.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};(()=>{r.r(o),r.d(o,{PhaseSVG:()=>q,default:()=>v});var e=r(640),t=r(9443);const q=r=>{var o;return"outlined"===(null!=(o=null==r?void 0:r.variant)?o:"filled")?t.Z:e.Z},v=q})(),module.exports=o})();
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg/Phase/index.js","mappings":"iEAcA,qhC,0CCAA,2lC,WCdAA,EAAOC,QAAUC,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACX,EAASa,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEf,EAASc,IAC5EE,OAAOC,eAAejB,EAASc,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFlB,EAAoBsB,EAAKzB,IACH,oBAAX0B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAejB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAejB,EAAS,aAAc,CAAE4B,OAAO,GAAO,E,mFCAvD,MAAMC,EAAYC,IALzB,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/Phase/icon-fill.svg","webpack://icons/./src/svg/Phase/icon.svg","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/svg/Phase/index.ts"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M651-565q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T651-625H483q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T483-565h168Zm0 230q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T651-395H483q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T483-335h168ZM348-543q21.45 0 36.725-15.275Q400-573.55 400-595q0-21.45-15.275-36.725Q369.45-647 348-647q-21.45 0-36.725 15.275Q296-616.45 296-595q0 21.45 15.275 36.725Q326.55-543 348-543Zm0 230q21.45 0 36.725-15.275Q400-343.55 400-365q0-21.45-15.275-36.725Q369.45-417 348-417q-21.45 0-36.725 15.275Q296-386.45 296-365q0 21.45 15.275 36.725Q326.55-313 348-313ZM185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h589.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v589.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M651-565q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T651-625H483q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T483-565h168Zm0 230q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T651-395H483q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T483-335h168ZM348-543q21.45 0 36.725-15.275Q400-573.55 400-595q0-21.45-15.275-36.725Q369.45-647 348-647q-21.45 0-36.725 15.275Q296-616.45 296-595q0 21.45 15.275 36.725Q326.55-543 348-543Zm0 230q21.45 0 36.725-15.275Q400-343.55 400-365q0-21.45-15.275-36.725Q369.45-417 348-417q-21.45 0-36.725 15.275Q296-386.45 296-365q0 21.45 15.275 36.725Q326.55-313 348-313ZM185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h589.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v589.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M651-565q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T651-625H483q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T483-565h168Zm0 230q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T651-395H483q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T483-335h168ZM348-543q21.45 0 36.725-15.275Q400-573.55 400-595q0-21.45-15.275-36.725Q369.45-647 348-647q-21.45 0-36.725 15.275Q296-616.45 296-595q0 21.45 15.275 36.725Q326.55-543 348-543Zm0 230q21.45 0 36.725-15.275Q400-343.55 400-365q0-21.45-15.275-36.725Q369.45-417 348-417q-21.45 0-36.725 15.275Q296-386.45 296-365q0 21.45 15.275 36.725Q326.55-313 348-313ZM185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h589.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v589.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm0-79.218h589.826v-589.826H185.087v589.826Zm0-589.826v589.826-589.826Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M651-565q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T651-625H483q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T483-565h168Zm0 230q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T651-395H483q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T483-335h168ZM348-543q21.45 0 36.725-15.275Q400-573.55 400-595q0-21.45-15.275-36.725Q369.45-647 348-647q-21.45 0-36.725 15.275Q296-616.45 296-595q0 21.45 15.275 36.725Q326.55-543 348-543Zm0 230q21.45 0 36.725-15.275Q400-343.55 400-365q0-21.45-15.275-36.725Q369.45-417 348-417q-21.45 0-36.725 15.275Q296-386.45 296-365q0 21.45 15.275 36.725Q326.55-313 348-313ZM185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h589.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v589.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm0-79.218h589.826v-589.826H185.087v589.826Zm0-589.826v589.826-589.826Z\\\"/></svg>\";","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const PhaseSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default PhaseSVG;\n"],"names":["module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","PhaseSVG","opts","variant"],"sourceRoot":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M266.218-27q-32.507 0-55.863-23.355-23.356-23.356-23.356-55.863v-747.564q0-32.507 23.356-55.863t55.863-23.356h427.564q32.507 0 55.863 23.356t23.356 55.863v747.564q0 32.507-23.356 55.863t-55.863 23.356H266.218Zm0-169.218h427.564v-567.564H266.218v567.564Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M266.218-27q-32.507 0-55.863-23.355-23.356-23.356-23.356-55.863v-747.564q0-32.507 23.356-55.863t55.863-23.356h427.564q32.507 0 55.863 23.356t23.356 55.863v747.564q0 32.507-23.356 55.863t-55.863 23.356H266.218Zm0-109.218v30h427.564v-30H266.218Zm0-60h427.564v-567.564H266.218v567.564Zm0-627.564h427.564v-30H266.218v30Zm0 0v-30 30Zm0 687.564v30-30Z"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(()=>{"use strict";var e={7105:(e,t,r)=>{r.d(t,{Z:()=>o});r(9497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M266.218-27q-32.507 0-55.863-23.355-23.356-23.356-23.356-55.863v-747.564q0-32.507 23.356-55.863t55.863-23.356h427.564q32.507 0 55.863 23.356t23.356 55.863v747.564q0 32.507-23.356 55.863t-55.863 23.356H266.218Zm0-169.218h427.564v-567.564H266.218v567.564Z"/></svg>'},608:(e,t,r)=>{r.d(t,{Z:()=>o});r(9497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M266.218-27q-32.507 0-55.863-23.355-23.356-23.356-23.356-55.863v-747.564q0-32.507 23.356-55.863t55.863-23.356h427.564q32.507 0 55.863 23.356t23.356 55.863v747.564q0 32.507-23.356 55.863t-55.863 23.356H266.218Zm0-109.218v30h427.564v-30H266.218Zm0-60h427.564v-567.564H266.218v567.564Zm0-627.564h427.564v-30H266.218v30Zm0 0v-30 30Zm0 687.564v30-30Z"/></svg>'},9497:e=>{e.exports=require("react")}},t={};function r(o){var v=t[o];if(void 0!==v)return v.exports;var n=t[o]={exports:{}};return e[o](n,n.exports,r),n.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var o in t)r.o(t,o)&&!r.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};(()=>{r.r(o),r.d(o,{PhoneSVG:()=>v,default:()=>n});var e=r(7105),t=r(608);const v=r=>{var o;return"outlined"===(null!=(o=null==r?void 0:r.variant)?o:"filled")?t.Z:e.Z},n=v})(),module.exports=o})();
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg/Phone/index.js","mappings":"kEAcA,iX,yCCAA,6c,WCdAA,EAAOC,QAAUC,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACX,EAASa,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEf,EAASc,IAC5EE,OAAOC,eAAejB,EAASc,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFlB,EAAoBsB,EAAKzB,IACH,oBAAX0B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAejB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAejB,EAAS,aAAc,CAAE4B,OAAO,GAAO,E,mFCAvD,MAAMC,EAAYC,IALzB,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/Phone/icon-fill.svg","webpack://icons/./src/svg/Phone/icon.svg","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/svg/Phone/index.ts"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M266.218-27q-32.507 0-55.863-23.355-23.356-23.356-23.356-55.863v-747.564q0-32.507 23.356-55.863t55.863-23.356h427.564q32.507 0 55.863 23.356t23.356 55.863v747.564q0 32.507-23.356 55.863t-55.863 23.356H266.218Zm0-169.218h427.564v-567.564H266.218v567.564Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M266.218-27q-32.507 0-55.863-23.355-23.356-23.356-23.356-55.863v-747.564q0-32.507 23.356-55.863t55.863-23.356h427.564q32.507 0 55.863 23.356t23.356 55.863v747.564q0 32.507-23.356 55.863t-55.863 23.356H266.218Zm0-169.218h427.564v-567.564H266.218v567.564Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M266.218-27q-32.507 0-55.863-23.355-23.356-23.356-23.356-55.863v-747.564q0-32.507 23.356-55.863t55.863-23.356h427.564q32.507 0 55.863 23.356t23.356 55.863v747.564q0 32.507-23.356 55.863t-55.863 23.356H266.218Zm0-109.218v30h427.564v-30H266.218Zm0-60h427.564v-567.564H266.218v567.564Zm0-627.564h427.564v-30H266.218v30Zm0 0v-30 30Zm0 687.564v30-30Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M266.218-27q-32.507 0-55.863-23.355-23.356-23.356-23.356-55.863v-747.564q0-32.507 23.356-55.863t55.863-23.356h427.564q32.507 0 55.863 23.356t23.356 55.863v747.564q0 32.507-23.356 55.863t-55.863 23.356H266.218Zm0-109.218v30h427.564v-30H266.218Zm0-60h427.564v-567.564H266.218v567.564Zm0-627.564h427.564v-30H266.218v30Zm0 0v-30 30Zm0 687.564v30-30Z\\\"/></svg>\";","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const PhoneSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default PhoneSVG;\n"],"names":["module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","PhoneSVG","opts","variant"],"sourceRoot":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M305.869-250.087v-465.826q0-18.522 11.866-29.349 11.867-10.826 27.501-10.826 5.241 0 10.72 1.283 5.479 1.282 11.106 4.373l366.504 234.519q8.978 6.13 13.75 14.391T752.088-483q0 10.261-4.772 18.522t-13.75 14.391l-366.504 234.52q-5.627 3.09-11.12 4.09-5.492 1-10.747 1-15.674 0-27.5-10.417-11.826-10.416-11.826-29.193Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M305.869-250.087v-465.826q0-18.522 11.933-29.349 11.933-10.826 27.656-10.826 5.019 0 10.623 1.283 5.604 1.282 10.981 4.373l366.504 234.519q8.978 6.13 13.75 14.391T752.088-483q0 10.261-4.772 18.522t-13.75 14.391l-366.504 234.52q-5.411 3.09-11.066 4.09-5.655 1-10.693 1-15.782 0-27.608-10.417-11.826-10.416-11.826-29.193ZM385.087-483Zm0 161.391L639.391-483 385.087-644.391v322.782Z"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(()=>{"use strict";var e={9926:(e,t,r)=>{r.d(t,{Z:()=>o});r(9497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M305.869-250.087v-465.826q0-18.522 11.866-29.349 11.867-10.826 27.501-10.826 5.241 0 10.72 1.283 5.479 1.282 11.106 4.373l366.504 234.519q8.978 6.13 13.75 14.391T752.088-483q0 10.261-4.772 18.522t-13.75 14.391l-366.504 234.52q-5.627 3.09-11.12 4.09-5.492 1-10.747 1-15.674 0-27.5-10.417-11.826-10.416-11.826-29.193Z"/></svg>'},3747:(e,t,r)=>{r.d(t,{Z:()=>o});r(9497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M305.869-250.087v-465.826q0-18.522 11.933-29.349 11.933-10.826 27.656-10.826 5.019 0 10.623 1.283 5.604 1.282 10.981 4.373l366.504 234.519q8.978 6.13 13.75 14.391T752.088-483q0 10.261-4.772 18.522t-13.75 14.391l-366.504 234.52q-5.411 3.09-11.066 4.09-5.655 1-10.693 1-15.782 0-27.608-10.417-11.826-10.416-11.826-29.193ZM385.087-483Zm0 161.391L639.391-483 385.087-644.391v322.782Z"/></svg>'},9497:e=>{e.exports=require("react")}},t={};function r(o){var l=t[o];if(void 0!==l)return l.exports;var n=t[o]={exports:{}};return e[o](n,n.exports,r),n.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var o in t)r.o(t,o)&&!r.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};(()=>{r.r(o),r.d(o,{PlaySVG:()=>l,default:()=>n});var e=r(9926),t=r(3747);const l=r=>{var o;return"outlined"===(null!=(o=null==r?void 0:r.variant)?o:"filled")?t.Z:e.Z},n=l})(),module.exports=o})();
|
|
2
|
+
//# sourceMappingURL=index.js.map
|