@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={4002:(t,l,e)=>{e.d(l,{Z:()=>q});e(9497);const q='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M410.043-65.869q-14.956 0-26.283-9.26-11.326-9.262-13.326-24.218l-15.435-97.044q-15.608-5.304-34.065-15.891-18.456-10.587-31.63-21.326l-89.043 41.87q-13.826 6.13-28.783 1.5-14.957-4.631-22.652-19.022L78.869-334.174q-8.261-13.391-4.413-27.783 3.848-14.391 15.674-23.652l82.608-60.174q-1.434-7.304-1.934-17.108-.5-9.805-.5-17.109 0-7.304.5-17.109.5-9.804 1.934-17.108L90.13-574.391q-11.826-9.261-15.674-23.652-3.848-14.392 4.413-27.783l69.957-124.348q7.695-13.827 22.652-18.74 14.957-4.913 28.783 1.218l90.174 41.304q12.608-10.174 30.782-20.478 18.174-10.304 33.782-15.174l15.435-99.174q2-14.391 13.326-23.935 11.327-9.543 26.283-9.543h139.914q14.956 0 26.283 9.543 11.326 9.544 13.326 23.935l15.435 98.174q15.608 5.87 34.282 15.674 18.674 9.804 31.413 20.978l89.043-41.304q13.826-6.131 28.783-1.218t22.652 18.74l70.522 123.348q7.696 13.391 4.348 28.283-3.348 14.891-16.739 24.152l-82.609 58.174q1.435 8.304 2.218 18.108.782 9.805.782 18.109 0 8.304-.782 17.609-.783 9.304-2.218 17.608l82.609 59.174q12.391 9.261 16.239 23.652 3.848 14.392-3.848 27.783l-71.087 125.479q-7.696 14.391-22.37 18.739-14.674 4.348-28.5-1.782l-89.609-41.87q-13.173 10.739-30.847 21.543-17.674 10.805-34.282 15.674l-15.435 97.043q-2 14.957-13.326 24.218-11.327 9.261-26.283 9.261H410.043ZM478.87-350q54 0 92-38t38-92q0-54-38-92t-92-38q-54 0-92 38t-38 92q0 54 38 92t92 38Z"/></svg>'},3254:(t,l,e)=>{e.d(l,{Z:()=>q});e(9497);const q='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M410.043-65.869q-14.956 0-26.283-9.26-11.326-9.262-13.326-24.218l-15.435-97.044q-15.608-5.304-34.065-15.891-18.456-10.587-31.63-21.326l-89.043 41.87q-13.826 6.13-28.783 1.5-14.957-4.631-22.652-19.022L78.869-334.174q-8.261-13.391-4.413-27.783 3.848-14.391 15.674-23.652l82.608-60.174q-1.434-7.304-1.934-17.108-.5-9.805-.5-17.109 0-7.304.5-17.109.5-9.804 1.934-17.108L90.13-574.391q-11.826-9.261-15.674-23.652-3.848-14.392 4.413-27.783l69.957-124.348q7.695-13.827 22.652-18.74 14.957-4.913 28.783 1.218l90.174 41.304q12.608-10.174 30.782-20.478 18.174-10.304 33.782-15.174l15.435-99.174q2-14.391 13.326-23.935 11.327-9.543 26.283-9.543h139.914q14.956 0 26.283 9.543 11.326 9.544 13.326 23.935l15.435 98.174q15.608 5.87 34.282 15.674 18.674 9.804 31.413 20.978l89.043-41.304q13.826-6.131 28.783-1.218t22.652 18.74l70.522 123.348q7.696 13.391 4.348 28.283-3.348 14.891-16.739 24.152l-82.609 58.174q1.435 8.304 2.218 18.108.782 9.805.782 18.109 0 8.304-.782 17.609-.783 9.304-2.218 17.608l82.609 59.174q12.391 9.261 16.239 23.652 3.848 14.392-3.848 27.783l-71.087 125.479q-7.696 14.391-22.37 18.739-14.674 4.348-28.5-1.782l-89.609-41.87q-13.173 10.739-30.847 21.543-17.674 10.805-34.282 15.674l-15.435 97.043q-2 14.957-13.326 24.218-11.327 9.261-26.283 9.261H410.043Zm30.479-79.218h78.391l14.565-111.435q33.565-8 63.913-25t54.348-42.696l106 46 34.913-64.652-92.87-67.869q4-17.565 6.783-34.631 2.783-17.065 2.783-34.63t-2.283-34.63q-2.283-17.066-7.283-34.631l93.435-67.869-35.478-64.652-105.435 46q-23-27.131-53.13-45.479-30.131-18.348-65.696-22.782l-14-110.87h-78.956l-13.435 110.87q-35.13 6.434-65.761 24.282-30.63 17.848-54.196 43.979l-104.869-46-35.478 64.652 92.304 67.304q-4 17.565-6.782 34.913-2.783 17.348-2.783 34.913 0 17.565 2.783 35.196 2.782 17.63 6.782 34.63l-92.304 67.304 35.478 64.652 104.869-46q24.566 25.131 55.196 42.696 30.631 17.565 64.761 25.565l13.435 110.87ZM478.87-350q54 0 92-38t38-92q0-54-38-92t-92-38q-54 0-92 38t-38 92q0 54 38 92t92 38ZM480-480Z"/></svg>'},9497:t=>{t.exports=require("react")}},l={};function e(q){var r=l[q];if(void 0!==r)return r.exports;var o=l[q]={exports:{}};return t[q](o,o.exports,e),o.exports}e.n=t=>{var l=t&&t.__esModule?()=>t.default:()=>t;return e.d(l,{a:l}),l},e.d=(t,l)=>{for(var q in l)e.o(l,q)&&!e.o(t,q)&&Object.defineProperty(t,q,{enumerable:!0,get:l[q]})},e.o=(t,l)=>Object.prototype.hasOwnProperty.call(t,l),e.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var q={};(()=>{e.r(q),e.d(q,{SettingsSVG:()=>r,default:()=>o});var t=e(4002),l=e(3254);const r=e=>{var q;return"outlined"===(null!=(q=null==e?void 0:e.variant)?q:"filled")?l.Z:t.Z},o=r})(),module.exports=q})();
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg/Settings/index.js","mappings":"kEAcA,q7C,0CCAA,qiE,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,uFCAvD,MAAMC,EAAeC,IAL5B,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/Settings/icon-fill.svg","webpack://icons/./src/svg/Settings/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/Settings/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: \"M410.043-65.869q-14.956 0-26.283-9.26-11.326-9.262-13.326-24.218l-15.435-97.044q-15.608-5.304-34.065-15.891-18.456-10.587-31.63-21.326l-89.043 41.87q-13.826 6.13-28.783 1.5-14.957-4.631-22.652-19.022L78.869-334.174q-8.261-13.391-4.413-27.783 3.848-14.391 15.674-23.652l82.608-60.174q-1.434-7.304-1.934-17.108-.5-9.805-.5-17.109 0-7.304.5-17.109.5-9.804 1.934-17.108L90.13-574.391q-11.826-9.261-15.674-23.652-3.848-14.392 4.413-27.783l69.957-124.348q7.695-13.827 22.652-18.74 14.957-4.913 28.783 1.218l90.174 41.304q12.608-10.174 30.782-20.478 18.174-10.304 33.782-15.174l15.435-99.174q2-14.391 13.326-23.935 11.327-9.543 26.283-9.543h139.914q14.956 0 26.283 9.543 11.326 9.544 13.326 23.935l15.435 98.174q15.608 5.87 34.282 15.674 18.674 9.804 31.413 20.978l89.043-41.304q13.826-6.131 28.783-1.218t22.652 18.74l70.522 123.348q7.696 13.391 4.348 28.283-3.348 14.891-16.739 24.152l-82.609 58.174q1.435 8.304 2.218 18.108.782 9.805.782 18.109 0 8.304-.782 17.609-.783 9.304-2.218 17.608l82.609 59.174q12.391 9.261 16.239 23.652 3.848 14.392-3.848 27.783l-71.087 125.479q-7.696 14.391-22.37 18.739-14.674 4.348-28.5-1.782l-89.609-41.87q-13.173 10.739-30.847 21.543-17.674 10.805-34.282 15.674l-15.435 97.043q-2 14.957-13.326 24.218-11.327 9.261-26.283 9.261H410.043ZM478.87-350q54 0 92-38t38-92q0-54-38-92t-92-38q-54 0-92 38t-38 92q0 54 38 92t92 38Z\"\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=\\\"M410.043-65.869q-14.956 0-26.283-9.26-11.326-9.262-13.326-24.218l-15.435-97.044q-15.608-5.304-34.065-15.891-18.456-10.587-31.63-21.326l-89.043 41.87q-13.826 6.13-28.783 1.5-14.957-4.631-22.652-19.022L78.869-334.174q-8.261-13.391-4.413-27.783 3.848-14.391 15.674-23.652l82.608-60.174q-1.434-7.304-1.934-17.108-.5-9.805-.5-17.109 0-7.304.5-17.109.5-9.804 1.934-17.108L90.13-574.391q-11.826-9.261-15.674-23.652-3.848-14.392 4.413-27.783l69.957-124.348q7.695-13.827 22.652-18.74 14.957-4.913 28.783 1.218l90.174 41.304q12.608-10.174 30.782-20.478 18.174-10.304 33.782-15.174l15.435-99.174q2-14.391 13.326-23.935 11.327-9.543 26.283-9.543h139.914q14.956 0 26.283 9.543 11.326 9.544 13.326 23.935l15.435 98.174q15.608 5.87 34.282 15.674 18.674 9.804 31.413 20.978l89.043-41.304q13.826-6.131 28.783-1.218t22.652 18.74l70.522 123.348q7.696 13.391 4.348 28.283-3.348 14.891-16.739 24.152l-82.609 58.174q1.435 8.304 2.218 18.108.782 9.805.782 18.109 0 8.304-.782 17.609-.783 9.304-2.218 17.608l82.609 59.174q12.391 9.261 16.239 23.652 3.848 14.392-3.848 27.783l-71.087 125.479q-7.696 14.391-22.37 18.739-14.674 4.348-28.5-1.782l-89.609-41.87q-13.173 10.739-30.847 21.543-17.674 10.805-34.282 15.674l-15.435 97.043q-2 14.957-13.326 24.218-11.327 9.261-26.283 9.261H410.043ZM478.87-350q54 0 92-38t38-92q0-54-38-92t-92-38q-54 0-92 38t-38 92q0 54 38 92t92 38Z\\\"/></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: \"M410.043-65.869q-14.956 0-26.283-9.26-11.326-9.262-13.326-24.218l-15.435-97.044q-15.608-5.304-34.065-15.891-18.456-10.587-31.63-21.326l-89.043 41.87q-13.826 6.13-28.783 1.5-14.957-4.631-22.652-19.022L78.869-334.174q-8.261-13.391-4.413-27.783 3.848-14.391 15.674-23.652l82.608-60.174q-1.434-7.304-1.934-17.108-.5-9.805-.5-17.109 0-7.304.5-17.109.5-9.804 1.934-17.108L90.13-574.391q-11.826-9.261-15.674-23.652-3.848-14.392 4.413-27.783l69.957-124.348q7.695-13.827 22.652-18.74 14.957-4.913 28.783 1.218l90.174 41.304q12.608-10.174 30.782-20.478 18.174-10.304 33.782-15.174l15.435-99.174q2-14.391 13.326-23.935 11.327-9.543 26.283-9.543h139.914q14.956 0 26.283 9.543 11.326 9.544 13.326 23.935l15.435 98.174q15.608 5.87 34.282 15.674 18.674 9.804 31.413 20.978l89.043-41.304q13.826-6.131 28.783-1.218t22.652 18.74l70.522 123.348q7.696 13.391 4.348 28.283-3.348 14.891-16.739 24.152l-82.609 58.174q1.435 8.304 2.218 18.108.782 9.805.782 18.109 0 8.304-.782 17.609-.783 9.304-2.218 17.608l82.609 59.174q12.391 9.261 16.239 23.652 3.848 14.392-3.848 27.783l-71.087 125.479q-7.696 14.391-22.37 18.739-14.674 4.348-28.5-1.782l-89.609-41.87q-13.173 10.739-30.847 21.543-17.674 10.805-34.282 15.674l-15.435 97.043q-2 14.957-13.326 24.218-11.327 9.261-26.283 9.261H410.043Zm30.479-79.218h78.391l14.565-111.435q33.565-8 63.913-25t54.348-42.696l106 46 34.913-64.652-92.87-67.869q4-17.565 6.783-34.631 2.783-17.065 2.783-34.63t-2.283-34.63q-2.283-17.066-7.283-34.631l93.435-67.869-35.478-64.652-105.435 46q-23-27.131-53.13-45.479-30.131-18.348-65.696-22.782l-14-110.87h-78.956l-13.435 110.87q-35.13 6.434-65.761 24.282-30.63 17.848-54.196 43.979l-104.869-46-35.478 64.652 92.304 67.304q-4 17.565-6.782 34.913-2.783 17.348-2.783 34.913 0 17.565 2.783 35.196 2.782 17.63 6.782 34.63l-92.304 67.304 35.478 64.652 104.869-46q24.566 25.131 55.196 42.696 30.631 17.565 64.761 25.565l13.435 110.87ZM478.87-350q54 0 92-38t38-92q0-54-38-92t-92-38q-54 0-92 38t-38 92q0 54 38 92t92 38ZM480-480Z\"\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=\\\"M410.043-65.869q-14.956 0-26.283-9.26-11.326-9.262-13.326-24.218l-15.435-97.044q-15.608-5.304-34.065-15.891-18.456-10.587-31.63-21.326l-89.043 41.87q-13.826 6.13-28.783 1.5-14.957-4.631-22.652-19.022L78.869-334.174q-8.261-13.391-4.413-27.783 3.848-14.391 15.674-23.652l82.608-60.174q-1.434-7.304-1.934-17.108-.5-9.805-.5-17.109 0-7.304.5-17.109.5-9.804 1.934-17.108L90.13-574.391q-11.826-9.261-15.674-23.652-3.848-14.392 4.413-27.783l69.957-124.348q7.695-13.827 22.652-18.74 14.957-4.913 28.783 1.218l90.174 41.304q12.608-10.174 30.782-20.478 18.174-10.304 33.782-15.174l15.435-99.174q2-14.391 13.326-23.935 11.327-9.543 26.283-9.543h139.914q14.956 0 26.283 9.543 11.326 9.544 13.326 23.935l15.435 98.174q15.608 5.87 34.282 15.674 18.674 9.804 31.413 20.978l89.043-41.304q13.826-6.131 28.783-1.218t22.652 18.74l70.522 123.348q7.696 13.391 4.348 28.283-3.348 14.891-16.739 24.152l-82.609 58.174q1.435 8.304 2.218 18.108.782 9.805.782 18.109 0 8.304-.782 17.609-.783 9.304-2.218 17.608l82.609 59.174q12.391 9.261 16.239 23.652 3.848 14.392-3.848 27.783l-71.087 125.479q-7.696 14.391-22.37 18.739-14.674 4.348-28.5-1.782l-89.609-41.87q-13.173 10.739-30.847 21.543-17.674 10.805-34.282 15.674l-15.435 97.043q-2 14.957-13.326 24.218-11.327 9.261-26.283 9.261H410.043Zm30.479-79.218h78.391l14.565-111.435q33.565-8 63.913-25t54.348-42.696l106 46 34.913-64.652-92.87-67.869q4-17.565 6.783-34.631 2.783-17.065 2.783-34.63t-2.283-34.63q-2.283-17.066-7.283-34.631l93.435-67.869-35.478-64.652-105.435 46q-23-27.131-53.13-45.479-30.131-18.348-65.696-22.782l-14-110.87h-78.956l-13.435 110.87q-35.13 6.434-65.761 24.282-30.63 17.848-54.196 43.979l-104.869-46-35.478 64.652 92.304 67.304q-4 17.565-6.782 34.913-2.783 17.348-2.783 34.913 0 17.565 2.783 35.196 2.782 17.63 6.782 34.63l-92.304 67.304 35.478 64.652 104.869-46q24.566 25.131 55.196 42.696 30.631 17.565 64.761 25.565l13.435 110.87ZM478.87-350q54 0 92-38t38-92q0-54-38-92t-92-38q-54 0-92 38t-38 92q0 54 38 92t92 38ZM480-480Z\\\"/></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 SettingsSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default SettingsSVG;\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","SettingsSVG","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="M726.967-67q-52.554 0-89.761-37.326-37.207-37.327-37.207-89.787 0-6.861 1.5-17.082t4.5-19.066l-282.086-164.13q-16.695 18.696-40.587 30.044-23.891 11.348-49.073 11.348-53.022 0-90.138-37.24-37.116-37.24-37.116-89.794 0-52.554 37.116-89.761 37.116-37.207 90.138-37.207 25.182 0 48.073 9.848 22.892 9.848 41.587 28.544l282.086-162.13q-3-7.637-4.5-17.337t-1.5-18.142q0-52.322 37.24-89.552 37.24-37.231 89.794-37.231 52.554 0 89.761 37.24 37.207 37.24 37.207 89.794 0 52.554-37.116 89.761-37.116 37.207-90.138 37.207-25.536 0-48.793-7.765-23.258-7.765-39.302-26.496L356.001-518.261q2.565 8.565 3.782 19.926 1.218 11.361 1.218 18.576 0 7.216-1.218 15.553-1.217 8.336-3.782 17.467L638.652-287.74q16.044-15.731 37.979-24.496 21.934-8.765 50.116-8.765 53.022 0 90.138 37.24 37.116 37.24 37.116 89.794 0 52.554-37.24 89.761-37.24 37.207-89.794 37.207Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M726.967-67q-52.554 0-89.761-37.326-37.207-37.327-37.207-89.787 0-6.861 1.5-17.082t4.5-19.066l-282.086-164.13q-16.695 18.696-40.587 30.044-23.891 11.348-49.073 11.348-53.022 0-90.138-37.24-37.116-37.24-37.116-89.794 0-52.554 37.116-89.761 37.116-37.207 90.138-37.207 25.182 0 48.073 9.848 22.892 9.848 41.587 28.544l282.086-162.13q-3-7.637-4.5-17.337t-1.5-18.142q0-52.322 37.24-89.552 37.24-37.231 89.794-37.231 52.554 0 89.761 37.24 37.207 37.24 37.207 89.794 0 52.554-37.116 89.761-37.116 37.207-90.138 37.207-25.536 0-48.793-7.765-23.258-7.765-39.302-26.496L356.001-518.261q2.565 8.565 3.782 19.926 1.218 11.361 1.218 18.576 0 7.216-1.218 15.553-1.217 8.336-3.782 17.467L638.652-287.74q16.044-15.731 37.979-24.496 21.934-8.765 50.116-8.765 53.022 0 90.138 37.24 37.116 37.24 37.116 89.794 0 52.554-37.24 89.761-37.24 37.207-89.794 37.207Zm.068-645Q750-712 765.5-727.535q15.5-15.535 15.5-38.5T765.465-804.5q-15.535-15.5-38.5-15.5T688.5-804.465q-15.5 15.535-15.5 38.5t15.535 38.465q15.535 15.5 38.5 15.5Zm-493 286Q257-426 272.5-441.535q15.5-15.535 15.5-38.5T272.465-518.5q-15.535-15.5-38.5-15.5T195.5-518.465q-15.5 15.535-15.5 38.5t15.535 38.465q15.535 15.5 38.5 15.5Zm493 286Q750-140 765.5-155.535q15.5-15.535 15.5-38.5T765.465-232.5q-15.535-15.5-38.5-15.5T688.5-232.465q-15.5 15.535-15.5 38.5t15.535 38.465q15.535 15.5 38.5 15.5ZM727-766ZM234-480Zm493 286Z"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(()=>{"use strict";var t={6063:(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="M726.967-67q-52.554 0-89.761-37.326-37.207-37.327-37.207-89.787 0-6.861 1.5-17.082t4.5-19.066l-282.086-164.13q-16.695 18.696-40.587 30.044-23.891 11.348-49.073 11.348-53.022 0-90.138-37.24-37.116-37.24-37.116-89.794 0-52.554 37.116-89.761 37.116-37.207 90.138-37.207 25.182 0 48.073 9.848 22.892 9.848 41.587 28.544l282.086-162.13q-3-7.637-4.5-17.337t-1.5-18.142q0-52.322 37.24-89.552 37.24-37.231 89.794-37.231 52.554 0 89.761 37.24 37.207 37.24 37.207 89.794 0 52.554-37.116 89.761-37.116 37.207-90.138 37.207-25.536 0-48.793-7.765-23.258-7.765-39.302-26.496L356.001-518.261q2.565 8.565 3.782 19.926 1.218 11.361 1.218 18.576 0 7.216-1.218 15.553-1.217 8.336-3.782 17.467L638.652-287.74q16.044-15.731 37.979-24.496 21.934-8.765 50.116-8.765 53.022 0 90.138 37.24 37.116 37.24 37.116 89.794 0 52.554-37.24 89.761-37.24 37.207-89.794 37.207Z"/></svg>'},2892:(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="M726.967-67q-52.554 0-89.761-37.326-37.207-37.327-37.207-89.787 0-6.861 1.5-17.082t4.5-19.066l-282.086-164.13q-16.695 18.696-40.587 30.044-23.891 11.348-49.073 11.348-53.022 0-90.138-37.24-37.116-37.24-37.116-89.794 0-52.554 37.116-89.761 37.116-37.207 90.138-37.207 25.182 0 48.073 9.848 22.892 9.848 41.587 28.544l282.086-162.13q-3-7.637-4.5-17.337t-1.5-18.142q0-52.322 37.24-89.552 37.24-37.231 89.794-37.231 52.554 0 89.761 37.24 37.207 37.24 37.207 89.794 0 52.554-37.116 89.761-37.116 37.207-90.138 37.207-25.536 0-48.793-7.765-23.258-7.765-39.302-26.496L356.001-518.261q2.565 8.565 3.782 19.926 1.218 11.361 1.218 18.576 0 7.216-1.218 15.553-1.217 8.336-3.782 17.467L638.652-287.74q16.044-15.731 37.979-24.496 21.934-8.765 50.116-8.765 53.022 0 90.138 37.24 37.116 37.24 37.116 89.794 0 52.554-37.24 89.761-37.24 37.207-89.794 37.207Zm.068-645Q750-712 765.5-727.535q15.5-15.535 15.5-38.5T765.465-804.5q-15.535-15.5-38.5-15.5T688.5-804.465q-15.5 15.535-15.5 38.5t15.535 38.465q15.535 15.5 38.5 15.5Zm-493 286Q257-426 272.5-441.535q15.5-15.535 15.5-38.5T272.465-518.5q-15.535-15.5-38.5-15.5T195.5-518.465q-15.5 15.535-15.5 38.5t15.535 38.465q15.535 15.5 38.5 15.5Zm493 286Q750-140 765.5-155.535q15.5-15.535 15.5-38.5T765.465-232.5q-15.535-15.5-38.5-15.5T688.5-232.465q-15.5 15.535-15.5 38.5t15.535 38.465q15.535 15.5 38.5 15.5ZM727-766ZM234-480Zm493 286Z"/></svg>'},9497:t=>{t.exports=require("react")}},e={};function r(o){var l=e[o];if(void 0!==l)return l.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,{ShareSVG:()=>l,default:()=>n});var t=r(6063),e=r(2892);const l=r=>{var o;return"outlined"===(null!=(o=null==r?void 0:r.variant)?o:"filled")?e.Z:t.Z},n=l})(),module.exports=o})();
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg/Share/index.js","mappings":"kEAcA,67B,0CCAA,m8C,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,oFCAvD,MAAMC,EAAYC,IALzB,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/Share/icon-fill.svg","webpack://icons/./src/svg/Share/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/Share/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: \"M726.967-67q-52.554 0-89.761-37.326-37.207-37.327-37.207-89.787 0-6.861 1.5-17.082t4.5-19.066l-282.086-164.13q-16.695 18.696-40.587 30.044-23.891 11.348-49.073 11.348-53.022 0-90.138-37.24-37.116-37.24-37.116-89.794 0-52.554 37.116-89.761 37.116-37.207 90.138-37.207 25.182 0 48.073 9.848 22.892 9.848 41.587 28.544l282.086-162.13q-3-7.637-4.5-17.337t-1.5-18.142q0-52.322 37.24-89.552 37.24-37.231 89.794-37.231 52.554 0 89.761 37.24 37.207 37.24 37.207 89.794 0 52.554-37.116 89.761-37.116 37.207-90.138 37.207-25.536 0-48.793-7.765-23.258-7.765-39.302-26.496L356.001-518.261q2.565 8.565 3.782 19.926 1.218 11.361 1.218 18.576 0 7.216-1.218 15.553-1.217 8.336-3.782 17.467L638.652-287.74q16.044-15.731 37.979-24.496 21.934-8.765 50.116-8.765 53.022 0 90.138 37.24 37.116 37.24 37.116 89.794 0 52.554-37.24 89.761-37.24 37.207-89.794 37.207Z\"\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=\\\"M726.967-67q-52.554 0-89.761-37.326-37.207-37.327-37.207-89.787 0-6.861 1.5-17.082t4.5-19.066l-282.086-164.13q-16.695 18.696-40.587 30.044-23.891 11.348-49.073 11.348-53.022 0-90.138-37.24-37.116-37.24-37.116-89.794 0-52.554 37.116-89.761 37.116-37.207 90.138-37.207 25.182 0 48.073 9.848 22.892 9.848 41.587 28.544l282.086-162.13q-3-7.637-4.5-17.337t-1.5-18.142q0-52.322 37.24-89.552 37.24-37.231 89.794-37.231 52.554 0 89.761 37.24 37.207 37.24 37.207 89.794 0 52.554-37.116 89.761-37.116 37.207-90.138 37.207-25.536 0-48.793-7.765-23.258-7.765-39.302-26.496L356.001-518.261q2.565 8.565 3.782 19.926 1.218 11.361 1.218 18.576 0 7.216-1.218 15.553-1.217 8.336-3.782 17.467L638.652-287.74q16.044-15.731 37.979-24.496 21.934-8.765 50.116-8.765 53.022 0 90.138 37.24 37.116 37.24 37.116 89.794 0 52.554-37.24 89.761-37.24 37.207-89.794 37.207Z\\\"/></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: \"M726.967-67q-52.554 0-89.761-37.326-37.207-37.327-37.207-89.787 0-6.861 1.5-17.082t4.5-19.066l-282.086-164.13q-16.695 18.696-40.587 30.044-23.891 11.348-49.073 11.348-53.022 0-90.138-37.24-37.116-37.24-37.116-89.794 0-52.554 37.116-89.761 37.116-37.207 90.138-37.207 25.182 0 48.073 9.848 22.892 9.848 41.587 28.544l282.086-162.13q-3-7.637-4.5-17.337t-1.5-18.142q0-52.322 37.24-89.552 37.24-37.231 89.794-37.231 52.554 0 89.761 37.24 37.207 37.24 37.207 89.794 0 52.554-37.116 89.761-37.116 37.207-90.138 37.207-25.536 0-48.793-7.765-23.258-7.765-39.302-26.496L356.001-518.261q2.565 8.565 3.782 19.926 1.218 11.361 1.218 18.576 0 7.216-1.218 15.553-1.217 8.336-3.782 17.467L638.652-287.74q16.044-15.731 37.979-24.496 21.934-8.765 50.116-8.765 53.022 0 90.138 37.24 37.116 37.24 37.116 89.794 0 52.554-37.24 89.761-37.24 37.207-89.794 37.207Zm.068-645Q750-712 765.5-727.535q15.5-15.535 15.5-38.5T765.465-804.5q-15.535-15.5-38.5-15.5T688.5-804.465q-15.5 15.535-15.5 38.5t15.535 38.465q15.535 15.5 38.5 15.5Zm-493 286Q257-426 272.5-441.535q15.5-15.535 15.5-38.5T272.465-518.5q-15.535-15.5-38.5-15.5T195.5-518.465q-15.5 15.535-15.5 38.5t15.535 38.465q15.535 15.5 38.5 15.5Zm493 286Q750-140 765.5-155.535q15.5-15.535 15.5-38.5T765.465-232.5q-15.535-15.5-38.5-15.5T688.5-232.465q-15.5 15.535-15.5 38.5t15.535 38.465q15.535 15.5 38.5 15.5ZM727-766ZM234-480Zm493 286Z\"\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=\\\"M726.967-67q-52.554 0-89.761-37.326-37.207-37.327-37.207-89.787 0-6.861 1.5-17.082t4.5-19.066l-282.086-164.13q-16.695 18.696-40.587 30.044-23.891 11.348-49.073 11.348-53.022 0-90.138-37.24-37.116-37.24-37.116-89.794 0-52.554 37.116-89.761 37.116-37.207 90.138-37.207 25.182 0 48.073 9.848 22.892 9.848 41.587 28.544l282.086-162.13q-3-7.637-4.5-17.337t-1.5-18.142q0-52.322 37.24-89.552 37.24-37.231 89.794-37.231 52.554 0 89.761 37.24 37.207 37.24 37.207 89.794 0 52.554-37.116 89.761-37.116 37.207-90.138 37.207-25.536 0-48.793-7.765-23.258-7.765-39.302-26.496L356.001-518.261q2.565 8.565 3.782 19.926 1.218 11.361 1.218 18.576 0 7.216-1.218 15.553-1.217 8.336-3.782 17.467L638.652-287.74q16.044-15.731 37.979-24.496 21.934-8.765 50.116-8.765 53.022 0 90.138 37.24 37.116 37.24 37.116 89.794 0 52.554-37.24 89.761-37.24 37.207-89.794 37.207Zm.068-645Q750-712 765.5-727.535q15.5-15.535 15.5-38.5T765.465-804.5q-15.535-15.5-38.5-15.5T688.5-804.465q-15.5 15.535-15.5 38.5t15.535 38.465q15.535 15.5 38.5 15.5Zm-493 286Q257-426 272.5-441.535q15.5-15.535 15.5-38.5T272.465-518.5q-15.535-15.5-38.5-15.5T195.5-518.465q-15.5 15.535-15.5 38.5t15.535 38.465q15.535 15.5 38.5 15.5Zm493 286Q750-140 765.5-155.535q15.5-15.535 15.5-38.5T765.465-232.5q-15.535-15.5-38.5-15.5T688.5-232.465q-15.5 15.535-15.5 38.5t15.535 38.465q15.535 15.5 38.5 15.5ZM727-766ZM234-480Zm493 286Z\\\"/></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 ShareSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default ShareSVG;\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","ShareSVG","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="M687.348-253.043v-453.914q0-16.707 11.502-28.158 11.502-11.452 28.283-11.452t28.107 11.452q11.327 11.451 11.327 28.158v453.914q0 16.707-11.502 28.158-11.502 11.452-28.283 11.452t-28.108-11.452q-11.326-11.451-11.326-28.158Zm-493.915-35.478v-382.958q0-17.456 11.827-28.533 11.826-11.076 27.783-11.076 6.13 0 11.826 2.065 5.696 2.066 10.826 5.631L531.13-512.913q9.261 6.13 13.392 14.687 4.13 8.558 4.13 18.226t-4.13 18.226q-4.131 8.557-13.392 14.687L255.695-256.608q-5.13 3.565-10.826 5.631-5.696 2.065-11.826 2.065-15.957 0-27.783-11.076-11.827-11.077-11.827-28.533Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M687.348-253.043v-453.914q0-16.707 11.502-28.158 11.502-11.452 28.283-11.452t28.107 11.452q11.327 11.451 11.327 28.158v453.914q0 16.707-11.502 28.158-11.502 11.452-28.283 11.452t-28.108-11.452q-11.326-11.451-11.326-28.158Zm-493.915-35.478v-382.958q0-17.456 11.827-28.533 11.826-11.076 27.783-11.076 6.13 0 11.826 2.065 5.696 2.066 10.826 5.631L531.13-512.913q9.261 6.13 13.392 14.687 4.13 8.558 4.13 18.226t-4.13 18.226q-4.131 8.557-13.392 14.687L255.695-256.608q-5.13 3.565-10.826 5.631-5.696 2.065-11.826 2.065-15.957 0-27.783-11.076-11.827-11.077-11.827-28.533ZM272.652-480Zm0 115.391L439.521-480 272.652-595.391v230.782Z"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(()=>{"use strict";var t={4540:(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="M687.348-253.043v-453.914q0-16.707 11.502-28.158 11.502-11.452 28.283-11.452t28.107 11.452q11.327 11.451 11.327 28.158v453.914q0 16.707-11.502 28.158-11.502 11.452-28.283 11.452t-28.108-11.452q-11.326-11.451-11.326-28.158Zm-493.915-35.478v-382.958q0-17.456 11.827-28.533 11.826-11.076 27.783-11.076 6.13 0 11.826 2.065 5.696 2.066 10.826 5.631L531.13-512.913q9.261 6.13 13.392 14.687 4.13 8.558 4.13 18.226t-4.13 18.226q-4.131 8.557-13.392 14.687L255.695-256.608q-5.13 3.565-10.826 5.631-5.696 2.065-11.826 2.065-15.957 0-27.783-11.076-11.827-11.077-11.827-28.533Z"/></svg>'},5457:(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="M687.348-253.043v-453.914q0-16.707 11.502-28.158 11.502-11.452 28.283-11.452t28.107 11.452q11.327 11.451 11.327 28.158v453.914q0 16.707-11.502 28.158-11.502 11.452-28.283 11.452t-28.108-11.452q-11.326-11.451-11.326-28.158Zm-493.915-35.478v-382.958q0-17.456 11.827-28.533 11.826-11.076 27.783-11.076 6.13 0 11.826 2.065 5.696 2.066 10.826 5.631L531.13-512.913q9.261 6.13 13.392 14.687 4.13 8.558 4.13 18.226t-4.13 18.226q-4.131 8.557-13.392 14.687L255.695-256.608q-5.13 3.565-10.826 5.631-5.696 2.065-11.826 2.065-15.957 0-27.783-11.076-11.827-11.077-11.827-28.533ZM272.652-480Zm0 115.391L439.521-480 272.652-595.391v230.782Z"/></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,{SkipSVG:()=>v,default:()=>n});var t=r(4540),e=r(5457);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/Skip/index.js","mappings":"kEAcA,wqB,0CCAA,ouB,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,EAAWC,IALxB,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/Skip/icon-fill.svg","webpack://icons/./src/svg/Skip/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/Skip/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: \"M687.348-253.043v-453.914q0-16.707 11.502-28.158 11.502-11.452 28.283-11.452t28.107 11.452q11.327 11.451 11.327 28.158v453.914q0 16.707-11.502 28.158-11.502 11.452-28.283 11.452t-28.108-11.452q-11.326-11.451-11.326-28.158Zm-493.915-35.478v-382.958q0-17.456 11.827-28.533 11.826-11.076 27.783-11.076 6.13 0 11.826 2.065 5.696 2.066 10.826 5.631L531.13-512.913q9.261 6.13 13.392 14.687 4.13 8.558 4.13 18.226t-4.13 18.226q-4.131 8.557-13.392 14.687L255.695-256.608q-5.13 3.565-10.826 5.631-5.696 2.065-11.826 2.065-15.957 0-27.783-11.076-11.827-11.077-11.827-28.533Z\"\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=\\\"M687.348-253.043v-453.914q0-16.707 11.502-28.158 11.502-11.452 28.283-11.452t28.107 11.452q11.327 11.451 11.327 28.158v453.914q0 16.707-11.502 28.158-11.502 11.452-28.283 11.452t-28.108-11.452q-11.326-11.451-11.326-28.158Zm-493.915-35.478v-382.958q0-17.456 11.827-28.533 11.826-11.076 27.783-11.076 6.13 0 11.826 2.065 5.696 2.066 10.826 5.631L531.13-512.913q9.261 6.13 13.392 14.687 4.13 8.558 4.13 18.226t-4.13 18.226q-4.131 8.557-13.392 14.687L255.695-256.608q-5.13 3.565-10.826 5.631-5.696 2.065-11.826 2.065-15.957 0-27.783-11.076-11.827-11.077-11.827-28.533Z\\\"/></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: \"M687.348-253.043v-453.914q0-16.707 11.502-28.158 11.502-11.452 28.283-11.452t28.107 11.452q11.327 11.451 11.327 28.158v453.914q0 16.707-11.502 28.158-11.502 11.452-28.283 11.452t-28.108-11.452q-11.326-11.451-11.326-28.158Zm-493.915-35.478v-382.958q0-17.456 11.827-28.533 11.826-11.076 27.783-11.076 6.13 0 11.826 2.065 5.696 2.066 10.826 5.631L531.13-512.913q9.261 6.13 13.392 14.687 4.13 8.558 4.13 18.226t-4.13 18.226q-4.131 8.557-13.392 14.687L255.695-256.608q-5.13 3.565-10.826 5.631-5.696 2.065-11.826 2.065-15.957 0-27.783-11.076-11.827-11.077-11.827-28.533ZM272.652-480Zm0 115.391L439.521-480 272.652-595.391v230.782Z\"\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=\\\"M687.348-253.043v-453.914q0-16.707 11.502-28.158 11.502-11.452 28.283-11.452t28.107 11.452q11.327 11.451 11.327 28.158v453.914q0 16.707-11.502 28.158-11.502 11.452-28.283 11.452t-28.108-11.452q-11.326-11.451-11.326-28.158Zm-493.915-35.478v-382.958q0-17.456 11.827-28.533 11.826-11.076 27.783-11.076 6.13 0 11.826 2.065 5.696 2.066 10.826 5.631L531.13-512.913q9.261 6.13 13.392 14.687 4.13 8.558 4.13 18.226t-4.13 18.226q-4.131 8.557-13.392 14.687L255.695-256.608q-5.13 3.565-10.826 5.631-5.696 2.065-11.826 2.065-15.957 0-27.783-11.076-11.827-11.077-11.827-28.533ZM272.652-480Zm0 115.391L439.521-480 272.652-595.391v230.782Z\\\"/></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 SkipSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default SkipSVG;\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","SkipSVG","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="M352.259-449.435q-17.346 0-28.672-11.451-11.327-11.451-11.327-28.158V-743.39l-83.042 83.608q-12.392 11.826-28.224 11.826t-27.5-11.435q-12.234-11.652-12.234-27.992 0-16.339 11.827-27.965l151-151q6.13-6.131 13.242-9.261 7.111-3.131 15.239-3.131 7.562 0 14.541 3.131 6.978 3.13 13.109 9.261l151 151q11.261 11.826 11.543 28.065.283 16.24-11.543 27.892-11.827 11.435-28.066 11.435-16.239 0-27.5-11.826l-83.608-83.608v254.346q0 16.707-11.502 28.158-11.501 11.451-28.283 11.451ZM607.997-81.26q-8.127 0-15.106-3.13-6.978-3.131-13.109-9.262l-150.434-151q-11.827-11.826-12.109-28.065-.283-16.24 12.109-27.892 11.261-11.435 27.5-11.435t28.065 11.826l83.043 83.043v-253.781q0-16.707 11.502-28.441 11.501-11.733 28.848-11.733 16.781 0 28.107 11.733 11.327 11.734 11.327 28.441v253.781l83.608-83.043q11.826-11.826 27.658-11.826t28.065 11.435q11.669 11.652 11.669 27.992 0 16.339-11.827 27.965l-151 151q-6.13 6.13-13.242 9.261-7.111 3.13-14.674 3.13Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M352.259-449.435q-17.346 0-28.672-11.451-11.327-11.451-11.327-28.158V-743.39l-83.042 83.608q-12.392 11.826-28.224 11.826t-27.5-11.435q-12.234-11.652-12.234-27.992 0-16.339 11.827-27.965l151-151q6.13-6.131 13.242-9.261 7.111-3.131 15.239-3.131 7.562 0 14.541 3.131 6.978 3.13 13.109 9.261l151 151q11.261 11.826 11.543 28.065.283 16.24-11.543 27.892-11.827 11.435-28.066 11.435-16.239 0-27.5-11.826l-83.608-83.608v254.346q0 16.707-11.502 28.158-11.501 11.451-28.283 11.451ZM607.997-81.26q-8.127 0-15.106-3.13-6.978-3.131-13.109-9.262l-150.434-151q-11.827-11.826-12.109-28.065-.283-16.24 12.109-27.892 11.261-11.435 27.5-11.435t28.065 11.826l83.043 83.043v-253.781q0-16.707 11.502-28.441 11.501-11.733 28.848-11.733 16.781 0 28.107 11.733 11.327 11.734 11.327 28.441v253.781l83.608-83.043q11.826-11.826 27.658-11.826t28.065 11.435q11.669 11.652 11.669 27.992 0 16.339-11.827 27.965l-151 151q-6.13 6.13-13.242 9.261-7.111 3.13-14.674 3.13Z"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(()=>{"use strict";var t={5063:(t,e,r)=>{r.d(e,{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="M352.259-449.435q-17.346 0-28.672-11.451-11.327-11.451-11.327-28.158V-743.39l-83.042 83.608q-12.392 11.826-28.224 11.826t-27.5-11.435q-12.234-11.652-12.234-27.992 0-16.339 11.827-27.965l151-151q6.13-6.131 13.242-9.261 7.111-3.131 15.239-3.131 7.562 0 14.541 3.131 6.978 3.13 13.109 9.261l151 151q11.261 11.826 11.543 28.065.283 16.24-11.543 27.892-11.827 11.435-28.066 11.435-16.239 0-27.5-11.826l-83.608-83.608v254.346q0 16.707-11.502 28.158-11.501 11.451-28.283 11.451ZM607.997-81.26q-8.127 0-15.106-3.13-6.978-3.131-13.109-9.262l-150.434-151q-11.827-11.826-12.109-28.065-.283-16.24 12.109-27.892 11.261-11.435 27.5-11.435t28.065 11.826l83.043 83.043v-253.781q0-16.707 11.502-28.441 11.501-11.733 28.848-11.733 16.781 0 28.107 11.733 11.327 11.734 11.327 28.441v253.781l83.608-83.043q11.826-11.826 27.658-11.826t28.065 11.435q11.669 11.652 11.669 27.992 0 16.339-11.827 27.965l-151 151q-6.13 6.13-13.242 9.261-7.111 3.13-14.674 3.13Z"/></svg>'},863:(t,e,r)=>{r.d(e,{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="M352.259-449.435q-17.346 0-28.672-11.451-11.327-11.451-11.327-28.158V-743.39l-83.042 83.608q-12.392 11.826-28.224 11.826t-27.5-11.435q-12.234-11.652-12.234-27.992 0-16.339 11.827-27.965l151-151q6.13-6.131 13.242-9.261 7.111-3.131 15.239-3.131 7.562 0 14.541 3.131 6.978 3.13 13.109 9.261l151 151q11.261 11.826 11.543 28.065.283 16.24-11.543 27.892-11.827 11.435-28.066 11.435-16.239 0-27.5-11.826l-83.608-83.608v254.346q0 16.707-11.502 28.158-11.501 11.451-28.283 11.451ZM607.997-81.26q-8.127 0-15.106-3.13-6.978-3.131-13.109-9.262l-150.434-151q-11.827-11.826-12.109-28.065-.283-16.24 12.109-27.892 11.261-11.435 27.5-11.435t28.065 11.826l83.043 83.043v-253.781q0-16.707 11.502-28.441 11.501-11.733 28.848-11.733 16.781 0 28.107 11.733 11.327 11.734 11.327 28.441v253.781l83.608-83.043q11.826-11.826 27.658-11.826t28.065 11.435q11.669 11.652 11.669 27.992 0 16.339-11.827 27.965l-151 151q-6.13 6.13-13.242 9.261-7.111 3.13-14.674 3.13Z"/></svg>'},9497:t=>{t.exports=require("react")}},e={};function r(l){var o=e[l];if(void 0!==o)return o.exports;var v=e[l]={exports:{}};return t[l](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 l in e)r.o(e,l)&&!r.o(t,l)&&Object.defineProperty(t,l,{enumerable:!0,get:e[l]})},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 l={};(()=>{r.r(l),r.d(l,{SortSVG:()=>o,default:()=>v});var t=r(5063),e=r(863);const o=r=>{var l;return"outlined"===(null!=(l=null==r?void 0:r.variant)?l:"filled")?e.Z:t.Z},v=o})(),module.exports=l})();
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg/Sort/index.js","mappings":"kEAcA,2hC,yCCAA,2hC,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,EAAWC,IALxB,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/Sort/icon-fill.svg","webpack://icons/./src/svg/Sort/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/Sort/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: \"M352.259-449.435q-17.346 0-28.672-11.451-11.327-11.451-11.327-28.158V-743.39l-83.042 83.608q-12.392 11.826-28.224 11.826t-27.5-11.435q-12.234-11.652-12.234-27.992 0-16.339 11.827-27.965l151-151q6.13-6.131 13.242-9.261 7.111-3.131 15.239-3.131 7.562 0 14.541 3.131 6.978 3.13 13.109 9.261l151 151q11.261 11.826 11.543 28.065.283 16.24-11.543 27.892-11.827 11.435-28.066 11.435-16.239 0-27.5-11.826l-83.608-83.608v254.346q0 16.707-11.502 28.158-11.501 11.451-28.283 11.451ZM607.997-81.26q-8.127 0-15.106-3.13-6.978-3.131-13.109-9.262l-150.434-151q-11.827-11.826-12.109-28.065-.283-16.24 12.109-27.892 11.261-11.435 27.5-11.435t28.065 11.826l83.043 83.043v-253.781q0-16.707 11.502-28.441 11.501-11.733 28.848-11.733 16.781 0 28.107 11.733 11.327 11.734 11.327 28.441v253.781l83.608-83.043q11.826-11.826 27.658-11.826t28.065 11.435q11.669 11.652 11.669 27.992 0 16.339-11.827 27.965l-151 151q-6.13 6.13-13.242 9.261-7.111 3.13-14.674 3.13Z\"\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=\\\"M352.259-449.435q-17.346 0-28.672-11.451-11.327-11.451-11.327-28.158V-743.39l-83.042 83.608q-12.392 11.826-28.224 11.826t-27.5-11.435q-12.234-11.652-12.234-27.992 0-16.339 11.827-27.965l151-151q6.13-6.131 13.242-9.261 7.111-3.131 15.239-3.131 7.562 0 14.541 3.131 6.978 3.13 13.109 9.261l151 151q11.261 11.826 11.543 28.065.283 16.24-11.543 27.892-11.827 11.435-28.066 11.435-16.239 0-27.5-11.826l-83.608-83.608v254.346q0 16.707-11.502 28.158-11.501 11.451-28.283 11.451ZM607.997-81.26q-8.127 0-15.106-3.13-6.978-3.131-13.109-9.262l-150.434-151q-11.827-11.826-12.109-28.065-.283-16.24 12.109-27.892 11.261-11.435 27.5-11.435t28.065 11.826l83.043 83.043v-253.781q0-16.707 11.502-28.441 11.501-11.733 28.848-11.733 16.781 0 28.107 11.733 11.327 11.734 11.327 28.441v253.781l83.608-83.043q11.826-11.826 27.658-11.826t28.065 11.435q11.669 11.652 11.669 27.992 0 16.339-11.827 27.965l-151 151q-6.13 6.13-13.242 9.261-7.111 3.13-14.674 3.13Z\\\"/></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: \"M352.259-449.435q-17.346 0-28.672-11.451-11.327-11.451-11.327-28.158V-743.39l-83.042 83.608q-12.392 11.826-28.224 11.826t-27.5-11.435q-12.234-11.652-12.234-27.992 0-16.339 11.827-27.965l151-151q6.13-6.131 13.242-9.261 7.111-3.131 15.239-3.131 7.562 0 14.541 3.131 6.978 3.13 13.109 9.261l151 151q11.261 11.826 11.543 28.065.283 16.24-11.543 27.892-11.827 11.435-28.066 11.435-16.239 0-27.5-11.826l-83.608-83.608v254.346q0 16.707-11.502 28.158-11.501 11.451-28.283 11.451ZM607.997-81.26q-8.127 0-15.106-3.13-6.978-3.131-13.109-9.262l-150.434-151q-11.827-11.826-12.109-28.065-.283-16.24 12.109-27.892 11.261-11.435 27.5-11.435t28.065 11.826l83.043 83.043v-253.781q0-16.707 11.502-28.441 11.501-11.733 28.848-11.733 16.781 0 28.107 11.733 11.327 11.734 11.327 28.441v253.781l83.608-83.043q11.826-11.826 27.658-11.826t28.065 11.435q11.669 11.652 11.669 27.992 0 16.339-11.827 27.965l-151 151q-6.13 6.13-13.242 9.261-7.111 3.13-14.674 3.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=\\\"M352.259-449.435q-17.346 0-28.672-11.451-11.327-11.451-11.327-28.158V-743.39l-83.042 83.608q-12.392 11.826-28.224 11.826t-27.5-11.435q-12.234-11.652-12.234-27.992 0-16.339 11.827-27.965l151-151q6.13-6.131 13.242-9.261 7.111-3.131 15.239-3.131 7.562 0 14.541 3.131 6.978 3.13 13.109 9.261l151 151q11.261 11.826 11.543 28.065.283 16.24-11.543 27.892-11.827 11.435-28.066 11.435-16.239 0-27.5-11.826l-83.608-83.608v254.346q0 16.707-11.502 28.158-11.501 11.451-28.283 11.451ZM607.997-81.26q-8.127 0-15.106-3.13-6.978-3.131-13.109-9.262l-150.434-151q-11.827-11.826-12.109-28.065-.283-16.24 12.109-27.892 11.261-11.435 27.5-11.435t28.065 11.826l83.043 83.043v-253.781q0-16.707 11.502-28.441 11.501-11.733 28.848-11.733 16.781 0 28.107 11.733 11.327 11.734 11.327 28.441v253.781l83.608-83.043q11.826-11.826 27.658-11.826t28.065 11.435q11.669 11.652 11.669 27.992 0 16.339-11.827 27.965l-151 151q-6.13 6.13-13.242 9.261-7.111 3.13-14.674 3.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 SortSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default SortSVG;\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","SortSVG","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-213.173-187.13 113.13q-11.392 6.696-23.218 5.914-11.826-.783-21.087-7.479t-13.609-17.239q-4.348-10.544-1.783-23.935l49.565-213.131-165.13-144.13q-10.261-8.696-12.892-20.022-2.63-11.326.5-22.153 2.566-10.826 12.109-18.304 9.544-7.479 22.935-8.479l218.131-19 84.565-201.695q5.131-12.392 15.674-18.305 10.544-5.913 21.37-5.913t21.37 5.913q10.543 5.913 15.674 18.305l84.565 201.695 218.696 19q12.826 1 22.37 8.479 9.543 7.478 12.109 18.304 3.13 10.827.5 22.153-2.631 11.326-12.892 20.022l-165.13 144.13 49.565 213.131q2.565 13.391-1.783 23.935-4.348 10.543-13.609 17.239-9.261 6.696-21.087 7.479-11.826.782-23.218-5.914L480-213.173Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M330.913-216.305 480-305.218l149.087 89.913-40.305-168.391 131.217-114.347-172.956-14.87L480-671.869l-67.043 158.521-172.956 14.305 131.217 113.782-40.305 168.956ZM480-213.173l-187.13 113.13q-11.392 6.696-23.218 5.914-11.826-.783-21.087-7.479t-13.609-17.239q-4.348-10.544-1.783-23.935l49.565-213.131-165.13-144.13q-10.261-8.696-12.892-20.022-2.63-11.326.5-22.153 2.566-10.826 12.109-18.304 9.544-7.479 22.935-8.479l218.131-19 84.565-201.695q5.131-12.392 15.674-18.305 10.544-5.913 21.37-5.913t21.37 5.913q10.543 5.913 15.674 18.305l84.565 201.695 218.696 19q12.826 1 22.37 8.479 9.543 7.478 12.109 18.304 3.13 10.827.5 22.153-2.631 11.326-12.892 20.022l-165.13 144.13 49.565 213.131q2.565 13.391-1.783 23.935-4.348 10.543-13.609 17.239-9.261 6.696-21.087 7.479-11.826.782-23.218-5.914L480-213.173Zm0-220.697Z"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(()=>{"use strict";var e={4539:(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="m480-213.173-187.13 113.13q-11.392 6.696-23.218 5.914-11.826-.783-21.087-7.479t-13.609-17.239q-4.348-10.544-1.783-23.935l49.565-213.131-165.13-144.13q-10.261-8.696-12.892-20.022-2.63-11.326.5-22.153 2.566-10.826 12.109-18.304 9.544-7.479 22.935-8.479l218.131-19 84.565-201.695q5.131-12.392 15.674-18.305 10.544-5.913 21.37-5.913t21.37 5.913q10.543 5.913 15.674 18.305l84.565 201.695 218.696 19q12.826 1 22.37 8.479 9.543 7.478 12.109 18.304 3.13 10.827.5 22.153-2.631 11.326-12.892 20.022l-165.13 144.13 49.565 213.131q2.565 13.391-1.783 23.935-4.348 10.543-13.609 17.239-9.261 6.696-21.087 7.479-11.826.782-23.218-5.914L480-213.173Z"/></svg>'},7372:(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="M330.913-216.305 480-305.218l149.087 89.913-40.305-168.391 131.217-114.347-172.956-14.87L480-671.869l-67.043 158.521-172.956 14.305 131.217 113.782-40.305 168.956ZM480-213.173l-187.13 113.13q-11.392 6.696-23.218 5.914-11.826-.783-21.087-7.479t-13.609-17.239q-4.348-10.544-1.783-23.935l49.565-213.131-165.13-144.13q-10.261-8.696-12.892-20.022-2.63-11.326.5-22.153 2.566-10.826 12.109-18.304 9.544-7.479 22.935-8.479l218.131-19 84.565-201.695q5.131-12.392 15.674-18.305 10.544-5.913 21.37-5.913t21.37 5.913q10.543 5.913 15.674 18.305l84.565 201.695 218.696 19q12.826 1 22.37 8.479 9.543 7.478 12.109 18.304 3.13 10.827.5 22.153-2.631 11.326-12.892 20.022l-165.13 144.13 49.565 213.131q2.565 13.391-1.783 23.935-4.348 10.543-13.609 17.239-9.261 6.696-21.087 7.479-11.826.782-23.218-5.914L480-213.173Zm0-220.697Z"/></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,{StarSVG:()=>l,default:()=>n});var e=r(4539),t=r(7372);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/Star/index.js","mappings":"kEAcA,6uB,0CCAA,45B,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,EAAWC,IALxB,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/Star/icon-fill.svg","webpack://icons/./src/svg/Star/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/Star/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-213.173-187.13 113.13q-11.392 6.696-23.218 5.914-11.826-.783-21.087-7.479t-13.609-17.239q-4.348-10.544-1.783-23.935l49.565-213.131-165.13-144.13q-10.261-8.696-12.892-20.022-2.63-11.326.5-22.153 2.566-10.826 12.109-18.304 9.544-7.479 22.935-8.479l218.131-19 84.565-201.695q5.131-12.392 15.674-18.305 10.544-5.913 21.37-5.913t21.37 5.913q10.543 5.913 15.674 18.305l84.565 201.695 218.696 19q12.826 1 22.37 8.479 9.543 7.478 12.109 18.304 3.13 10.827.5 22.153-2.631 11.326-12.892 20.022l-165.13 144.13 49.565 213.131q2.565 13.391-1.783 23.935-4.348 10.543-13.609 17.239-9.261 6.696-21.087 7.479-11.826.782-23.218-5.914L480-213.173Z\"\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-213.173-187.13 113.13q-11.392 6.696-23.218 5.914-11.826-.783-21.087-7.479t-13.609-17.239q-4.348-10.544-1.783-23.935l49.565-213.131-165.13-144.13q-10.261-8.696-12.892-20.022-2.63-11.326.5-22.153 2.566-10.826 12.109-18.304 9.544-7.479 22.935-8.479l218.131-19 84.565-201.695q5.131-12.392 15.674-18.305 10.544-5.913 21.37-5.913t21.37 5.913q10.543 5.913 15.674 18.305l84.565 201.695 218.696 19q12.826 1 22.37 8.479 9.543 7.478 12.109 18.304 3.13 10.827.5 22.153-2.631 11.326-12.892 20.022l-165.13 144.13 49.565 213.131q2.565 13.391-1.783 23.935-4.348 10.543-13.609 17.239-9.261 6.696-21.087 7.479-11.826.782-23.218-5.914L480-213.173Z\\\"/></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: \"M330.913-216.305 480-305.218l149.087 89.913-40.305-168.391 131.217-114.347-172.956-14.87L480-671.869l-67.043 158.521-172.956 14.305 131.217 113.782-40.305 168.956ZM480-213.173l-187.13 113.13q-11.392 6.696-23.218 5.914-11.826-.783-21.087-7.479t-13.609-17.239q-4.348-10.544-1.783-23.935l49.565-213.131-165.13-144.13q-10.261-8.696-12.892-20.022-2.63-11.326.5-22.153 2.566-10.826 12.109-18.304 9.544-7.479 22.935-8.479l218.131-19 84.565-201.695q5.131-12.392 15.674-18.305 10.544-5.913 21.37-5.913t21.37 5.913q10.543 5.913 15.674 18.305l84.565 201.695 218.696 19q12.826 1 22.37 8.479 9.543 7.478 12.109 18.304 3.13 10.827.5 22.153-2.631 11.326-12.892 20.022l-165.13 144.13 49.565 213.131q2.565 13.391-1.783 23.935-4.348 10.543-13.609 17.239-9.261 6.696-21.087 7.479-11.826.782-23.218-5.914L480-213.173Zm0-220.697Z\"\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=\\\"M330.913-216.305 480-305.218l149.087 89.913-40.305-168.391 131.217-114.347-172.956-14.87L480-671.869l-67.043 158.521-172.956 14.305 131.217 113.782-40.305 168.956ZM480-213.173l-187.13 113.13q-11.392 6.696-23.218 5.914-11.826-.783-21.087-7.479t-13.609-17.239q-4.348-10.544-1.783-23.935l49.565-213.131-165.13-144.13q-10.261-8.696-12.892-20.022-2.63-11.326.5-22.153 2.566-10.826 12.109-18.304 9.544-7.479 22.935-8.479l218.131-19 84.565-201.695q5.131-12.392 15.674-18.305 10.544-5.913 21.37-5.913t21.37 5.913q10.543 5.913 15.674 18.305l84.565 201.695 218.696 19q12.826 1 22.37 8.479 9.543 7.478 12.109 18.304 3.13 10.827.5 22.153-2.631 11.326-12.892 20.022l-165.13 144.13 49.565 213.131q2.565 13.391-1.783 23.935-4.348 10.543-13.609 17.239-9.261 6.696-21.087 7.479-11.826.782-23.218-5.914L480-213.173Zm0-220.697Z\\\"/></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 StarSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default StarSVG;\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","StarSVG","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.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.087ZM480-295.826q33.87 0 62.304-16.587 28.435-16.587 45.87-46.022 6.565-12.13 19.978-16.261 13.413-4.13 27.837-4.13h138.924v-396.087H185.087v396.087h139.652q13.618 0 27.07 4.13 13.452 4.131 20.017 16.261 17.435 29.435 45.87 46.022Q446.13-295.826 480-295.826Zm-30-238.783v-161.826q0-12.435 8.5-21.217 8.5-8.783 21.5-8.783t21.5 8.783q8.5 8.782 8.5 21.217v161.826l60.213-60.213q3.787-3.787 13.244-1.83 9.456 1.957 17.783 4.218 8.326 2.261 13.195 2.565 4.87.304-1.305-5.435 9 9 9 21.5t-9 21.5L508.348-447.522q-6.224 6.079-13.501 9.235-7.277 3.157-14.91 3.157t-14.865-3.157q-7.233-3.156-13.42-9.235L347.435-552.304q-3.435-3.87-1.978-13.326 1.456-9.457 4.217-17.783 2.761-8.327 3.566-13.196.804-4.87-4.805 1.305 9-9 21.217-8.718 12.218.283 21.218 9.283l59.13 60.13Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M450-534.609v-161.826q0-12.435 8.5-21.217 8.5-8.783 21.5-8.783t21.5 8.783q8.5 8.782 8.5 21.217v161.826l60.213-60.213q3.787-3.787 13.244-1.83 9.456 1.957 17.783 4.218 8.326 2.261 13.195 2.565 4.87.304-1.305-5.435 9 9 9 21.5t-9 21.5L508.348-447.522q-6.224 6.079-13.501 9.235-7.277 3.157-14.91 3.157t-14.865-3.157q-7.233-3.156-13.42-9.235L347.435-552.304q-3.435-3.87-1.978-13.326 1.456-9.457 4.217-17.783 2.761-8.327 3.566-13.196.804-4.87-4.805 1.305 9-9 21.217-8.718 12.218.283 21.218 9.283l59.13 60.13Zm-264.913 428.74q-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-133.739H634q-26 40-67.5 61.5t-86.5 21.5q-45 0-86.5-21.5t-67.5-61.5H185.087v133.739ZM480-295.826q33.655 0 62.887-16.115 29.231-16.116 45.287-46.494 7.694-10.904 20.519-15.648 12.824-4.743 27.296-4.743h138.924v-396.087H185.087v396.087h139.652q13.666 0 26.529 4.743 12.864 4.744 20.558 15.648 16.056 30.378 45.287 46.494 29.232 16.115 62.887 16.115ZM185.087-185.087h589.826-589.826Z"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(()=>{"use strict";var t={2828:(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.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.087ZM480-295.826q33.87 0 62.304-16.587 28.435-16.587 45.87-46.022 6.565-12.13 19.978-16.261 13.413-4.13 27.837-4.13h138.924v-396.087H185.087v396.087h139.652q13.618 0 27.07 4.13 13.452 4.131 20.017 16.261 17.435 29.435 45.87 46.022Q446.13-295.826 480-295.826Zm-30-238.783v-161.826q0-12.435 8.5-21.217 8.5-8.783 21.5-8.783t21.5 8.783q8.5 8.782 8.5 21.217v161.826l60.213-60.213q3.787-3.787 13.244-1.83 9.456 1.957 17.783 4.218 8.326 2.261 13.195 2.565 4.87.304-1.305-5.435 9 9 9 21.5t-9 21.5L508.348-447.522q-6.224 6.079-13.501 9.235-7.277 3.157-14.91 3.157t-14.865-3.157q-7.233-3.156-13.42-9.235L347.435-552.304q-3.435-3.87-1.978-13.326 1.456-9.457 4.217-17.783 2.761-8.327 3.566-13.196.804-4.87-4.805 1.305 9-9 21.217-8.718 12.218.283 21.218 9.283l59.13 60.13Z"/></svg>'},159:(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="M450-534.609v-161.826q0-12.435 8.5-21.217 8.5-8.783 21.5-8.783t21.5 8.783q8.5 8.782 8.5 21.217v161.826l60.213-60.213q3.787-3.787 13.244-1.83 9.456 1.957 17.783 4.218 8.326 2.261 13.195 2.565 4.87.304-1.305-5.435 9 9 9 21.5t-9 21.5L508.348-447.522q-6.224 6.079-13.501 9.235-7.277 3.157-14.91 3.157t-14.865-3.157q-7.233-3.156-13.42-9.235L347.435-552.304q-3.435-3.87-1.978-13.326 1.456-9.457 4.217-17.783 2.761-8.327 3.566-13.196.804-4.87-4.805 1.305 9-9 21.217-8.718 12.218.283 21.218 9.283l59.13 60.13Zm-264.913 428.74q-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-133.739H634q-26 40-67.5 61.5t-86.5 21.5q-45 0-86.5-21.5t-67.5-61.5H185.087v133.739ZM480-295.826q33.655 0 62.887-16.115 29.231-16.116 45.287-46.494 7.694-10.904 20.519-15.648 12.824-4.743 27.296-4.743h138.924v-396.087H185.087v396.087h139.652q13.666 0 26.529 4.743 12.864 4.744 20.558 15.648 16.056 30.378 45.287 46.494 29.232 16.115 62.887 16.115ZM185.087-185.087h589.826-589.826Z"/></svg>'},9497:t=>{t.exports=require("react")}},e={};function r(o){var v=e[o];if(void 0!==v)return v.exports;var l=e[o]={exports:{}};return t[o](l,l.exports,r),l.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,{SubmissionSVG:()=>v,default:()=>l});var t=r(2828),e=r(159);const v=r=>{var o;return"outlined"===(null!=(o=null==r?void 0:r.variant)?o:"filled")?e.Z:t.Z},l=v})(),module.exports=o})();
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg/Submission/index.js","mappings":"kEAcA,omC,yCCAA,ovC,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,EAAiBC,IAL9B,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/Submission/icon-fill.svg","webpack://icons/./src/svg/Submission/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/Submission/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.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.087ZM480-295.826q33.87 0 62.304-16.587 28.435-16.587 45.87-46.022 6.565-12.13 19.978-16.261 13.413-4.13 27.837-4.13h138.924v-396.087H185.087v396.087h139.652q13.618 0 27.07 4.13 13.452 4.131 20.017 16.261 17.435 29.435 45.87 46.022Q446.13-295.826 480-295.826Zm-30-238.783v-161.826q0-12.435 8.5-21.217 8.5-8.783 21.5-8.783t21.5 8.783q8.5 8.782 8.5 21.217v161.826l60.213-60.213q3.787-3.787 13.244-1.83 9.456 1.957 17.783 4.218 8.326 2.261 13.195 2.565 4.87.304-1.305-5.435 9 9 9 21.5t-9 21.5L508.348-447.522q-6.224 6.079-13.501 9.235-7.277 3.157-14.91 3.157t-14.865-3.157q-7.233-3.156-13.42-9.235L347.435-552.304q-3.435-3.87-1.978-13.326 1.456-9.457 4.217-17.783 2.761-8.327 3.566-13.196.804-4.87-4.805 1.305 9-9 21.217-8.718 12.218.283 21.218 9.283l59.13 60.13Z\"\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.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.087ZM480-295.826q33.87 0 62.304-16.587 28.435-16.587 45.87-46.022 6.565-12.13 19.978-16.261 13.413-4.13 27.837-4.13h138.924v-396.087H185.087v396.087h139.652q13.618 0 27.07 4.13 13.452 4.131 20.017 16.261 17.435 29.435 45.87 46.022Q446.13-295.826 480-295.826Zm-30-238.783v-161.826q0-12.435 8.5-21.217 8.5-8.783 21.5-8.783t21.5 8.783q8.5 8.782 8.5 21.217v161.826l60.213-60.213q3.787-3.787 13.244-1.83 9.456 1.957 17.783 4.218 8.326 2.261 13.195 2.565 4.87.304-1.305-5.435 9 9 9 21.5t-9 21.5L508.348-447.522q-6.224 6.079-13.501 9.235-7.277 3.157-14.91 3.157t-14.865-3.157q-7.233-3.156-13.42-9.235L347.435-552.304q-3.435-3.87-1.978-13.326 1.456-9.457 4.217-17.783 2.761-8.327 3.566-13.196.804-4.87-4.805 1.305 9-9 21.217-8.718 12.218.283 21.218 9.283l59.13 60.13Z\\\"/></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: \"M450-534.609v-161.826q0-12.435 8.5-21.217 8.5-8.783 21.5-8.783t21.5 8.783q8.5 8.782 8.5 21.217v161.826l60.213-60.213q3.787-3.787 13.244-1.83 9.456 1.957 17.783 4.218 8.326 2.261 13.195 2.565 4.87.304-1.305-5.435 9 9 9 21.5t-9 21.5L508.348-447.522q-6.224 6.079-13.501 9.235-7.277 3.157-14.91 3.157t-14.865-3.157q-7.233-3.156-13.42-9.235L347.435-552.304q-3.435-3.87-1.978-13.326 1.456-9.457 4.217-17.783 2.761-8.327 3.566-13.196.804-4.87-4.805 1.305 9-9 21.217-8.718 12.218.283 21.218 9.283l59.13 60.13Zm-264.913 428.74q-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-133.739H634q-26 40-67.5 61.5t-86.5 21.5q-45 0-86.5-21.5t-67.5-61.5H185.087v133.739ZM480-295.826q33.655 0 62.887-16.115 29.231-16.116 45.287-46.494 7.694-10.904 20.519-15.648 12.824-4.743 27.296-4.743h138.924v-396.087H185.087v396.087h139.652q13.666 0 26.529 4.743 12.864 4.744 20.558 15.648 16.056 30.378 45.287 46.494 29.232 16.115 62.887 16.115ZM185.087-185.087h589.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=\\\"M450-534.609v-161.826q0-12.435 8.5-21.217 8.5-8.783 21.5-8.783t21.5 8.783q8.5 8.782 8.5 21.217v161.826l60.213-60.213q3.787-3.787 13.244-1.83 9.456 1.957 17.783 4.218 8.326 2.261 13.195 2.565 4.87.304-1.305-5.435 9 9 9 21.5t-9 21.5L508.348-447.522q-6.224 6.079-13.501 9.235-7.277 3.157-14.91 3.157t-14.865-3.157q-7.233-3.156-13.42-9.235L347.435-552.304q-3.435-3.87-1.978-13.326 1.456-9.457 4.217-17.783 2.761-8.327 3.566-13.196.804-4.87-4.805 1.305 9-9 21.217-8.718 12.218.283 21.218 9.283l59.13 60.13Zm-264.913 428.74q-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-133.739H634q-26 40-67.5 61.5t-86.5 21.5q-45 0-86.5-21.5t-67.5-61.5H185.087v133.739ZM480-295.826q33.655 0 62.887-16.115 29.231-16.116 45.287-46.494 7.694-10.904 20.519-15.648 12.824-4.743 27.296-4.743h138.924v-396.087H185.087v396.087h139.652q13.666 0 26.529 4.743 12.864 4.744 20.558 15.648 16.056 30.378 45.287 46.494 29.232 16.115 62.887 16.115ZM185.087-185.087h589.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 SubmissionSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default SubmissionSVG;\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","SubmissionSVG","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="M105.869-185.087v-589.826q0-33.49 22.981-56.637 22.98-23.146 56.237-23.146h589.826q33.49 0 56.637 23.146 23.146 23.147 23.146 56.637v589.826q0 33.257-23.146 56.237-23.147 22.981-56.637 22.981H185.087q-33.257 0-56.237-22.981-22.981-22.98-22.981-56.237Zm79.218-442.261h589.826v-147.565H185.087v147.565Zm216.609 221.13h156.608v-161.13H401.696v161.13Zm0 221.131h156.608v-161.131H401.696v161.131ZM185.087-406.218h156.609v-161.13H185.087v161.13Zm433.217 0h156.609v-161.13H618.304v161.13ZM185.087-185.087h156.609v-161.131H185.087v161.131Zm433.217 0h156.609v-161.131H618.304v161.131Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M105.869-185.087v-589.826q0-33.49 22.981-56.637 22.98-23.146 56.237-23.146h589.826q33.49 0 56.637 23.146 23.146 23.147 23.146 56.637v589.826q0 33.257-23.146 56.237-23.147 22.981-56.637 22.981H185.087q-33.257 0-56.237-22.981-22.981-22.98-22.981-56.237Zm79.218-442.261h589.826v-147.565H185.087v147.565Zm216.609 221.13h156.608v-161.13H401.696v161.13Zm0 221.131h156.608v-161.131H401.696v161.131ZM185.087-406.218h156.609v-161.13H185.087v161.13Zm433.217 0h156.609v-161.13H618.304v161.13ZM185.087-185.087h156.609v-161.131H185.087v161.131Zm433.217 0h156.609v-161.131H618.304v161.131Z"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(()=>{"use strict";var e={2158:(e,v,t)=>{t.d(v,{Z:()=>r});t(9497);const r='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M105.869-185.087v-589.826q0-33.49 22.981-56.637 22.98-23.146 56.237-23.146h589.826q33.49 0 56.637 23.146 23.146 23.147 23.146 56.637v589.826q0 33.257-23.146 56.237-23.147 22.981-56.637 22.981H185.087q-33.257 0-56.237-22.981-22.981-22.98-22.981-56.237Zm79.218-442.261h589.826v-147.565H185.087v147.565Zm216.609 221.13h156.608v-161.13H401.696v161.13Zm0 221.131h156.608v-161.131H401.696v161.131ZM185.087-406.218h156.609v-161.13H185.087v161.13Zm433.217 0h156.609v-161.13H618.304v161.13ZM185.087-185.087h156.609v-161.131H185.087v161.131Zm433.217 0h156.609v-161.131H618.304v161.131Z"/></svg>'},4369:(e,v,t)=>{t.d(v,{Z:()=>r});t(9497);const r='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M105.869-185.087v-589.826q0-33.49 22.981-56.637 22.98-23.146 56.237-23.146h589.826q33.49 0 56.637 23.146 23.146 23.147 23.146 56.637v589.826q0 33.257-23.146 56.237-23.147 22.981-56.637 22.981H185.087q-33.257 0-56.237-22.981-22.981-22.98-22.981-56.237Zm79.218-442.261h589.826v-147.565H185.087v147.565Zm216.609 221.13h156.608v-161.13H401.696v161.13Zm0 221.131h156.608v-161.131H401.696v161.131ZM185.087-406.218h156.609v-161.13H185.087v161.13Zm433.217 0h156.609v-161.13H618.304v161.13ZM185.087-185.087h156.609v-161.131H185.087v161.131Zm433.217 0h156.609v-161.131H618.304v161.131Z"/></svg>'},9497:e=>{e.exports=require("react")}},v={};function t(r){var o=v[r];if(void 0!==o)return o.exports;var h=v[r]={exports:{}};return e[r](h,h.exports,t),h.exports}t.n=e=>{var v=e&&e.__esModule?()=>e.default:()=>e;return t.d(v,{a:v}),v},t.d=(e,v)=>{for(var r in v)t.o(v,r)&&!t.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:v[r]})},t.o=(e,v)=>Object.prototype.hasOwnProperty.call(e,v),t.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var r={};(()=>{t.r(r),t.d(r,{TableSVG:()=>o,default:()=>h});var e=t(2158),v=t(4369);const o=t=>{var r;return"outlined"===(null!=(r=null==t?void 0:t.variant)?r:"filled")?v.Z:e.Z},h=o})(),module.exports=r})();
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg/Table/index.js","mappings":"kEAcA,mrB,0CCAA,mrB,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,oFCAvD,MAAMC,EAAYC,IALzB,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/Table/icon-fill.svg","webpack://icons/./src/svg/Table/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/Table/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: \"M105.869-185.087v-589.826q0-33.49 22.981-56.637 22.98-23.146 56.237-23.146h589.826q33.49 0 56.637 23.146 23.146 23.147 23.146 56.637v589.826q0 33.257-23.146 56.237-23.147 22.981-56.637 22.981H185.087q-33.257 0-56.237-22.981-22.981-22.98-22.981-56.237Zm79.218-442.261h589.826v-147.565H185.087v147.565Zm216.609 221.13h156.608v-161.13H401.696v161.13Zm0 221.131h156.608v-161.131H401.696v161.131ZM185.087-406.218h156.609v-161.13H185.087v161.13Zm433.217 0h156.609v-161.13H618.304v161.13ZM185.087-185.087h156.609v-161.131H185.087v161.131Zm433.217 0h156.609v-161.131H618.304v161.131Z\"\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=\\\"M105.869-185.087v-589.826q0-33.49 22.981-56.637 22.98-23.146 56.237-23.146h589.826q33.49 0 56.637 23.146 23.146 23.147 23.146 56.637v589.826q0 33.257-23.146 56.237-23.147 22.981-56.637 22.981H185.087q-33.257 0-56.237-22.981-22.981-22.98-22.981-56.237Zm79.218-442.261h589.826v-147.565H185.087v147.565Zm216.609 221.13h156.608v-161.13H401.696v161.13Zm0 221.131h156.608v-161.131H401.696v161.131ZM185.087-406.218h156.609v-161.13H185.087v161.13Zm433.217 0h156.609v-161.13H618.304v161.13ZM185.087-185.087h156.609v-161.131H185.087v161.131Zm433.217 0h156.609v-161.131H618.304v161.131Z\\\"/></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: \"M105.869-185.087v-589.826q0-33.49 22.981-56.637 22.98-23.146 56.237-23.146h589.826q33.49 0 56.637 23.146 23.146 23.147 23.146 56.637v589.826q0 33.257-23.146 56.237-23.147 22.981-56.637 22.981H185.087q-33.257 0-56.237-22.981-22.981-22.98-22.981-56.237Zm79.218-442.261h589.826v-147.565H185.087v147.565Zm216.609 221.13h156.608v-161.13H401.696v161.13Zm0 221.131h156.608v-161.131H401.696v161.131ZM185.087-406.218h156.609v-161.13H185.087v161.13Zm433.217 0h156.609v-161.13H618.304v161.13ZM185.087-185.087h156.609v-161.131H185.087v161.131Zm433.217 0h156.609v-161.131H618.304v161.131Z\"\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=\\\"M105.869-185.087v-589.826q0-33.49 22.981-56.637 22.98-23.146 56.237-23.146h589.826q33.49 0 56.637 23.146 23.146 23.147 23.146 56.637v589.826q0 33.257-23.146 56.237-23.147 22.981-56.637 22.981H185.087q-33.257 0-56.237-22.981-22.981-22.98-22.981-56.237Zm79.218-442.261h589.826v-147.565H185.087v147.565Zm216.609 221.13h156.608v-161.13H401.696v161.13Zm0 221.131h156.608v-161.131H401.696v161.131ZM185.087-406.218h156.609v-161.13H185.087v161.13Zm433.217 0h156.609v-161.13H618.304v161.13ZM185.087-185.087h156.609v-161.131H185.087v161.131Zm433.217 0h156.609v-161.131H618.304v161.131Z\\\"/></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 TableSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default TableSVG;\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","TableSVG","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.582-532.087q-59.061 0-99.887-41.135-40.826-41.136-40.826-100.002 0-58.866 41.121-99.887 41.122-41.02 99.988-41.02t99.901 41.064q41.034 41.065 41.034 99.851 0 59.06-41.135 100.095-41.136 41.034-100.196 41.034Zm-.091-79.218q25.793 0 43.998-18.055 18.206-18.055 18.206-43.847 0-25.793-18.055-43.467t-43.847-17.674q-25.793 0-43.467 17.523t-17.674 43.316q0 25.793 17.523 43.998 17.523 18.206 43.316 18.206Zm386.514 465.436q-58.701 0-99.81-41.018-41.108-41.019-41.108-99.914t41.135-100.004q41.136-41.108 100.196-41.108 59.061 0 100.17 41.378 41.108 41.378 41.108 99.913t-41.495 99.644q-41.495 41.109-100.196 41.109Zm.202-79.218q25.793 0 43.467-17.939 17.674-17.938 17.674-43.565 0-25.626-17.523-43.582-17.523-17.957-43.316-17.957-25.793 0-43.998 17.939-18.206 17.938-18.206 43.565 0 25.626 18.055 43.582 18.055 17.957 43.847 17.957Zm-499.555 51.435q-12.392-11.989-12.392-27.582 0-15.592 12.392-27.984l558.261-557.695q11.826-11.827 27.5-11.827t27.5 12.109q11.827 12.109 11.827 27.501 0 15.391-11.827 27.217L229.218-173.652q-12.128 12.392-27.934 12.392-15.806 0-27.632-12.392Z"/></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.582-532.087q-59.061 0-99.887-41.135-40.826-41.136-40.826-100.002 0-58.866 41.121-99.887 41.122-41.02 99.988-41.02t99.901 41.064q41.034 41.065 41.034 99.851 0 59.06-41.135 100.095-41.136 41.034-100.196 41.034Zm-.091-79.218q25.793 0 43.998-18.055 18.206-18.055 18.206-43.847 0-25.793-18.055-43.467t-43.847-17.674q-25.793 0-43.467 17.523t-17.674 43.316q0 25.793 17.523 43.998 17.523 18.206 43.316 18.206Zm386.514 465.436q-58.701 0-99.81-41.018-41.108-41.019-41.108-99.914t41.135-100.004q41.136-41.108 100.196-41.108 59.061 0 100.17 41.378 41.108 41.378 41.108 99.913t-41.495 99.644q-41.495 41.109-100.196 41.109Zm.202-79.218q25.793 0 43.467-17.939 17.674-17.938 17.674-43.565 0-25.626-17.523-43.582-17.523-17.957-43.316-17.957-25.793 0-43.998 17.939-18.206 17.938-18.206 43.565 0 25.626 18.055 43.582 18.055 17.957 43.847 17.957Zm-499.555 51.435q-12.392-11.989-12.392-27.582 0-15.592 12.392-27.984l558.261-557.695q11.826-11.827 27.5-11.827t27.5 12.109q11.827 12.109 11.827 27.501 0 15.391-11.827 27.217L229.218-173.652q-12.128 12.392-27.934 12.392-15.806 0-27.632-12.392Z"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(()=>{"use strict";var t={90:(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="M286.582-532.087q-59.061 0-99.887-41.135-40.826-41.136-40.826-100.002 0-58.866 41.121-99.887 41.122-41.02 99.988-41.02t99.901 41.064q41.034 41.065 41.034 99.851 0 59.06-41.135 100.095-41.136 41.034-100.196 41.034Zm-.091-79.218q25.793 0 43.998-18.055 18.206-18.055 18.206-43.847 0-25.793-18.055-43.467t-43.847-17.674q-25.793 0-43.467 17.523t-17.674 43.316q0 25.793 17.523 43.998 17.523 18.206 43.316 18.206Zm386.514 465.436q-58.701 0-99.81-41.018-41.108-41.019-41.108-99.914t41.135-100.004q41.136-41.108 100.196-41.108 59.061 0 100.17 41.378 41.108 41.378 41.108 99.913t-41.495 99.644q-41.495 41.109-100.196 41.109Zm.202-79.218q25.793 0 43.467-17.939 17.674-17.938 17.674-43.565 0-25.626-17.523-43.582-17.523-17.957-43.316-17.957-25.793 0-43.998 17.939-18.206 17.938-18.206 43.565 0 25.626 18.055 43.582 18.055 17.957 43.847 17.957Zm-499.555 51.435q-12.392-11.989-12.392-27.582 0-15.592 12.392-27.984l558.261-557.695q11.826-11.827 27.5-11.827t27.5 12.109q11.827 12.109 11.827 27.501 0 15.391-11.827 27.217L229.218-173.652q-12.128 12.392-27.934 12.392-15.806 0-27.632-12.392Z"/></svg>'},1096:(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="M286.582-532.087q-59.061 0-99.887-41.135-40.826-41.136-40.826-100.002 0-58.866 41.121-99.887 41.122-41.02 99.988-41.02t99.901 41.064q41.034 41.065 41.034 99.851 0 59.06-41.135 100.095-41.136 41.034-100.196 41.034Zm-.091-79.218q25.793 0 43.998-18.055 18.206-18.055 18.206-43.847 0-25.793-18.055-43.467t-43.847-17.674q-25.793 0-43.467 17.523t-17.674 43.316q0 25.793 17.523 43.998 17.523 18.206 43.316 18.206Zm386.514 465.436q-58.701 0-99.81-41.018-41.108-41.019-41.108-99.914t41.135-100.004q41.136-41.108 100.196-41.108 59.061 0 100.17 41.378 41.108 41.378 41.108 99.913t-41.495 99.644q-41.495 41.109-100.196 41.109Zm.202-79.218q25.793 0 43.467-17.939 17.674-17.938 17.674-43.565 0-25.626-17.523-43.582-17.523-17.957-43.316-17.957-25.793 0-43.998 17.939-18.206 17.938-18.206 43.565 0 25.626 18.055 43.582 18.055 17.957 43.847 17.957Zm-499.555 51.435q-12.392-11.989-12.392-27.582 0-15.592 12.392-27.984l558.261-557.695q11.826-11.827 27.5-11.827t27.5 12.109q11.827 12.109 11.827 27.501 0 15.391-11.827 27.217L229.218-173.652q-12.128 12.392-27.934 12.392-15.806 0-27.632-12.392Z"/></svg>'},9497:t=>{t.exports=require("react")}},e={};function r(o){var q=e[o];if(void 0!==q)return q.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,{TaxSVG:()=>q,default:()=>n});var t=r(90),e=r(1096);const q=r=>{var o;return"outlined"===(null!=(o=null==r?void 0:r.variant)?o:"filled")?e.Z:t.Z},n=q})(),module.exports=o})();
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg/Tax/index.js","mappings":"gEAcA,qqC,0CCAA,qqC,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,gFCAvD,MAAMC,EAAUC,IALvB,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/Tax/icon-fill.svg","webpack://icons/./src/svg/Tax/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/Tax/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.582-532.087q-59.061 0-99.887-41.135-40.826-41.136-40.826-100.002 0-58.866 41.121-99.887 41.122-41.02 99.988-41.02t99.901 41.064q41.034 41.065 41.034 99.851 0 59.06-41.135 100.095-41.136 41.034-100.196 41.034Zm-.091-79.218q25.793 0 43.998-18.055 18.206-18.055 18.206-43.847 0-25.793-18.055-43.467t-43.847-17.674q-25.793 0-43.467 17.523t-17.674 43.316q0 25.793 17.523 43.998 17.523 18.206 43.316 18.206Zm386.514 465.436q-58.701 0-99.81-41.018-41.108-41.019-41.108-99.914t41.135-100.004q41.136-41.108 100.196-41.108 59.061 0 100.17 41.378 41.108 41.378 41.108 99.913t-41.495 99.644q-41.495 41.109-100.196 41.109Zm.202-79.218q25.793 0 43.467-17.939 17.674-17.938 17.674-43.565 0-25.626-17.523-43.582-17.523-17.957-43.316-17.957-25.793 0-43.998 17.939-18.206 17.938-18.206 43.565 0 25.626 18.055 43.582 18.055 17.957 43.847 17.957Zm-499.555 51.435q-12.392-11.989-12.392-27.582 0-15.592 12.392-27.984l558.261-557.695q11.826-11.827 27.5-11.827t27.5 12.109q11.827 12.109 11.827 27.501 0 15.391-11.827 27.217L229.218-173.652q-12.128 12.392-27.934 12.392-15.806 0-27.632-12.392Z\"\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.582-532.087q-59.061 0-99.887-41.135-40.826-41.136-40.826-100.002 0-58.866 41.121-99.887 41.122-41.02 99.988-41.02t99.901 41.064q41.034 41.065 41.034 99.851 0 59.06-41.135 100.095-41.136 41.034-100.196 41.034Zm-.091-79.218q25.793 0 43.998-18.055 18.206-18.055 18.206-43.847 0-25.793-18.055-43.467t-43.847-17.674q-25.793 0-43.467 17.523t-17.674 43.316q0 25.793 17.523 43.998 17.523 18.206 43.316 18.206Zm386.514 465.436q-58.701 0-99.81-41.018-41.108-41.019-41.108-99.914t41.135-100.004q41.136-41.108 100.196-41.108 59.061 0 100.17 41.378 41.108 41.378 41.108 99.913t-41.495 99.644q-41.495 41.109-100.196 41.109Zm.202-79.218q25.793 0 43.467-17.939 17.674-17.938 17.674-43.565 0-25.626-17.523-43.582-17.523-17.957-43.316-17.957-25.793 0-43.998 17.939-18.206 17.938-18.206 43.565 0 25.626 18.055 43.582 18.055 17.957 43.847 17.957Zm-499.555 51.435q-12.392-11.989-12.392-27.582 0-15.592 12.392-27.984l558.261-557.695q11.826-11.827 27.5-11.827t27.5 12.109q11.827 12.109 11.827 27.501 0 15.391-11.827 27.217L229.218-173.652q-12.128 12.392-27.934 12.392-15.806 0-27.632-12.392Z\\\"/></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.582-532.087q-59.061 0-99.887-41.135-40.826-41.136-40.826-100.002 0-58.866 41.121-99.887 41.122-41.02 99.988-41.02t99.901 41.064q41.034 41.065 41.034 99.851 0 59.06-41.135 100.095-41.136 41.034-100.196 41.034Zm-.091-79.218q25.793 0 43.998-18.055 18.206-18.055 18.206-43.847 0-25.793-18.055-43.467t-43.847-17.674q-25.793 0-43.467 17.523t-17.674 43.316q0 25.793 17.523 43.998 17.523 18.206 43.316 18.206Zm386.514 465.436q-58.701 0-99.81-41.018-41.108-41.019-41.108-99.914t41.135-100.004q41.136-41.108 100.196-41.108 59.061 0 100.17 41.378 41.108 41.378 41.108 99.913t-41.495 99.644q-41.495 41.109-100.196 41.109Zm.202-79.218q25.793 0 43.467-17.939 17.674-17.938 17.674-43.565 0-25.626-17.523-43.582-17.523-17.957-43.316-17.957-25.793 0-43.998 17.939-18.206 17.938-18.206 43.565 0 25.626 18.055 43.582 18.055 17.957 43.847 17.957Zm-499.555 51.435q-12.392-11.989-12.392-27.582 0-15.592 12.392-27.984l558.261-557.695q11.826-11.827 27.5-11.827t27.5 12.109q11.827 12.109 11.827 27.501 0 15.391-11.827 27.217L229.218-173.652q-12.128 12.392-27.934 12.392-15.806 0-27.632-12.392Z\"\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.582-532.087q-59.061 0-99.887-41.135-40.826-41.136-40.826-100.002 0-58.866 41.121-99.887 41.122-41.02 99.988-41.02t99.901 41.064q41.034 41.065 41.034 99.851 0 59.06-41.135 100.095-41.136 41.034-100.196 41.034Zm-.091-79.218q25.793 0 43.998-18.055 18.206-18.055 18.206-43.847 0-25.793-18.055-43.467t-43.847-17.674q-25.793 0-43.467 17.523t-17.674 43.316q0 25.793 17.523 43.998 17.523 18.206 43.316 18.206Zm386.514 465.436q-58.701 0-99.81-41.018-41.108-41.019-41.108-99.914t41.135-100.004q41.136-41.108 100.196-41.108 59.061 0 100.17 41.378 41.108 41.378 41.108 99.913t-41.495 99.644q-41.495 41.109-100.196 41.109Zm.202-79.218q25.793 0 43.467-17.939 17.674-17.938 17.674-43.565 0-25.626-17.523-43.582-17.523-17.957-43.316-17.957-25.793 0-43.998 17.939-18.206 17.938-18.206 43.565 0 25.626 18.055 43.582 18.055 17.957 43.847 17.957Zm-499.555 51.435q-12.392-11.989-12.392-27.582 0-15.592 12.392-27.984l558.261-557.695q11.826-11.827 27.5-11.827t27.5 12.109q11.827 12.109 11.827 27.501 0 15.391-11.827 27.217L229.218-173.652q-12.128 12.392-27.934 12.392-15.806 0-27.632-12.392Z\\\"/></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 TaxSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default TaxSVG;\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","TaxSVG","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="M105.869-425v-356.13q0-29.596 21.819-51.581 21.819-21.985 51.182-21.985h274.521V-425H105.869Zm400.74-429.696H781.13q29.596 0 51.581 21.985 21.985 21.985 21.985 51.581v192.348H506.609v-265.914Zm0 748.827V-535h348.087v356.13q0 29.363-21.985 51.182-21.985 21.819-51.581 21.819H506.609Zm-400.74-265.349h347.522v265.349H178.87q-29.363 0-51.182-21.819-21.819-21.819-21.819-51.182v-192.348Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M105.869-425v-356.13q0-29.596 21.819-51.581 21.819-21.985 51.182-21.985h274.521V-425H105.869Zm274.522-73.001Zm126.218-356.695H781.13q29.596 0 51.581 21.985 21.985 21.985 21.985 51.581v192.348H506.609v-265.914Zm0 748.827V-535h348.087v356.13q0 29.363-21.985 51.182-21.985 21.819-51.581 21.819H506.609Zm-400.74-265.349h347.522v265.349H178.87q-29.363 0-51.182-21.819-21.819-21.819-21.819-51.182v-192.348Zm274.522 72.436Zm199.218-362.436Zm0 199.219ZM178.87-498.001h201.521V-781.13H178.87v283.129Zm400.739-163.217H781.13V-781.13H579.609v119.912Zm0 199.219v283.129H781.13v-283.129H579.609ZM178.87-298.782v119.912h201.521v-119.912H178.87Z"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(()=>{"use strict";var e={5345:(e,t,r)=>{r.d(t,{Z:()=>v});r(9497);const v='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M105.869-425v-356.13q0-29.596 21.819-51.581 21.819-21.985 51.182-21.985h274.521V-425H105.869Zm400.74-429.696H781.13q29.596 0 51.581 21.985 21.985 21.985 21.985 51.581v192.348H506.609v-265.914Zm0 748.827V-535h348.087v356.13q0 29.363-21.985 51.182-21.985 21.819-51.581 21.819H506.609Zm-400.74-265.349h347.522v265.349H178.87q-29.363 0-51.182-21.819-21.819-21.819-21.819-51.182v-192.348Z"/></svg>'},3067:(e,t,r)=>{r.d(t,{Z:()=>v});r(9497);const v='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M105.869-425v-356.13q0-29.596 21.819-51.581 21.819-21.985 51.182-21.985h274.521V-425H105.869Zm274.522-73.001Zm126.218-356.695H781.13q29.596 0 51.581 21.985 21.985 21.985 21.985 51.581v192.348H506.609v-265.914Zm0 748.827V-535h348.087v356.13q0 29.363-21.985 51.182-21.985 21.819-51.581 21.819H506.609Zm-400.74-265.349h347.522v265.349H178.87q-29.363 0-51.182-21.819-21.819-21.819-21.819-51.182v-192.348Zm274.522 72.436Zm199.218-362.436Zm0 199.219ZM178.87-498.001h201.521V-781.13H178.87v283.129Zm400.739-163.217H781.13V-781.13H579.609v119.912Zm0 199.219v283.129H781.13v-283.129H579.609ZM178.87-298.782v119.912h201.521v-119.912H178.87Z"/></svg>'},9497:e=>{e.exports=require("react")}},t={};function r(v){var o=t[v];if(void 0!==o)return o.exports;var n=t[v]={exports:{}};return e[v](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 v in t)r.o(t,v)&&!r.o(e,v)&&Object.defineProperty(e,v,{enumerable:!0,get:t[v]})},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 v={};(()=>{r.r(v),r.d(v,{TemplatesSVG:()=>o,default:()=>n});var e=r(5345),t=r(3067);const o=r=>{var v;return"outlined"===(null!=(v=null==r?void 0:r.variant)?v:"filled")?t.Z:e.Z},n=o})(),module.exports=v})();
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg/Templates/index.js","mappings":"kEAcA,mf,0CCAA,0uB,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/Templates/icon-fill.svg","webpack://icons/./src/svg/Templates/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/Templates/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: \"M105.869-425v-356.13q0-29.596 21.819-51.581 21.819-21.985 51.182-21.985h274.521V-425H105.869Zm400.74-429.696H781.13q29.596 0 51.581 21.985 21.985 21.985 21.985 51.581v192.348H506.609v-265.914Zm0 748.827V-535h348.087v356.13q0 29.363-21.985 51.182-21.985 21.819-51.581 21.819H506.609Zm-400.74-265.349h347.522v265.349H178.87q-29.363 0-51.182-21.819-21.819-21.819-21.819-51.182v-192.348Z\"\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=\\\"M105.869-425v-356.13q0-29.596 21.819-51.581 21.819-21.985 51.182-21.985h274.521V-425H105.869Zm400.74-429.696H781.13q29.596 0 51.581 21.985 21.985 21.985 21.985 51.581v192.348H506.609v-265.914Zm0 748.827V-535h348.087v356.13q0 29.363-21.985 51.182-21.985 21.819-51.581 21.819H506.609Zm-400.74-265.349h347.522v265.349H178.87q-29.363 0-51.182-21.819-21.819-21.819-21.819-51.182v-192.348Z\\\"/></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: \"M105.869-425v-356.13q0-29.596 21.819-51.581 21.819-21.985 51.182-21.985h274.521V-425H105.869Zm274.522-73.001Zm126.218-356.695H781.13q29.596 0 51.581 21.985 21.985 21.985 21.985 51.581v192.348H506.609v-265.914Zm0 748.827V-535h348.087v356.13q0 29.363-21.985 51.182-21.985 21.819-51.581 21.819H506.609Zm-400.74-265.349h347.522v265.349H178.87q-29.363 0-51.182-21.819-21.819-21.819-21.819-51.182v-192.348Zm274.522 72.436Zm199.218-362.436Zm0 199.219ZM178.87-498.001h201.521V-781.13H178.87v283.129Zm400.739-163.217H781.13V-781.13H579.609v119.912Zm0 199.219v283.129H781.13v-283.129H579.609ZM178.87-298.782v119.912h201.521v-119.912H178.87Z\"\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=\\\"M105.869-425v-356.13q0-29.596 21.819-51.581 21.819-21.985 51.182-21.985h274.521V-425H105.869Zm274.522-73.001Zm126.218-356.695H781.13q29.596 0 51.581 21.985 21.985 21.985 21.985 51.581v192.348H506.609v-265.914Zm0 748.827V-535h348.087v356.13q0 29.363-21.985 51.182-21.985 21.819-51.581 21.819H506.609Zm-400.74-265.349h347.522v265.349H178.87q-29.363 0-51.182-21.819-21.819-21.819-21.819-51.182v-192.348Zm274.522 72.436Zm199.218-362.436Zm0 199.219ZM178.87-498.001h201.521V-781.13H178.87v283.129Zm400.739-163.217H781.13V-781.13H579.609v119.912Zm0 199.219v283.129H781.13v-283.129H579.609ZM178.87-298.782v119.912h201.521v-119.912H178.87Z\\\"/></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 TemplatesSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default TemplatesSVG;\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","TemplatesSVG","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.118-330Q551-330 600.5-379.618q49.5-49.617 49.5-120.5Q650-571 600.382-620.5q-49.617-49.5-120.5-49.5Q409-670 359.5-620.382q-49.5 49.617-49.5 120.5Q310-429 359.618-379.5q49.617 49.5 120.5 49.5Zm-.22-67.044q-42.941 0-72.898-30.059-29.956-30.058-29.956-72.999 0-42.941 30.059-72.898 30.058-29.956 72.999-29.956 42.941 0 72.898 30.059 29.956 30.058 29.956 72.999 0 42.941-30.059 72.898-30.058 29.956-72.999 29.956ZM480-186.999q-137.826 0-250.841-76.665-113.015-76.664-180.638-197.292-5.13-9.268-7.695-19.176-2.566-9.909-2.566-19.892 0-9.984 2.566-19.836 2.565-9.852 7.695-19.184 67.623-120.628 180.638-197.292Q342.174-813.001 480-813.001q137.826 0 250.841 76.665 113.015 76.664 180.638 197.292 5.13 9.268 7.695 19.176 2.566 9.909 2.566 19.892 0 9.984-2.566 19.836-2.565 9.852-7.695 19.184-67.623 120.628-180.638 197.292Q617.826-186.999 480-186.999Z"/></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.118-330Q551-330 600.5-379.618q49.5-49.617 49.5-120.5Q650-571 600.382-620.5q-49.617-49.5-120.5-49.5Q409-670 359.5-620.382q-49.5 49.617-49.5 120.5Q310-429 359.618-379.5q49.617 49.5 120.5 49.5Zm-.22-67.044q-42.941 0-72.898-30.059-29.956-30.058-29.956-72.999 0-42.941 30.059-72.898 30.058-29.956 72.999-29.956 42.941 0 72.898 30.059 29.956 30.058 29.956 72.999 0 42.941-30.059 72.898-30.058 29.956-72.999 29.956ZM480-186.999q-137.826 0-250.841-76.665-113.015-76.664-180.638-197.292-5.13-9.268-7.695-19.176-2.566-9.909-2.566-19.892 0-9.984 2.566-19.836 2.565-9.852 7.695-19.184 67.623-120.628 180.638-197.292Q342.174-813.001 480-813.001q137.826 0 250.841 76.665 113.015 76.664 180.638 197.292 5.13 9.268 7.695 19.176 2.566 9.909 2.566 19.892 0 9.984-2.566 19.836-2.565 9.852-7.695 19.184-67.623 120.628-180.638 197.292Q617.826-186.999 480-186.999ZM480-500Zm-.118 240Q601-260 701.935-325.5T855.87-500q-53-109-153.817-174.5Q601.237-740 480.118-740 359-740 258.065-674.5T103.13-500q54 109 154.817 174.5Q358.763-260 479.882-260Z"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(()=>{"use strict";var e={9640:(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="M480.118-330Q551-330 600.5-379.618q49.5-49.617 49.5-120.5Q650-571 600.382-620.5q-49.617-49.5-120.5-49.5Q409-670 359.5-620.382q-49.5 49.617-49.5 120.5Q310-429 359.618-379.5q49.617 49.5 120.5 49.5Zm-.22-67.044q-42.941 0-72.898-30.059-29.956-30.058-29.956-72.999 0-42.941 30.059-72.898 30.058-29.956 72.999-29.956 42.941 0 72.898 30.059 29.956 30.058 29.956 72.999 0 42.941-30.059 72.898-30.058 29.956-72.999 29.956ZM480-186.999q-137.826 0-250.841-76.665-113.015-76.664-180.638-197.292-5.13-9.268-7.695-19.176-2.566-9.909-2.566-19.892 0-9.984 2.566-19.836 2.565-9.852 7.695-19.184 67.623-120.628 180.638-197.292Q342.174-813.001 480-813.001q137.826 0 250.841 76.665 113.015 76.664 180.638 197.292 5.13 9.268 7.695 19.176 2.566 9.909 2.566 19.892 0 9.984-2.566 19.836-2.565 9.852-7.695 19.184-67.623 120.628-180.638 197.292Q617.826-186.999 480-186.999Z"/></svg>'},4578:(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="M480.118-330Q551-330 600.5-379.618q49.5-49.617 49.5-120.5Q650-571 600.382-620.5q-49.617-49.5-120.5-49.5Q409-670 359.5-620.382q-49.5 49.617-49.5 120.5Q310-429 359.618-379.5q49.617 49.5 120.5 49.5Zm-.22-67.044q-42.941 0-72.898-30.059-29.956-30.058-29.956-72.999 0-42.941 30.059-72.898 30.058-29.956 72.999-29.956 42.941 0 72.898 30.059 29.956 30.058 29.956 72.999 0 42.941-30.059 72.898-30.058 29.956-72.999 29.956ZM480-186.999q-137.826 0-250.841-76.665-113.015-76.664-180.638-197.292-5.13-9.268-7.695-19.176-2.566-9.909-2.566-19.892 0-9.984 2.566-19.836 2.565-9.852 7.695-19.184 67.623-120.628 180.638-197.292Q342.174-813.001 480-813.001q137.826 0 250.841 76.665 113.015 76.664 180.638 197.292 5.13 9.268 7.695 19.176 2.566 9.909 2.566 19.892 0 9.984-2.566 19.836-2.565 9.852-7.695 19.184-67.623 120.628-180.638 197.292Q617.826-186.999 480-186.999ZM480-500Zm-.118 240Q601-260 701.935-325.5T855.87-500q-53-109-153.817-174.5Q601.237-740 480.118-740 359-740 258.065-674.5T103.13-500q54 109 154.817 174.5Q358.763-260 479.882-260Z"/></svg>'},9497:e=>{e.exports=require("react")}},t={};function r(o){var i=t[o];if(void 0!==i)return i.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,{VisibilitySVG:()=>i,default:()=>n});var e=r(9640),t=r(4578);const i=r=>{var o;return"outlined"===(null!=(o=null==r?void 0:r.variant)?o:"filled")?t.Z:e.Z},n=i})(),module.exports=o})();
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg/Visibility/index.js","mappings":"kEAcA,m8B,0CCAA,onC,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/Visibility/icon-fill.svg","webpack://icons/./src/svg/Visibility/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/Visibility/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.118-330Q551-330 600.5-379.618q49.5-49.617 49.5-120.5Q650-571 600.382-620.5q-49.617-49.5-120.5-49.5Q409-670 359.5-620.382q-49.5 49.617-49.5 120.5Q310-429 359.618-379.5q49.617 49.5 120.5 49.5Zm-.22-67.044q-42.941 0-72.898-30.059-29.956-30.058-29.956-72.999 0-42.941 30.059-72.898 30.058-29.956 72.999-29.956 42.941 0 72.898 30.059 29.956 30.058 29.956 72.999 0 42.941-30.059 72.898-30.058 29.956-72.999 29.956ZM480-186.999q-137.826 0-250.841-76.665-113.015-76.664-180.638-197.292-5.13-9.268-7.695-19.176-2.566-9.909-2.566-19.892 0-9.984 2.566-19.836 2.565-9.852 7.695-19.184 67.623-120.628 180.638-197.292Q342.174-813.001 480-813.001q137.826 0 250.841 76.665 113.015 76.664 180.638 197.292 5.13 9.268 7.695 19.176 2.566 9.909 2.566 19.892 0 9.984-2.566 19.836-2.565 9.852-7.695 19.184-67.623 120.628-180.638 197.292Q617.826-186.999 480-186.999Z\"\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.118-330Q551-330 600.5-379.618q49.5-49.617 49.5-120.5Q650-571 600.382-620.5q-49.617-49.5-120.5-49.5Q409-670 359.5-620.382q-49.5 49.617-49.5 120.5Q310-429 359.618-379.5q49.617 49.5 120.5 49.5Zm-.22-67.044q-42.941 0-72.898-30.059-29.956-30.058-29.956-72.999 0-42.941 30.059-72.898 30.058-29.956 72.999-29.956 42.941 0 72.898 30.059 29.956 30.058 29.956 72.999 0 42.941-30.059 72.898-30.058 29.956-72.999 29.956ZM480-186.999q-137.826 0-250.841-76.665-113.015-76.664-180.638-197.292-5.13-9.268-7.695-19.176-2.566-9.909-2.566-19.892 0-9.984 2.566-19.836 2.565-9.852 7.695-19.184 67.623-120.628 180.638-197.292Q342.174-813.001 480-813.001q137.826 0 250.841 76.665 113.015 76.664 180.638 197.292 5.13 9.268 7.695 19.176 2.566 9.909 2.566 19.892 0 9.984-2.566 19.836-2.565 9.852-7.695 19.184-67.623 120.628-180.638 197.292Q617.826-186.999 480-186.999Z\\\"/></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.118-330Q551-330 600.5-379.618q49.5-49.617 49.5-120.5Q650-571 600.382-620.5q-49.617-49.5-120.5-49.5Q409-670 359.5-620.382q-49.5 49.617-49.5 120.5Q310-429 359.618-379.5q49.617 49.5 120.5 49.5Zm-.22-67.044q-42.941 0-72.898-30.059-29.956-30.058-29.956-72.999 0-42.941 30.059-72.898 30.058-29.956 72.999-29.956 42.941 0 72.898 30.059 29.956 30.058 29.956 72.999 0 42.941-30.059 72.898-30.058 29.956-72.999 29.956ZM480-186.999q-137.826 0-250.841-76.665-113.015-76.664-180.638-197.292-5.13-9.268-7.695-19.176-2.566-9.909-2.566-19.892 0-9.984 2.566-19.836 2.565-9.852 7.695-19.184 67.623-120.628 180.638-197.292Q342.174-813.001 480-813.001q137.826 0 250.841 76.665 113.015 76.664 180.638 197.292 5.13 9.268 7.695 19.176 2.566 9.909 2.566 19.892 0 9.984-2.566 19.836-2.565 9.852-7.695 19.184-67.623 120.628-180.638 197.292Q617.826-186.999 480-186.999ZM480-500Zm-.118 240Q601-260 701.935-325.5T855.87-500q-53-109-153.817-174.5Q601.237-740 480.118-740 359-740 258.065-674.5T103.13-500q54 109 154.817 174.5Q358.763-260 479.882-260Z\"\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.118-330Q551-330 600.5-379.618q49.5-49.617 49.5-120.5Q650-571 600.382-620.5q-49.617-49.5-120.5-49.5Q409-670 359.5-620.382q-49.5 49.617-49.5 120.5Q310-429 359.618-379.5q49.617 49.5 120.5 49.5Zm-.22-67.044q-42.941 0-72.898-30.059-29.956-30.058-29.956-72.999 0-42.941 30.059-72.898 30.058-29.956 72.999-29.956 42.941 0 72.898 30.059 29.956 30.058 29.956 72.999 0 42.941-30.059 72.898-30.058 29.956-72.999 29.956ZM480-186.999q-137.826 0-250.841-76.665-113.015-76.664-180.638-197.292-5.13-9.268-7.695-19.176-2.566-9.909-2.566-19.892 0-9.984 2.566-19.836 2.565-9.852 7.695-19.184 67.623-120.628 180.638-197.292Q342.174-813.001 480-813.001q137.826 0 250.841 76.665 113.015 76.664 180.638 197.292 5.13 9.268 7.695 19.176 2.566 9.909 2.566 19.892 0 9.984-2.566 19.836-2.565 9.852-7.695 19.184-67.623 120.628-180.638 197.292Q617.826-186.999 480-186.999ZM480-500Zm-.118 240Q601-260 701.935-325.5T855.87-500q-53-109-153.817-174.5Q601.237-740 480.118-740 359-740 258.065-674.5T103.13-500q54 109 154.817 174.5Q358.763-260 479.882-260Z\\\"/></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 VisibilitySVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default VisibilitySVG;\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","VisibilitySVG","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="M810.913-58.913 650.826-216.565q-41.565 16.131-84.413 22.848-42.848 6.718-86.413 6.718-138.261 0-252.087-76.348T46.956-461.956q-5.13-8.696-6.913-18.239Q38.26-489.739 38.26-500t1.783-19.805q1.783-9.543 6.913-18.239 24.87-44.304 54.022-85.891 29.152-41.587 67.456-76.022L44.13-823.13l46.522-48.088 763.783 763.783-43.522 48.522ZM480-330q12.304 0 24.826-2t24.826-7.435L318.304-549.652q-4.434 12.304-6.369 24.826Q310-512.304 310-500q0 71 49.5 120.5T480-330Zm291.566 44.522-140.305-140.87q11-15.739 14.869-35.043Q650-480.696 650-500q0-71-49.5-120.5T480-670q-19.304 0-38.326 4.152-19.022 4.152-35.326 14.022L285.609-773.001q47.13-21.565 97.478-30.782 50.348-9.218 101.913-9.218 137.826 0 250.87 76.848 113.043 76.848 178.174 199.674 4.565 9.261 6.63 17.74 2.066 8.478 2.066 18.739 0 10.261-2.066 19.022-2.065 8.761-6.63 18.022-26.87 51.304-61.804 96.891-34.935 45.587-80.674 80.587ZM568.608-489.001 465.61-591.999q20.521-9.305 43.608-5.913 23.086 3.391 40.434 19.173 17.347 17.913 22.804 42.282 5.456 24.369-3.848 47.456Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="m631.826-426.348-62.653-62.088q21.174-50.608-16.956-88.738-38.13-38.13-87.172-15.391l-58.697-59.261q16.304-9.87 35.326-14.022Q460.696-670 480-670q71 0 120.5 49.5T650-500q0 19.304-3.87 38.609-3.869 19.304-14.304 35.043Zm139.74 140.87-48.479-49.044q42.739-33 77.761-73.869 35.022-40.87 55.587-91.609-50.211-108.435-148.515-174.217Q609.616-740 490-740q-38.304 0-75.826 4.435-37.522 4.435-71.261 20.304l-57.304-57.74q46.857-21.565 97.205-30.782 50.348-9.218 102.186-9.218 139.68 0 255.079 77.479 115.4 77.478 177.095 203.974 3.566 7.591 5.848 15.521 2.283 7.929 2.283 16.043 0 8.114-1.5 16.31-1.5 8.196-5.065 15.326-26.704 53.724-63.287 100.015-36.583 46.29-83.887 82.855Zm-291.624 98.479q-138.768 0-253.094-76.848-114.327-76.848-180.892-199.674-4.565-9.261-6.63-17.74-2.066-8.478-2.066-18.709t2.566-19.305q2.565-9.073 6.13-17.769 23.435-46.304 54.149-87.144 30.714-40.84 68.329-75.769L67.956-800.435q-10.13-9.829-9.913-22.827.217-12.999 9.348-23.129 10.13-10.131 23.76-10.131 13.631 0 23.762 10.131L833.174-128.13q9.13 9.13 8.565 21.76-.565 12.631-8.811 22.172-8.885 11.155-22.515 11.155-13.631 0-23.761-10.13L650.826-216.566q-41.565 16.131-84.528 22.848Q523.335-187 479.942-187ZM218.898-649.478q-38.594 29-68.181 66.869Q121.13-544.739 103.13-500q52.081 112 156.167 176Q363.384-260 488-260q27.304 0 54.043-.935t51.609-13.935l-64-64q-12.304 5.435-24.826 7.153Q492.304-330 480-330q-71 0-120.5-49.5T310-500q0-12.304 1.935-24.826t5.804-24.826l-98.841-99.826Zm315.32 134.087Zm-127.87 64.217Z"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(()=>{"use strict";var t={8633:(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="M810.913-58.913 650.826-216.565q-41.565 16.131-84.413 22.848-42.848 6.718-86.413 6.718-138.261 0-252.087-76.348T46.956-461.956q-5.13-8.696-6.913-18.239Q38.26-489.739 38.26-500t1.783-19.805q1.783-9.543 6.913-18.239 24.87-44.304 54.022-85.891 29.152-41.587 67.456-76.022L44.13-823.13l46.522-48.088 763.783 763.783-43.522 48.522ZM480-330q12.304 0 24.826-2t24.826-7.435L318.304-549.652q-4.434 12.304-6.369 24.826Q310-512.304 310-500q0 71 49.5 120.5T480-330Zm291.566 44.522-140.305-140.87q11-15.739 14.869-35.043Q650-480.696 650-500q0-71-49.5-120.5T480-670q-19.304 0-38.326 4.152-19.022 4.152-35.326 14.022L285.609-773.001q47.13-21.565 97.478-30.782 50.348-9.218 101.913-9.218 137.826 0 250.87 76.848 113.043 76.848 178.174 199.674 4.565 9.261 6.63 17.74 2.066 8.478 2.066 18.739 0 10.261-2.066 19.022-2.065 8.761-6.63 18.022-26.87 51.304-61.804 96.891-34.935 45.587-80.674 80.587ZM568.608-489.001 465.61-591.999q20.521-9.305 43.608-5.913 23.086 3.391 40.434 19.173 17.347 17.913 22.804 42.282 5.456 24.369-3.848 47.456Z"/></svg>'},7488:(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="m631.826-426.348-62.653-62.088q21.174-50.608-16.956-88.738-38.13-38.13-87.172-15.391l-58.697-59.261q16.304-9.87 35.326-14.022Q460.696-670 480-670q71 0 120.5 49.5T650-500q0 19.304-3.87 38.609-3.869 19.304-14.304 35.043Zm139.74 140.87-48.479-49.044q42.739-33 77.761-73.869 35.022-40.87 55.587-91.609-50.211-108.435-148.515-174.217Q609.616-740 490-740q-38.304 0-75.826 4.435-37.522 4.435-71.261 20.304l-57.304-57.74q46.857-21.565 97.205-30.782 50.348-9.218 102.186-9.218 139.68 0 255.079 77.479 115.4 77.478 177.095 203.974 3.566 7.591 5.848 15.521 2.283 7.929 2.283 16.043 0 8.114-1.5 16.31-1.5 8.196-5.065 15.326-26.704 53.724-63.287 100.015-36.583 46.29-83.887 82.855Zm-291.624 98.479q-138.768 0-253.094-76.848-114.327-76.848-180.892-199.674-4.565-9.261-6.63-17.74-2.066-8.478-2.066-18.709t2.566-19.305q2.565-9.073 6.13-17.769 23.435-46.304 54.149-87.144 30.714-40.84 68.329-75.769L67.956-800.435q-10.13-9.829-9.913-22.827.217-12.999 9.348-23.129 10.13-10.131 23.76-10.131 13.631 0 23.762 10.131L833.174-128.13q9.13 9.13 8.565 21.76-.565 12.631-8.811 22.172-8.885 11.155-22.515 11.155-13.631 0-23.761-10.13L650.826-216.566q-41.565 16.131-84.528 22.848Q523.335-187 479.942-187ZM218.898-649.478q-38.594 29-68.181 66.869Q121.13-544.739 103.13-500q52.081 112 156.167 176Q363.384-260 488-260q27.304 0 54.043-.935t51.609-13.935l-64-64q-12.304 5.435-24.826 7.153Q492.304-330 480-330q-71 0-120.5-49.5T310-500q0-12.304 1.935-24.826t5.804-24.826l-98.841-99.826Zm315.32 134.087Zm-127.87 64.217Z"/></svg>'},9497:t=>{t.exports=require("react")}},e={};function r(o){var q=e[o];if(void 0!==q)return q.exports;var l=e[o]={exports:{}};return t[o](l,l.exports,r),l.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,{VisibilityOffSVG:()=>q,default:()=>l});var t=r(8633),e=r(7488);const q=r=>{var o;return"outlined"===(null!=(o=null==r?void 0:r.variant)?o:"filled")?e.Z:t.Z},l=q})(),module.exports=o})();
|
|
2
|
+
//# sourceMappingURL=index.js.map
|