@epilot360/icons 1.17.0 → 1.17.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/icons.config.yaml +4 -0
- package/index.js +319 -176
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/react/Add/index.js +4 -4
- package/react/Add/index.js.map +1 -1
- package/react/AddCircle/index.js +4 -4
- package/react/AddCircle/index.js.map +1 -1
- package/react/AddLink/index.js +4 -4
- package/react/AddLink/index.js.map +1 -1
- package/react/Calendar/index.js +4 -4
- package/react/Calendar/index.js.map +1 -1
- package/react/CalendarToday/index.js +4 -4
- package/react/CalendarToday/index.js.map +1 -1
- package/react/Check/index.js +4 -4
- package/react/Check/index.js.map +1 -1
- package/react/CheckCircle/index.js +4 -4
- package/react/CheckCircle/index.js.map +1 -1
- package/react/ChevronLeft/index.js +4 -4
- package/react/ChevronLeft/index.js.map +1 -1
- package/react/ChevronRight/index.js +4 -4
- package/react/ChevronRight/index.js.map +1 -1
- package/react/Close/index.js +4 -4
- package/react/Close/index.js.map +1 -1
- package/react/ContentCopy/index.js +4 -4
- package/react/ContentCopy/index.js.map +1 -1
- package/react/DataObject/index.js +4 -4
- package/react/DataObject/index.js.map +1 -1
- package/react/Delete/index.js +4 -4
- package/react/Delete/index.js.map +1 -1
- package/react/Download/index.js +4 -4
- package/react/Download/index.js.map +1 -1
- package/react/DragIndicator/index.js +4 -4
- package/react/DragIndicator/index.js.map +1 -1
- package/react/Edit/index.js +4 -4
- package/react/Edit/index.js.map +1 -1
- package/react/EpilotIcon.d.ts +2 -0
- package/react/EpilotIcon.js +281 -169
- package/react/EpilotIcon.js.map +1 -1
- package/react/Error/index.js +4 -4
- package/react/Error/index.js.map +1 -1
- package/react/ExpandLess/index.js +4 -4
- package/react/ExpandLess/index.js.map +1 -1
- package/react/ExpandMore/index.js +4 -4
- package/react/ExpandMore/index.js.map +1 -1
- package/react/Explore/index.js +4 -4
- package/react/Explore/index.js.map +1 -1
- package/react/FileCopy/index.js +4 -4
- package/react/FileCopy/index.js.map +1 -1
- package/react/FileCopyOff/index.js +4 -4
- package/react/FileCopyOff/index.js.map +1 -1
- package/react/FilterAlt/index.js +4 -4
- package/react/FilterAlt/index.js.map +1 -1
- package/react/FilterAltOff/index.js +4 -4
- package/react/FilterAltOff/index.js.map +1 -1
- package/react/Help/index.js +4 -4
- package/react/Help/index.js.map +1 -1
- package/react/Info/index.js +4 -4
- package/react/Info/index.js.map +1 -1
- package/react/Link/index.js +4 -4
- package/react/Link/index.js.map +1 -1
- package/react/LocationAway/index.d.ts +4 -0
- package/react/LocationAway/index.js +209 -0
- package/react/LocationAway/index.js.map +1 -0
- package/react/Lock/index.js +4 -4
- package/react/Lock/index.js.map +1 -1
- package/react/LockOpen/index.js +4 -4
- package/react/LockOpen/index.js.map +1 -1
- package/react/Login/index.js +4 -4
- package/react/Login/index.js.map +1 -1
- package/react/Logout/index.js +4 -4
- package/react/Logout/index.js.map +1 -1
- package/react/Menu/index.js +4 -4
- package/react/Menu/index.js.map +1 -1
- package/react/Notifications/index.js +4 -4
- package/react/Notifications/index.js.map +1 -1
- package/react/OpenInNew/index.js +4 -4
- package/react/OpenInNew/index.js.map +1 -1
- package/react/Refresh/index.js +4 -4
- package/react/Refresh/index.js.map +1 -1
- package/react/Search/index.js +4 -4
- package/react/Search/index.js.map +1 -1
- package/react/Settings/index.js +4 -4
- package/react/Settings/index.js.map +1 -1
- package/react/Share/index.js +4 -4
- package/react/Share/index.js.map +1 -1
- package/react/Table/index.js +4 -4
- package/react/Table/index.js.map +1 -1
- package/react/Visibility/index.js +4 -4
- package/react/Visibility/index.js.map +1 -1
- package/react/VisibilityOff/index.js +4 -4
- package/react/VisibilityOff/index.js.map +1 -1
- package/react/Warning/index.js +4 -4
- package/react/Warning/index.js.map +1 -1
- package/react/index.d.ts +1 -0
- package/react/index.js +287 -172
- package/react/index.js.map +1 -1
- package/svg/Add/icon-fill.svg +1 -1
- package/svg/Add/icon.svg +1 -1
- package/svg/Add/index.js +4 -4
- package/svg/Add/index.js.map +1 -1
- package/svg/AddCircle/icon-fill.svg +1 -1
- package/svg/AddCircle/icon.svg +1 -1
- package/svg/AddCircle/index.js +4 -4
- package/svg/AddCircle/index.js.map +1 -1
- package/svg/AddLink/icon-fill.svg +1 -1
- package/svg/AddLink/icon.svg +1 -1
- package/svg/AddLink/index.js +4 -4
- package/svg/AddLink/index.js.map +1 -1
- package/svg/Calendar/icon-fill.svg +1 -1
- package/svg/Calendar/icon.svg +1 -1
- package/svg/Calendar/index.js +4 -4
- package/svg/Calendar/index.js.map +1 -1
- package/svg/CalendarToday/icon-fill.svg +1 -1
- package/svg/CalendarToday/icon.svg +1 -1
- package/svg/CalendarToday/index.js +4 -4
- package/svg/CalendarToday/index.js.map +1 -1
- package/svg/Check/icon-fill.svg +1 -1
- package/svg/Check/icon.svg +1 -1
- package/svg/Check/index.js +4 -4
- package/svg/Check/index.js.map +1 -1
- package/svg/CheckCircle/icon-fill.svg +1 -1
- package/svg/CheckCircle/icon.svg +1 -1
- package/svg/CheckCircle/index.js +4 -4
- package/svg/CheckCircle/index.js.map +1 -1
- package/svg/ChevronLeft/icon-fill.svg +1 -1
- package/svg/ChevronLeft/icon.svg +1 -1
- package/svg/ChevronLeft/index.js +4 -4
- package/svg/ChevronLeft/index.js.map +1 -1
- package/svg/ChevronRight/icon-fill.svg +1 -1
- package/svg/ChevronRight/icon.svg +1 -1
- package/svg/ChevronRight/index.js +4 -4
- package/svg/ChevronRight/index.js.map +1 -1
- package/svg/Close/icon-fill.svg +1 -1
- package/svg/Close/icon.svg +1 -1
- package/svg/Close/index.js +4 -4
- package/svg/Close/index.js.map +1 -1
- package/svg/ContentCopy/icon-fill.svg +1 -1
- package/svg/ContentCopy/icon.svg +1 -1
- package/svg/ContentCopy/index.js +4 -4
- package/svg/ContentCopy/index.js.map +1 -1
- package/svg/DataObject/icon-fill.svg +1 -1
- package/svg/DataObject/icon.svg +1 -1
- package/svg/DataObject/index.js +4 -4
- package/svg/DataObject/index.js.map +1 -1
- package/svg/Delete/icon-fill.svg +1 -1
- package/svg/Delete/icon.svg +1 -1
- package/svg/Delete/index.js +4 -4
- package/svg/Delete/index.js.map +1 -1
- package/svg/Download/icon-fill.svg +1 -1
- package/svg/Download/icon.svg +1 -1
- package/svg/Download/index.js +4 -4
- package/svg/Download/index.js.map +1 -1
- package/svg/DragIndicator/icon-fill.svg +1 -1
- package/svg/DragIndicator/icon.svg +1 -1
- package/svg/DragIndicator/index.js +4 -4
- package/svg/DragIndicator/index.js.map +1 -1
- package/svg/Edit/icon-fill.svg +1 -1
- package/svg/Edit/icon.svg +1 -1
- package/svg/Edit/index.js +4 -4
- package/svg/Edit/index.js.map +1 -1
- package/svg/Epilot/index.js.map +1 -1
- package/svg/Error/icon-fill.svg +1 -1
- package/svg/Error/icon.svg +1 -1
- package/svg/Error/index.js +4 -4
- package/svg/Error/index.js.map +1 -1
- package/svg/ExpandLess/icon-fill.svg +1 -1
- package/svg/ExpandLess/icon.svg +1 -1
- package/svg/ExpandLess/index.js +4 -4
- package/svg/ExpandLess/index.js.map +1 -1
- package/svg/ExpandMore/icon-fill.svg +1 -1
- package/svg/ExpandMore/icon.svg +1 -1
- package/svg/ExpandMore/index.js +4 -4
- package/svg/ExpandMore/index.js.map +1 -1
- package/svg/Explore/icon-fill.svg +1 -1
- package/svg/Explore/icon.svg +1 -1
- package/svg/Explore/index.js +4 -4
- package/svg/Explore/index.js.map +1 -1
- package/svg/FileCopy/icon-fill.svg +1 -1
- package/svg/FileCopy/icon.svg +1 -1
- package/svg/FileCopy/index.js +4 -4
- package/svg/FileCopy/index.js.map +1 -1
- package/svg/FileCopyOff/icon-fill.svg +1 -1
- package/svg/FileCopyOff/icon.svg +1 -1
- package/svg/FileCopyOff/index.js +4 -4
- package/svg/FileCopyOff/index.js.map +1 -1
- package/svg/FilterAlt/icon-fill.svg +1 -1
- package/svg/FilterAlt/icon.svg +1 -1
- package/svg/FilterAlt/index.js +4 -4
- package/svg/FilterAlt/index.js.map +1 -1
- package/svg/FilterAltOff/icon-fill.svg +1 -1
- package/svg/FilterAltOff/icon.svg +1 -1
- package/svg/FilterAltOff/index.js +4 -4
- package/svg/FilterAltOff/index.js.map +1 -1
- package/svg/Help/icon-fill.svg +1 -1
- package/svg/Help/icon.svg +1 -1
- package/svg/Help/index.js +4 -4
- package/svg/Help/index.js.map +1 -1
- package/svg/Info/icon-fill.svg +1 -1
- package/svg/Info/icon.svg +1 -1
- package/svg/Info/index.js +4 -4
- package/svg/Info/index.js.map +1 -1
- package/svg/Link/icon-fill.svg +1 -1
- package/svg/Link/icon.svg +1 -1
- package/svg/Link/index.js +4 -4
- package/svg/Link/index.js.map +1 -1
- package/svg/LocationAway/icon-fill.svg +1 -0
- package/svg/LocationAway/icon.svg +1 -0
- package/svg/LocationAway/index.d.ts +3 -0
- package/svg/LocationAway/index.js +159 -0
- package/svg/LocationAway/index.js.map +1 -0
- package/svg/Lock/icon-fill.svg +1 -1
- package/svg/Lock/icon.svg +1 -1
- package/svg/Lock/index.js +4 -4
- package/svg/Lock/index.js.map +1 -1
- package/svg/LockOpen/icon-fill.svg +1 -1
- package/svg/LockOpen/icon.svg +1 -1
- package/svg/LockOpen/index.js +4 -4
- package/svg/LockOpen/index.js.map +1 -1
- package/svg/Login/icon-fill.svg +1 -1
- package/svg/Login/icon.svg +1 -1
- package/svg/Login/index.js +4 -4
- package/svg/Login/index.js.map +1 -1
- package/svg/Logout/icon-fill.svg +1 -1
- package/svg/Logout/icon.svg +1 -1
- package/svg/Logout/index.js +4 -4
- package/svg/Logout/index.js.map +1 -1
- package/svg/Menu/icon-fill.svg +1 -1
- package/svg/Menu/icon.svg +1 -1
- package/svg/Menu/index.js +4 -4
- package/svg/Menu/index.js.map +1 -1
- package/svg/Notifications/icon-fill.svg +1 -1
- package/svg/Notifications/icon.svg +1 -1
- package/svg/Notifications/index.js +4 -4
- package/svg/Notifications/index.js.map +1 -1
- package/svg/OpenInNew/icon-fill.svg +1 -1
- package/svg/OpenInNew/icon.svg +1 -1
- package/svg/OpenInNew/index.js +4 -4
- package/svg/OpenInNew/index.js.map +1 -1
- package/svg/Refresh/icon-fill.svg +1 -1
- package/svg/Refresh/icon.svg +1 -1
- package/svg/Refresh/index.js +4 -4
- package/svg/Refresh/index.js.map +1 -1
- package/svg/Search/icon-fill.svg +1 -1
- package/svg/Search/icon.svg +1 -1
- package/svg/Search/index.js +4 -4
- package/svg/Search/index.js.map +1 -1
- package/svg/Settings/icon-fill.svg +1 -1
- package/svg/Settings/icon.svg +1 -1
- package/svg/Settings/index.js +4 -4
- package/svg/Settings/index.js.map +1 -1
- package/svg/Share/icon-fill.svg +1 -1
- package/svg/Share/icon.svg +1 -1
- package/svg/Share/index.js +4 -4
- package/svg/Share/index.js.map +1 -1
- package/svg/Table/icon-fill.svg +1 -1
- package/svg/Table/icon.svg +1 -1
- package/svg/Table/index.js +4 -4
- package/svg/Table/index.js.map +1 -1
- package/svg/Visibility/icon-fill.svg +1 -1
- package/svg/Visibility/icon.svg +1 -1
- package/svg/Visibility/index.js +4 -4
- package/svg/Visibility/index.js.map +1 -1
- package/svg/VisibilityOff/icon-fill.svg +1 -1
- package/svg/VisibilityOff/icon.svg +1 -1
- package/svg/VisibilityOff/index.js +4 -4
- package/svg/VisibilityOff/index.js.map +1 -1
- package/svg/Warning/icon-fill.svg +1 -1
- package/svg/Warning/icon.svg +1 -1
- package/svg/Warning/index.js +4 -4
- package/svg/Warning/index.js.map +1 -1
- package/svg/index.d.ts +1 -0
- package/svg/index.js +249 -171
- package/svg/index.js.map +1 -1
- package/svg/svgIcon.js +168 -168
- package/svg/svgIcon.js.map +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"svg/Calendar/index.js","mappings":";;;;;;;;;;;;;AAAA;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACyC;AACzC,iEAAe,
|
|
1
|
+
{"version":3,"file":"svg/Calendar/index.js","mappings":";;;;;;;;;;;;;AAAA;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACyC;AACzC,iEAAe,4wBAA4wB;;;;;;;;;;;;;ACd3xB;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACqC;AACrC,iEAAe,w0BAAw0B;;;;;;;ACdv1B;;;;;;UCAA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;WCtBA;WACA;WACA;WACA;WACA;WACA,iCAAiC,WAAW;WAC5C;WACA;;;;;WCPA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA;;;;;WCPA;;;;;WCAA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D;;;;;;;;;;;;;;;ACJsB;AACE;AAEjB,MAAM,cAAc,CAAC,SAA6B;AALzD;AAME,QAAM,WAAU,kCAAM,YAAN,YAAiB;AAEjC,SAAO,YAAY,aAAa,0DAAW,GAAG,+DAAS;AACzD;AAEA,iEAAe,WAAW,EAAC","sources":["webpack://icons/./src/svg/Calendar/icon-fill.svg","webpack://icons/./src/svg/Calendar/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/Calendar/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: \"M596.817-220Q556-220 528-248.183q-28-28.183-28-69T528.183-386q28.183-28 69-28T666-385.817q28 28.183 28 69T665.817-248q-28.183 28-69 28ZM185.087-65.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-609.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521H245v-22.913q0-15.381 11.005-26.234 11.005-10.853 26.191-10.853 15.612 0 26.513 10.853 10.9 10.853 10.9 26.234v22.913h320.782v-22.913q0-15.381 11.005-26.234 11.004-10.853 26.191-10.853 15.612 0 26.512 10.853Q715-872.99 715-857.609v22.913h59.913q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v609.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm0-79.218h589.826V-570H185.087v424.913Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M596.817-220Q556-220 528-248.183q-28-28.183-28-69T528.183-386q28.183-28 69-28T666-385.817q28 28.183 28 69T665.817-248q-28.183 28-69 28ZM185.087-65.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-609.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521H245v-22.913q0-15.381 11.005-26.234 11.005-10.853 26.191-10.853 15.612 0 26.513 10.853 10.9 10.853 10.9 26.234v22.913h320.782v-22.913q0-15.381 11.005-26.234 11.004-10.853 26.191-10.853 15.612 0 26.512 10.853Q715-872.99 715-857.609v22.913h59.913q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v609.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm0-79.218h589.826V-570H185.087v424.913Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M596.817-220Q556-220 528-248.183q-28-28.183-28-69T528.183-386q28.183-28 69-28T666-385.817q28 28.183 28 69T665.817-248q-28.183 28-69 28ZM185.087-65.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-609.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521H245v-22.913q0-15.381 11.005-26.234 11.005-10.853 26.191-10.853 15.612 0 26.513 10.853 10.9 10.853 10.9 26.234v22.913h320.782v-22.913q0-15.381 11.005-26.234 11.004-10.853 26.191-10.853 15.612 0 26.512 10.853Q715-872.99 715-857.609v22.913h59.913q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v609.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm0-79.218h589.826V-570H185.087v424.913Zm0-484.913h589.826v-124.913H185.087V-630Zm0 0v-124.913V-630Z\"\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=\\\"M596.817-220Q556-220 528-248.183q-28-28.183-28-69T528.183-386q28.183-28 69-28T666-385.817q28 28.183 28 69T665.817-248q-28.183 28-69 28ZM185.087-65.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-609.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521H245v-22.913q0-15.381 11.005-26.234 11.005-10.853 26.191-10.853 15.612 0 26.513 10.853 10.9 10.853 10.9 26.234v22.913h320.782v-22.913q0-15.381 11.005-26.234 11.004-10.853 26.191-10.853 15.612 0 26.512 10.853Q715-872.99 715-857.609v22.913h59.913q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v609.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm0-79.218h589.826V-570H185.087v424.913Zm0-484.913h589.826v-124.913H185.087V-630Zm0 0v-124.913V-630Z\\\"/></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 CalendarSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default CalendarSVG;"],"names":[],"sourceRoot":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M185.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M185.087-65.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-609.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521H245v-22.913q0-15.381 11.005-26.234 11.005-10.853 26.191-10.853 15.612 0 26.513 10.853 10.9 10.853 10.9 26.234v22.913h320.782v-22.913q0-15.381 11.005-26.234 11.004-10.853 26.191-10.853 15.612 0 26.512 10.853Q715-872.99 715-857.609v22.913h59.913q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v609.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm0-79.218h589.826V-570H185.087v424.913Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M185.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M185.087-65.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-609.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521H245v-22.913q0-15.381 11.005-26.234 11.005-10.853 26.191-10.853 15.612 0 26.513 10.853 10.9 10.853 10.9 26.234v22.913h320.782v-22.913q0-15.381 11.005-26.234 11.004-10.853 26.191-10.853 15.612 0 26.512 10.853Q715-872.99 715-857.609v22.913h59.913q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v609.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm0-79.218h589.826V-570H185.087v424.913Zm0-484.913h589.826v-124.913H185.087V-630Zm0 0v-124.913V-630Z"/></svg>
|
|
@@ -21,11 +21,11 @@ var SvgIconFill = function SvgIconFill(props) {
|
|
|
21
21
|
height: 48,
|
|
22
22
|
viewBox: "0 -960 960 960"
|
|
23
23
|
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
24
|
-
d: "M185.
|
|
24
|
+
d: "M185.087-65.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-609.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521H245v-22.913q0-15.381 11.005-26.234 11.005-10.853 26.191-10.853 15.612 0 26.513 10.853 10.9 10.853 10.9 26.234v22.913h320.782v-22.913q0-15.381 11.005-26.234 11.004-10.853 26.191-10.853 15.612 0 26.512 10.853Q715-872.99 715-857.609v22.913h59.913q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v609.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm0-79.218h589.826V-570H185.087v424.913Z"
|
|
25
25
|
})));
|
|
26
26
|
};
|
|
27
27
|
|
|
28
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M185.
|
|
28
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M185.087-65.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-609.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521H245v-22.913q0-15.381 11.005-26.234 11.005-10.853 26.191-10.853 15.612 0 26.513 10.853 10.9 10.853 10.9 26.234v22.913h320.782v-22.913q0-15.381 11.005-26.234 11.004-10.853 26.191-10.853 15.612 0 26.512 10.853Q715-872.99 715-857.609v22.913h59.913q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v609.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm0-79.218h589.826V-570H185.087v424.913Z\"/></svg>");
|
|
29
29
|
|
|
30
30
|
/***/ }),
|
|
31
31
|
|
|
@@ -48,11 +48,11 @@ var SvgIcon = function SvgIcon(props) {
|
|
|
48
48
|
height: 48,
|
|
49
49
|
viewBox: "0 -960 960 960"
|
|
50
50
|
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
51
|
-
d: "M185.
|
|
51
|
+
d: "M185.087-65.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-609.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521H245v-22.913q0-15.381 11.005-26.234 11.005-10.853 26.191-10.853 15.612 0 26.513 10.853 10.9 10.853 10.9 26.234v22.913h320.782v-22.913q0-15.381 11.005-26.234 11.004-10.853 26.191-10.853 15.612 0 26.512 10.853Q715-872.99 715-857.609v22.913h59.913q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v609.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm0-79.218h589.826V-570H185.087v424.913Zm0-484.913h589.826v-124.913H185.087V-630Zm0 0v-124.913V-630Z"
|
|
52
52
|
})));
|
|
53
53
|
};
|
|
54
54
|
|
|
55
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M185.
|
|
55
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M185.087-65.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-609.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521H245v-22.913q0-15.381 11.005-26.234 11.005-10.853 26.191-10.853 15.612 0 26.513 10.853 10.9 10.853 10.9 26.234v22.913h320.782v-22.913q0-15.381 11.005-26.234 11.004-10.853 26.191-10.853 15.612 0 26.512 10.853Q715-872.99 715-857.609v22.913h59.913q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v609.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm0-79.218h589.826V-570H185.087v424.913Zm0-484.913h589.826v-124.913H185.087V-630Zm0 0v-124.913V-630Z\"/></svg>");
|
|
56
56
|
|
|
57
57
|
/***/ }),
|
|
58
58
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"svg/CalendarToday/index.js","mappings":";;;;;;;;;;;;;AAAA;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACyC;AACzC,iEAAe,
|
|
1
|
+
{"version":3,"file":"svg/CalendarToday/index.js","mappings":";;;;;;;;;;;;;AAAA;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACyC;AACzC,iEAAe,qoBAAqoB;;;;;;;;;;;;;ACdppB;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACqC;AACrC,iEAAe,isBAAisB;;;;;;;ACdhtB;;;;;;UCAA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;WCtBA;WACA;WACA;WACA;WACA;WACA,iCAAiC,WAAW;WAC5C;WACA;;;;;WCPA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA;;;;;WCPA;;;;;WCAA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D;;;;;;;;;;;;;;;ACJsB;AACE;AAEjB,MAAM,mBAAmB,CAAC,SAA6B;AAL9D;AAME,QAAM,WAAU,kCAAM,YAAN,YAAiB;AAEjC,SAAO,YAAY,aAAa,0DAAW,GAAG,+DAAS;AACzD;AAEA,iEAAe,gBAAgB,EAAC","sources":["webpack://icons/./src/svg/CalendarToday/icon-fill.svg","webpack://icons/./src/svg/CalendarToday/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/CalendarToday/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-65.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-609.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521H245v-22.913q0-15.381 11.005-26.234 11.005-10.853 26.191-10.853 15.612 0 26.513 10.853 10.9 10.853 10.9 26.234v22.913h320.782v-22.913q0-15.381 11.005-26.234 11.004-10.853 26.191-10.853 15.612 0 26.512 10.853Q715-872.99 715-857.609v22.913h59.913q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v609.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm0-79.218h589.826V-570H185.087v424.913Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M185.087-65.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-609.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521H245v-22.913q0-15.381 11.005-26.234 11.005-10.853 26.191-10.853 15.612 0 26.513 10.853 10.9 10.853 10.9 26.234v22.913h320.782v-22.913q0-15.381 11.005-26.234 11.004-10.853 26.191-10.853 15.612 0 26.512 10.853Q715-872.99 715-857.609v22.913h59.913q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v609.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm0-79.218h589.826V-570H185.087v424.913Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M185.087-65.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-609.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521H245v-22.913q0-15.381 11.005-26.234 11.005-10.853 26.191-10.853 15.612 0 26.513 10.853 10.9 10.853 10.9 26.234v22.913h320.782v-22.913q0-15.381 11.005-26.234 11.004-10.853 26.191-10.853 15.612 0 26.512 10.853Q715-872.99 715-857.609v22.913h59.913q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v609.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm0-79.218h589.826V-570H185.087v424.913Zm0-484.913h589.826v-124.913H185.087V-630Zm0 0v-124.913V-630Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M185.087-65.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-609.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521H245v-22.913q0-15.381 11.005-26.234 11.005-10.853 26.191-10.853 15.612 0 26.513 10.853 10.9 10.853 10.9 26.234v22.913h320.782v-22.913q0-15.381 11.005-26.234 11.004-10.853 26.191-10.853 15.612 0 26.512 10.853Q715-872.99 715-857.609v22.913h59.913q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v609.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm0-79.218h589.826V-570H185.087v424.913Zm0-484.913h589.826v-124.913H185.087V-630Zm0 0v-124.913V-630Z\\\"/></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 CalendarTodaySVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default CalendarTodaySVG;"],"names":[],"sourceRoot":""}
|
package/svg/Check/icon-fill.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="m378-346.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="m378-346.696 355.652-355.087q11.968-11.826 28.354-11.826 16.385 0 28.212 11.879 11.826 11.879 11.826 28.452 0 16.574-11.826 28.626l-383.87 383.87q-12.032 11.826-28.451 11.826t-28.245-11.826l-180.87-180.87q-11.826-12.119-11.609-28.712.218-16.593 12.097-28.419t28.452-11.826q16.574 0 28.626 11.826L378-346.696Z"/></svg>
|
package/svg/Check/icon.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="m378-346.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="m378-346.696 355.652-355.087q11.968-11.826 28.354-11.826 16.385 0 28.212 11.879 11.826 11.879 11.826 28.452 0 16.574-11.826 28.626l-383.87 383.87q-12.032 11.826-28.451 11.826t-28.245-11.826l-180.87-180.87q-11.826-12.119-11.609-28.712.218-16.593 12.097-28.419t28.452-11.826q16.574 0 28.626 11.826L378-346.696Z"/></svg>
|
package/svg/Check/index.js
CHANGED
|
@@ -21,11 +21,11 @@ var SvgIconFill = function SvgIconFill(props) {
|
|
|
21
21
|
height: 48,
|
|
22
22
|
viewBox: "0 -960 960 960"
|
|
23
23
|
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
24
|
-
d: "m378-346.
|
|
24
|
+
d: "m378-346.696 355.652-355.087q11.968-11.826 28.354-11.826 16.385 0 28.212 11.879 11.826 11.879 11.826 28.452 0 16.574-11.826 28.626l-383.87 383.87q-12.032 11.826-28.451 11.826t-28.245-11.826l-180.87-180.87q-11.826-12.119-11.609-28.712.218-16.593 12.097-28.419t28.452-11.826q16.574 0 28.626 11.826L378-346.696Z"
|
|
25
25
|
})));
|
|
26
26
|
};
|
|
27
27
|
|
|
28
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"m378-346.
|
|
28
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"m378-346.696 355.652-355.087q11.968-11.826 28.354-11.826 16.385 0 28.212 11.879 11.826 11.879 11.826 28.452 0 16.574-11.826 28.626l-383.87 383.87q-12.032 11.826-28.451 11.826t-28.245-11.826l-180.87-180.87q-11.826-12.119-11.609-28.712.218-16.593 12.097-28.419t28.452-11.826q16.574 0 28.626 11.826L378-346.696Z\"/></svg>");
|
|
29
29
|
|
|
30
30
|
/***/ }),
|
|
31
31
|
|
|
@@ -48,11 +48,11 @@ var SvgIcon = function SvgIcon(props) {
|
|
|
48
48
|
height: 48,
|
|
49
49
|
viewBox: "0 -960 960 960"
|
|
50
50
|
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
51
|
-
d: "m378-346.
|
|
51
|
+
d: "m378-346.696 355.652-355.087q11.968-11.826 28.354-11.826 16.385 0 28.212 11.879 11.826 11.879 11.826 28.452 0 16.574-11.826 28.626l-383.87 383.87q-12.032 11.826-28.451 11.826t-28.245-11.826l-180.87-180.87q-11.826-12.119-11.609-28.712.218-16.593 12.097-28.419t28.452-11.826q16.574 0 28.626 11.826L378-346.696Z"
|
|
52
52
|
})));
|
|
53
53
|
};
|
|
54
54
|
|
|
55
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"m378-346.
|
|
55
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"m378-346.696 355.652-355.087q11.968-11.826 28.354-11.826 16.385 0 28.212 11.879 11.826 11.879 11.826 28.452 0 16.574-11.826 28.626l-383.87 383.87q-12.032 11.826-28.451 11.826t-28.245-11.826l-180.87-180.87q-11.826-12.119-11.609-28.712.218-16.593 12.097-28.419t28.452-11.826q16.574 0 28.626 11.826L378-346.696Z\"/></svg>");
|
|
56
56
|
|
|
57
57
|
/***/ }),
|
|
58
58
|
|
package/svg/Check/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"svg/Check/index.js","mappings":";;;;;;;;;;;;;AAAA;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACyC;AACzC,iEAAe,
|
|
1
|
+
{"version":3,"file":"svg/Check/index.js","mappings":";;;;;;;;;;;;;AAAA;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACyC;AACzC,iEAAe,0aAA0a;;;;;;;;;;;;;ACdzb;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACqC;AACrC,iEAAe,0aAA0a;;;;;;;ACdzb;;;;;;UCAA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;WCtBA;WACA;WACA;WACA;WACA;WACA,iCAAiC,WAAW;WAC5C;WACA;;;;;WCPA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA;;;;;WCPA;;;;;WCAA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D;;;;;;;;;;;;;;;ACJsB;AACE;AAEjB,MAAM,WAAW,CAAC,SAA6B;AALtD;AAME,QAAM,WAAU,kCAAM,YAAN,YAAiB;AAEjC,SAAO,YAAY,aAAa,0DAAW,GAAG,+DAAS;AACzD;AAEA,iEAAe,QAAQ,EAAC","sources":["webpack://icons/./src/svg/Check/icon-fill.svg","webpack://icons/./src/svg/Check/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/Check/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: \"m378-346.696 355.652-355.087q11.968-11.826 28.354-11.826 16.385 0 28.212 11.879 11.826 11.879 11.826 28.452 0 16.574-11.826 28.626l-383.87 383.87q-12.032 11.826-28.451 11.826t-28.245-11.826l-180.87-180.87q-11.826-12.119-11.609-28.712.218-16.593 12.097-28.419t28.452-11.826q16.574 0 28.626 11.826L378-346.696Z\"\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=\\\"m378-346.696 355.652-355.087q11.968-11.826 28.354-11.826 16.385 0 28.212 11.879 11.826 11.879 11.826 28.452 0 16.574-11.826 28.626l-383.87 383.87q-12.032 11.826-28.451 11.826t-28.245-11.826l-180.87-180.87q-11.826-12.119-11.609-28.712.218-16.593 12.097-28.419t28.452-11.826q16.574 0 28.626 11.826L378-346.696Z\\\"/></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: \"m378-346.696 355.652-355.087q11.968-11.826 28.354-11.826 16.385 0 28.212 11.879 11.826 11.879 11.826 28.452 0 16.574-11.826 28.626l-383.87 383.87q-12.032 11.826-28.451 11.826t-28.245-11.826l-180.87-180.87q-11.826-12.119-11.609-28.712.218-16.593 12.097-28.419t28.452-11.826q16.574 0 28.626 11.826L378-346.696Z\"\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=\\\"m378-346.696 355.652-355.087q11.968-11.826 28.354-11.826 16.385 0 28.212 11.879 11.826 11.879 11.826 28.452 0 16.574-11.826 28.626l-383.87 383.87q-12.032 11.826-28.451 11.826t-28.245-11.826l-180.87-180.87q-11.826-12.119-11.609-28.712.218-16.593 12.097-28.419t28.452-11.826q16.574 0 28.626 11.826L378-346.696Z\\\"/></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 CheckSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default CheckSVG;"],"names":[],"sourceRoot":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="m419.87-403.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="m419.87-403.696-87.261-87.261q-11.261-11.261-27.715-11.261t-29.155 12.261q-11.261 11.827-11.261 28.218t11.826 27.652L391.521-317.87q12.083 11.827 28.194 11.827 16.111 0 28.503-11.827l232.217-232.782q12.826-12.261 12.826-28.432 0-16.172-12.826-28.873-12.261-11.261-29.216-10.761-16.954.5-28.654 11.761L419.87-403.696Zm60.208 337.827q-85.469 0-161.006-32.395-75.536-32.395-131.975-88.833-56.438-56.439-88.833-131.897-32.395-75.459-32.395-160.928 0-86.469 32.395-162.006 32.395-75.536 88.745-131.504 56.349-55.968 131.849-88.616 75.5-32.648 161.017-32.648 86.516 0 162.12 32.604 75.603 32.604 131.529 88.497t88.549 131.452Q894.696-566.584 894.696-480q0 85.547-32.648 161.075-32.648 75.527-88.616 131.896-55.968 56.37-131.426 88.765-75.459 32.395-161.928 32.395Z"/></svg>
|
package/svg/CheckCircle/icon.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="m419.87-403.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="m419.87-403.696-87.261-87.261q-11.261-11.261-27.715-11.261t-29.155 12.261q-11.261 11.827-11.261 28.218t11.826 27.652L391.521-317.87q12.083 11.827 28.194 11.827 16.111 0 28.503-11.827l232.217-232.782q12.826-12.261 12.826-28.432 0-16.172-12.826-28.873-12.261-11.261-29.216-10.761-16.954.5-28.654 11.761L419.87-403.696Zm60.208 337.827q-85.469 0-161.006-32.395-75.536-32.395-131.975-88.833-56.438-56.439-88.833-131.897-32.395-75.459-32.395-160.928 0-86.469 32.395-162.006 32.395-75.536 88.745-131.504 56.349-55.968 131.849-88.616 75.5-32.648 161.017-32.648 86.516 0 162.12 32.604 75.603 32.604 131.529 88.497t88.549 131.452Q894.696-566.584 894.696-480q0 85.547-32.648 161.075-32.648 75.527-88.616 131.896-55.968 56.37-131.426 88.765-75.459 32.395-161.928 32.395ZM480-145.087q139.739 0 237.326-97.732Q814.913-340.551 814.913-480q0-139.739-97.587-237.326-97.587-97.587-237.609-97.587-139.021 0-236.826 97.587-97.804 97.587-97.804 237.609 0 139.021 97.732 236.826Q340.551-145.087 480-145.087ZM480-480Z"/></svg>
|
package/svg/CheckCircle/index.js
CHANGED
|
@@ -21,11 +21,11 @@ var SvgIconFill = function SvgIconFill(props) {
|
|
|
21
21
|
height: 48,
|
|
22
22
|
viewBox: "0 -960 960 960"
|
|
23
23
|
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
24
|
-
d: "m419.87-403.
|
|
24
|
+
d: "m419.87-403.696-87.261-87.261q-11.261-11.261-27.715-11.261t-29.155 12.261q-11.261 11.827-11.261 28.218t11.826 27.652L391.521-317.87q12.083 11.827 28.194 11.827 16.111 0 28.503-11.827l232.217-232.782q12.826-12.261 12.826-28.432 0-16.172-12.826-28.873-12.261-11.261-29.216-10.761-16.954.5-28.654 11.761L419.87-403.696Zm60.208 337.827q-85.469 0-161.006-32.395-75.536-32.395-131.975-88.833-56.438-56.439-88.833-131.897-32.395-75.459-32.395-160.928 0-86.469 32.395-162.006 32.395-75.536 88.745-131.504 56.349-55.968 131.849-88.616 75.5-32.648 161.017-32.648 86.516 0 162.12 32.604 75.603 32.604 131.529 88.497t88.549 131.452Q894.696-566.584 894.696-480q0 85.547-32.648 161.075-32.648 75.527-88.616 131.896-55.968 56.37-131.426 88.765-75.459 32.395-161.928 32.395Z"
|
|
25
25
|
})));
|
|
26
26
|
};
|
|
27
27
|
|
|
28
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"m419.87-403.
|
|
28
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"m419.87-403.696-87.261-87.261q-11.261-11.261-27.715-11.261t-29.155 12.261q-11.261 11.827-11.261 28.218t11.826 27.652L391.521-317.87q12.083 11.827 28.194 11.827 16.111 0 28.503-11.827l232.217-232.782q12.826-12.261 12.826-28.432 0-16.172-12.826-28.873-12.261-11.261-29.216-10.761-16.954.5-28.654 11.761L419.87-403.696Zm60.208 337.827q-85.469 0-161.006-32.395-75.536-32.395-131.975-88.833-56.438-56.439-88.833-131.897-32.395-75.459-32.395-160.928 0-86.469 32.395-162.006 32.395-75.536 88.745-131.504 56.349-55.968 131.849-88.616 75.5-32.648 161.017-32.648 86.516 0 162.12 32.604 75.603 32.604 131.529 88.497t88.549 131.452Q894.696-566.584 894.696-480q0 85.547-32.648 161.075-32.648 75.527-88.616 131.896-55.968 56.37-131.426 88.765-75.459 32.395-161.928 32.395Z\"/></svg>");
|
|
29
29
|
|
|
30
30
|
/***/ }),
|
|
31
31
|
|
|
@@ -48,11 +48,11 @@ var SvgIcon = function SvgIcon(props) {
|
|
|
48
48
|
height: 48,
|
|
49
49
|
viewBox: "0 -960 960 960"
|
|
50
50
|
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
51
|
-
d: "m419.87-403.
|
|
51
|
+
d: "m419.87-403.696-87.261-87.261q-11.261-11.261-27.715-11.261t-29.155 12.261q-11.261 11.827-11.261 28.218t11.826 27.652L391.521-317.87q12.083 11.827 28.194 11.827 16.111 0 28.503-11.827l232.217-232.782q12.826-12.261 12.826-28.432 0-16.172-12.826-28.873-12.261-11.261-29.216-10.761-16.954.5-28.654 11.761L419.87-403.696Zm60.208 337.827q-85.469 0-161.006-32.395-75.536-32.395-131.975-88.833-56.438-56.439-88.833-131.897-32.395-75.459-32.395-160.928 0-86.469 32.395-162.006 32.395-75.536 88.745-131.504 56.349-55.968 131.849-88.616 75.5-32.648 161.017-32.648 86.516 0 162.12 32.604 75.603 32.604 131.529 88.497t88.549 131.452Q894.696-566.584 894.696-480q0 85.547-32.648 161.075-32.648 75.527-88.616 131.896-55.968 56.37-131.426 88.765-75.459 32.395-161.928 32.395ZM480-145.087q139.739 0 237.326-97.732Q814.913-340.551 814.913-480q0-139.739-97.587-237.326-97.587-97.587-237.609-97.587-139.021 0-236.826 97.587-97.804 97.587-97.804 237.609 0 139.021 97.732 236.826Q340.551-145.087 480-145.087ZM480-480Z"
|
|
52
52
|
})));
|
|
53
53
|
};
|
|
54
54
|
|
|
55
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"m419.87-403.
|
|
55
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"m419.87-403.696-87.261-87.261q-11.261-11.261-27.715-11.261t-29.155 12.261q-11.261 11.827-11.261 28.218t11.826 27.652L391.521-317.87q12.083 11.827 28.194 11.827 16.111 0 28.503-11.827l232.217-232.782q12.826-12.261 12.826-28.432 0-16.172-12.826-28.873-12.261-11.261-29.216-10.761-16.954.5-28.654 11.761L419.87-403.696Zm60.208 337.827q-85.469 0-161.006-32.395-75.536-32.395-131.975-88.833-56.438-56.439-88.833-131.897-32.395-75.459-32.395-160.928 0-86.469 32.395-162.006 32.395-75.536 88.745-131.504 56.349-55.968 131.849-88.616 75.5-32.648 161.017-32.648 86.516 0 162.12 32.604 75.603 32.604 131.529 88.497t88.549 131.452Q894.696-566.584 894.696-480q0 85.547-32.648 161.075-32.648 75.527-88.616 131.896-55.968 56.37-131.426 88.765-75.459 32.395-161.928 32.395ZM480-145.087q139.739 0 237.326-97.732Q814.913-340.551 814.913-480q0-139.739-97.587-237.326-97.587-97.587-237.609-97.587-139.021 0-236.826 97.587-97.804 97.587-97.804 237.609 0 139.021 97.732 236.826Q340.551-145.087 480-145.087ZM480-480Z\"/></svg>");
|
|
56
56
|
|
|
57
57
|
/***/ }),
|
|
58
58
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"svg/CheckCircle/index.js","mappings":";;;;;;;;;;;;;AAAA;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACyC;AACzC,iEAAe,
|
|
1
|
+
{"version":3,"file":"svg/CheckCircle/index.js","mappings":";;;;;;;;;;;;;AAAA;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACyC;AACzC,iEAAe,42BAA42B;;;;;;;;;;;;;ACd33B;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACqC;AACrC,iEAAe,wlCAAwlC;;;;;;;ACdvmC;;;;;;UCAA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;WCtBA;WACA;WACA;WACA;WACA;WACA,iCAAiC,WAAW;WAC5C;WACA;;;;;WCPA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA;;;;;WCPA;;;;;WCAA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D;;;;;;;;;;;;;;;ACJsB;AACE;AAEjB,MAAM,iBAAiB,CAAC,SAA6B;AAL5D;AAME,QAAM,WAAU,kCAAM,YAAN,YAAiB;AAEjC,SAAO,YAAY,aAAa,0DAAW,GAAG,+DAAS;AACzD;AAEA,iEAAe,cAAc,EAAC","sources":["webpack://icons/./src/svg/CheckCircle/icon-fill.svg","webpack://icons/./src/svg/CheckCircle/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/CheckCircle/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: \"m419.87-403.696-87.261-87.261q-11.261-11.261-27.715-11.261t-29.155 12.261q-11.261 11.827-11.261 28.218t11.826 27.652L391.521-317.87q12.083 11.827 28.194 11.827 16.111 0 28.503-11.827l232.217-232.782q12.826-12.261 12.826-28.432 0-16.172-12.826-28.873-12.261-11.261-29.216-10.761-16.954.5-28.654 11.761L419.87-403.696Zm60.208 337.827q-85.469 0-161.006-32.395-75.536-32.395-131.975-88.833-56.438-56.439-88.833-131.897-32.395-75.459-32.395-160.928 0-86.469 32.395-162.006 32.395-75.536 88.745-131.504 56.349-55.968 131.849-88.616 75.5-32.648 161.017-32.648 86.516 0 162.12 32.604 75.603 32.604 131.529 88.497t88.549 131.452Q894.696-566.584 894.696-480q0 85.547-32.648 161.075-32.648 75.527-88.616 131.896-55.968 56.37-131.426 88.765-75.459 32.395-161.928 32.395Z\"\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=\\\"m419.87-403.696-87.261-87.261q-11.261-11.261-27.715-11.261t-29.155 12.261q-11.261 11.827-11.261 28.218t11.826 27.652L391.521-317.87q12.083 11.827 28.194 11.827 16.111 0 28.503-11.827l232.217-232.782q12.826-12.261 12.826-28.432 0-16.172-12.826-28.873-12.261-11.261-29.216-10.761-16.954.5-28.654 11.761L419.87-403.696Zm60.208 337.827q-85.469 0-161.006-32.395-75.536-32.395-131.975-88.833-56.438-56.439-88.833-131.897-32.395-75.459-32.395-160.928 0-86.469 32.395-162.006 32.395-75.536 88.745-131.504 56.349-55.968 131.849-88.616 75.5-32.648 161.017-32.648 86.516 0 162.12 32.604 75.603 32.604 131.529 88.497t88.549 131.452Q894.696-566.584 894.696-480q0 85.547-32.648 161.075-32.648 75.527-88.616 131.896-55.968 56.37-131.426 88.765-75.459 32.395-161.928 32.395Z\\\"/></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: \"m419.87-403.696-87.261-87.261q-11.261-11.261-27.715-11.261t-29.155 12.261q-11.261 11.827-11.261 28.218t11.826 27.652L391.521-317.87q12.083 11.827 28.194 11.827 16.111 0 28.503-11.827l232.217-232.782q12.826-12.261 12.826-28.432 0-16.172-12.826-28.873-12.261-11.261-29.216-10.761-16.954.5-28.654 11.761L419.87-403.696Zm60.208 337.827q-85.469 0-161.006-32.395-75.536-32.395-131.975-88.833-56.438-56.439-88.833-131.897-32.395-75.459-32.395-160.928 0-86.469 32.395-162.006 32.395-75.536 88.745-131.504 56.349-55.968 131.849-88.616 75.5-32.648 161.017-32.648 86.516 0 162.12 32.604 75.603 32.604 131.529 88.497t88.549 131.452Q894.696-566.584 894.696-480q0 85.547-32.648 161.075-32.648 75.527-88.616 131.896-55.968 56.37-131.426 88.765-75.459 32.395-161.928 32.395ZM480-145.087q139.739 0 237.326-97.732Q814.913-340.551 814.913-480q0-139.739-97.587-237.326-97.587-97.587-237.609-97.587-139.021 0-236.826 97.587-97.804 97.587-97.804 237.609 0 139.021 97.732 236.826Q340.551-145.087 480-145.087ZM480-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=\\\"m419.87-403.696-87.261-87.261q-11.261-11.261-27.715-11.261t-29.155 12.261q-11.261 11.827-11.261 28.218t11.826 27.652L391.521-317.87q12.083 11.827 28.194 11.827 16.111 0 28.503-11.827l232.217-232.782q12.826-12.261 12.826-28.432 0-16.172-12.826-28.873-12.261-11.261-29.216-10.761-16.954.5-28.654 11.761L419.87-403.696Zm60.208 337.827q-85.469 0-161.006-32.395-75.536-32.395-131.975-88.833-56.438-56.439-88.833-131.897-32.395-75.459-32.395-160.928 0-86.469 32.395-162.006 32.395-75.536 88.745-131.504 56.349-55.968 131.849-88.616 75.5-32.648 161.017-32.648 86.516 0 162.12 32.604 75.603 32.604 131.529 88.497t88.549 131.452Q894.696-566.584 894.696-480q0 85.547-32.648 161.075-32.648 75.527-88.616 131.896-55.968 56.37-131.426 88.765-75.459 32.395-161.928 32.395ZM480-145.087q139.739 0 237.326-97.732Q814.913-340.551 814.913-480q0-139.739-97.587-237.326-97.587-97.587-237.609-97.587-139.021 0-236.826 97.587-97.804 97.587-97.804 237.609 0 139.021 97.732 236.826Q340.551-145.087 480-145.087ZM480-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 CheckCircleSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default CheckCircleSVG;"],"names":[],"sourceRoot":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="m419.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="m419.566-481 170.217 170.217q11.826 11.826 11.326 27.783t-12.326 27.783q-11.826 11.826-28.283 11.826t-28.283-11.826L334.782-452.652q-6.13-6.13-9.261-13.391-3.13-7.261-3.13-14.957 0-7.696 3.13-14.957 3.131-7.261 9.261-13.391l198.435-198.435q11.826-11.826 28.283-11.826t28.283 11.826q11.826 11.826 11.826 28.283t-11.826 28.283L419.566-481Z"/></svg>
|
package/svg/ChevronLeft/icon.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="m419.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="m419.566-481 170.217 170.217q11.826 11.826 11.326 27.783t-12.326 27.783q-11.826 11.826-28.283 11.826t-28.283-11.826L334.782-452.652q-6.13-6.13-9.261-13.391-3.13-7.261-3.13-14.957 0-7.696 3.13-14.957 3.131-7.261 9.261-13.391l198.435-198.435q11.826-11.826 28.283-11.826t28.283 11.826q11.826 11.826 11.826 28.283t-11.826 28.283L419.566-481Z"/></svg>
|
package/svg/ChevronLeft/index.js
CHANGED
|
@@ -21,11 +21,11 @@ var SvgIconFill = function SvgIconFill(props) {
|
|
|
21
21
|
height: 48,
|
|
22
22
|
viewBox: "0 -960 960 960"
|
|
23
23
|
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
24
|
-
d: "m419.
|
|
24
|
+
d: "m419.566-481 170.217 170.217q11.826 11.826 11.326 27.783t-12.326 27.783q-11.826 11.826-28.283 11.826t-28.283-11.826L334.782-452.652q-6.13-6.13-9.261-13.391-3.13-7.261-3.13-14.957 0-7.696 3.13-14.957 3.131-7.261 9.261-13.391l198.435-198.435q11.826-11.826 28.283-11.826t28.283 11.826q11.826 11.826 11.826 28.283t-11.826 28.283L419.566-481Z"
|
|
25
25
|
})));
|
|
26
26
|
};
|
|
27
27
|
|
|
28
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"m419.
|
|
28
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"m419.566-481 170.217 170.217q11.826 11.826 11.326 27.783t-12.326 27.783q-11.826 11.826-28.283 11.826t-28.283-11.826L334.782-452.652q-6.13-6.13-9.261-13.391-3.13-7.261-3.13-14.957 0-7.696 3.13-14.957 3.131-7.261 9.261-13.391l198.435-198.435q11.826-11.826 28.283-11.826t28.283 11.826q11.826 11.826 11.826 28.283t-11.826 28.283L419.566-481Z\"/></svg>");
|
|
29
29
|
|
|
30
30
|
/***/ }),
|
|
31
31
|
|
|
@@ -48,11 +48,11 @@ var SvgIcon = function SvgIcon(props) {
|
|
|
48
48
|
height: 48,
|
|
49
49
|
viewBox: "0 -960 960 960"
|
|
50
50
|
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
51
|
-
d: "m419.
|
|
51
|
+
d: "m419.566-481 170.217 170.217q11.826 11.826 11.326 27.783t-12.326 27.783q-11.826 11.826-28.283 11.826t-28.283-11.826L334.782-452.652q-6.13-6.13-9.261-13.391-3.13-7.261-3.13-14.957 0-7.696 3.13-14.957 3.131-7.261 9.261-13.391l198.435-198.435q11.826-11.826 28.283-11.826t28.283 11.826q11.826 11.826 11.826 28.283t-11.826 28.283L419.566-481Z"
|
|
52
52
|
})));
|
|
53
53
|
};
|
|
54
54
|
|
|
55
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"m419.
|
|
55
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"m419.566-481 170.217 170.217q11.826 11.826 11.326 27.783t-12.326 27.783q-11.826 11.826-28.283 11.826t-28.283-11.826L334.782-452.652q-6.13-6.13-9.261-13.391-3.13-7.261-3.13-14.957 0-7.696 3.13-14.957 3.131-7.261 9.261-13.391l198.435-198.435q11.826-11.826 28.283-11.826t28.283 11.826q11.826 11.826 11.826 28.283t-11.826 28.283L419.566-481Z\"/></svg>");
|
|
56
56
|
|
|
57
57
|
/***/ }),
|
|
58
58
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"svg/ChevronLeft/index.js","mappings":";;;;;;;;;;;;;AAAA;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACyC;AACzC,iEAAe,
|
|
1
|
+
{"version":3,"file":"svg/ChevronLeft/index.js","mappings":";;;;;;;;;;;;;AAAA;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACyC;AACzC,iEAAe,ucAAuc;;;;;;;;;;;;;ACdtd;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACqC;AACrC,iEAAe,ucAAuc;;;;;;;ACdtd;;;;;;UCAA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;WCtBA;WACA;WACA;WACA;WACA;WACA,iCAAiC,WAAW;WAC5C;WACA;;;;;WCPA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA;;;;;WCPA;;;;;WCAA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D;;;;;;;;;;;;;;;ACJsB;AACE;AAEjB,MAAM,iBAAiB,CAAC,SAA6B;AAL5D;AAME,QAAM,WAAU,kCAAM,YAAN,YAAiB;AAEjC,SAAO,YAAY,aAAa,0DAAW,GAAG,+DAAS;AACzD;AAEA,iEAAe,cAAc,EAAC","sources":["webpack://icons/./src/svg/ChevronLeft/icon-fill.svg","webpack://icons/./src/svg/ChevronLeft/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/ChevronLeft/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: \"m419.566-481 170.217 170.217q11.826 11.826 11.326 27.783t-12.326 27.783q-11.826 11.826-28.283 11.826t-28.283-11.826L334.782-452.652q-6.13-6.13-9.261-13.391-3.13-7.261-3.13-14.957 0-7.696 3.13-14.957 3.131-7.261 9.261-13.391l198.435-198.435q11.826-11.826 28.283-11.826t28.283 11.826q11.826 11.826 11.826 28.283t-11.826 28.283L419.566-481Z\"\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=\\\"m419.566-481 170.217 170.217q11.826 11.826 11.326 27.783t-12.326 27.783q-11.826 11.826-28.283 11.826t-28.283-11.826L334.782-452.652q-6.13-6.13-9.261-13.391-3.13-7.261-3.13-14.957 0-7.696 3.13-14.957 3.131-7.261 9.261-13.391l198.435-198.435q11.826-11.826 28.283-11.826t28.283 11.826q11.826 11.826 11.826 28.283t-11.826 28.283L419.566-481Z\\\"/></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: \"m419.566-481 170.217 170.217q11.826 11.826 11.326 27.783t-12.326 27.783q-11.826 11.826-28.283 11.826t-28.283-11.826L334.782-452.652q-6.13-6.13-9.261-13.391-3.13-7.261-3.13-14.957 0-7.696 3.13-14.957 3.131-7.261 9.261-13.391l198.435-198.435q11.826-11.826 28.283-11.826t28.283 11.826q11.826 11.826 11.826 28.283t-11.826 28.283L419.566-481Z\"\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=\\\"m419.566-481 170.217 170.217q11.826 11.826 11.326 27.783t-12.326 27.783q-11.826 11.826-28.283 11.826t-28.283-11.826L334.782-452.652q-6.13-6.13-9.261-13.391-3.13-7.261-3.13-14.957 0-7.696 3.13-14.957 3.131-7.261 9.261-13.391l198.435-198.435q11.826-11.826 28.283-11.826t28.283 11.826q11.826 11.826 11.826 28.283t-11.826 28.283L419.566-481Z\\\"/></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 ChevronLeftSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default ChevronLeftSVG;"],"names":[],"sourceRoot":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M516.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M516.434-481 346.217-651.217Q334.391-663.043 334.891-679t12.326-27.783q11.826-11.826 28.283-11.826t28.283 11.826l197.435 197.435q6.13 6.13 9.261 13.391 3.13 7.261 3.13 14.957 0 7.696-3.13 14.957-3.131 7.261-9.261 13.391L402.783-254.217Q390.957-242.391 375-242.891t-27.783-12.326q-11.826-11.826-11.826-28.283t11.826-28.283L516.434-481Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M516.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M516.434-481 346.217-651.217Q334.391-663.043 334.891-679t12.326-27.783q11.826-11.826 28.283-11.826t28.283 11.826l197.435 197.435q6.13 6.13 9.261 13.391 3.13 7.261 3.13 14.957 0 7.696-3.13 14.957-3.131 7.261-9.261 13.391L402.783-254.217Q390.957-242.391 375-242.891t-27.783-12.326q-11.826-11.826-11.826-28.283t11.826-28.283L516.434-481Z"/></svg>
|