@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":"react/LockOpen/index.js","mappings":";;;;;;;;;;;;AAAA;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA,sBAAsB,gDAAmB;AACzC;AACA;AACA;AACA;AACA,GAAG,yCAAyC,gDAAmB;AAC/D;AACA,GAAG;AACH;AACyC;AACzC,sEAAe,
|
|
1
|
+
{"version":3,"file":"react/LockOpen/index.js","mappings":";;;;;;;;;;;;AAAA;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA,sBAAsB,gDAAmB;AACzC;AACA;AACA;AACA;AACA,GAAG,yCAAyC,gDAAmB;AAC/D;AACA,GAAG;AACH;AACyC;AACzC,sEAAe,i0BAAi0B;;;;;;;;;;;;ACdh1B;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA,sBAAsB,gDAAmB;AACzC;AACA;AACA;AACA;AACA,GAAG,yCAAyC,gDAAmB;AAC/D;AACA,GAAG;AACH;AACqC;AACrC,sEAAe,+4BAA+4B;;;;;;;;;;;ACZv5B,MAAM,mBAA8B;AAAA,EACzC,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,MAAM;AAAA,EACN,SAAS;AACX;;;;;;;;ACPA;;;;;;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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACNkB;AAEuB;AACE;AACV;AAGjC,MAAM,OAAO;AAEN,SAAS,SAAS,OAAuB;AAC9C,QAAkC,uCAC7B,qDAAgB,GAChB,QAFG,UAVV,IAUoC,IAAd,sBAAc,IAAd,CAAZ;AAIR,QAAM,gBAAgB,YAAY,aAAa,2EAAQ,GAAG,gFAAM;AAEhE,QAAM,YAAY,MAAM,OAAO,EAAE,OAAO,MAAM,MAAM,QAAQ,MAAM,KAAK,IAAI,CAAC;AAE5E,SAAO,2EAAC,+CAAc,cAAY,QAAU,YAAe,UAAW;AACxE;AAEA,iEAAe,QAAQ,EAAC","sources":["webpack://icons/./src/svg/LockOpen/icon-fill.svg","webpack://icons/./src/svg/LockOpen/icon.svg","webpack://icons/./src/react/common.ts","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/react/LockOpen/index.tsx"],"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: \"M225.087-67q-32.677 0-55.948-23.27-23.27-23.27-23.27-55.948v-423.825q0-32.911 23.27-56.347 23.271-23.437 55.948-23.437h371.912v-83.434q0-49.964-33.865-84.112-33.866-34.148-83.134-34.148-40.829 0-71.45 24.716-30.622 24.716-40.158 62.196-5.489 13.935-17.549 22.576-12.06 8.642-27.469 8.642-17.463 0-27.462-14.24-9.999-14.239-5.738-31.761 8.565-60.609 62.24-106.261Q406.088-931.305 480-931.305q81.868 0 139.043 57.74 57.175 57.74 57.175 140.174v83.564h58.695q32.91 0 56.347 23.437 23.436 23.436 23.436 56.347v423.825q0 32.678-23.436 55.948Q767.823-67 734.913-67H225.087Zm255.081-214.13q31.832 0 54.332-22.032Q557-325.193 557-356.13q0-30-22.668-54.5t-54.5-24.5q-31.832 0-54.332 24.5t-22.5 55q0 30.5 22.668 52.5t54.5 22Z\"\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=\\\"M225.087-67q-32.677 0-55.948-23.27-23.27-23.27-23.27-55.948v-423.825q0-32.911 23.27-56.347 23.271-23.437 55.948-23.437h371.912v-83.434q0-49.964-33.865-84.112-33.866-34.148-83.134-34.148-40.829 0-71.45 24.716-30.622 24.716-40.158 62.196-5.489 13.935-17.549 22.576-12.06 8.642-27.469 8.642-17.463 0-27.462-14.24-9.999-14.239-5.738-31.761 8.565-60.609 62.24-106.261Q406.088-931.305 480-931.305q81.868 0 139.043 57.74 57.175 57.74 57.175 140.174v83.564h58.695q32.91 0 56.347 23.437 23.436 23.436 23.436 56.347v423.825q0 32.678-23.436 55.948Q767.823-67 734.913-67H225.087Zm255.081-214.13q31.832 0 54.332-22.032Q557-325.193 557-356.13q0-30-22.668-54.5t-54.5-24.5q-31.832 0-54.332 24.5t-22.5 55q0 30.5 22.668 52.5t54.5 22Z\\\"/></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: \"M225.087-67q-32.677 0-55.948-23.27-23.27-23.27-23.27-55.948v-423.825q0-32.911 23.27-56.347 23.271-23.437 55.948-23.437h371.912v-83.434q0-49.964-33.865-84.112-33.866-34.148-83.134-34.148-40.829 0-71.45 24.716-30.622 24.716-40.158 62.196-5.489 13.935-17.549 22.576-12.06 8.642-27.469 8.642-17.463 0-27.462-14.24-9.999-14.239-5.738-31.761 14.391-65.87 67.004-108.891Q409.791-931.305 480-931.305q81.868 0 139.043 57.74 57.175 57.74 57.175 140.174v83.564h58.695q32.91 0 56.347 23.437 23.436 23.436 23.436 56.347v423.825q0 32.678-23.436 55.948Q767.823-67 734.913-67H225.087Zm0-79.218h509.826v-423.825H225.087v423.825ZM480.168-281.13q31.832 0 54.332-22.032Q557-325.193 557-356.13q0-30-22.668-54.5t-54.5-24.5q-31.832 0-54.332 24.5t-22.5 55q0 30.5 22.668 52.5t54.5 22ZM225.087-146.218v-423.825 423.825Z\"\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=\\\"M225.087-67q-32.677 0-55.948-23.27-23.27-23.27-23.27-55.948v-423.825q0-32.911 23.27-56.347 23.271-23.437 55.948-23.437h371.912v-83.434q0-49.964-33.865-84.112-33.866-34.148-83.134-34.148-40.829 0-71.45 24.716-30.622 24.716-40.158 62.196-5.489 13.935-17.549 22.576-12.06 8.642-27.469 8.642-17.463 0-27.462-14.24-9.999-14.239-5.738-31.761 14.391-65.87 67.004-108.891Q409.791-931.305 480-931.305q81.868 0 139.043 57.74 57.175 57.74 57.175 140.174v83.564h58.695q32.91 0 56.347 23.437 23.436 23.436 23.436 56.347v423.825q0 32.678-23.436 55.948Q767.823-67 734.913-67H225.087Zm0-79.218h509.826v-423.825H225.087v423.825ZM480.168-281.13q31.832 0 54.332-22.032Q557-325.193 557-356.13q0-30-22.668-54.5t-54.5-24.5q-31.832 0-54.332 24.5t-22.5 55q0 30.5 22.668 52.5t54.5 22ZM225.087-146.218v-423.825 423.825Z\\\"/></svg>\";","import type { IconProps } from '../types';\n\nexport const defaultIconProps: IconProps = {\n width: 20,\n height: 20,\n fill: 'currentColor',\n variant: 'filled',\n};\n","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 React from 'react';\n\nimport { ReactComponent as Filled } from '../../svg/LockOpen/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/LockOpen/icon.svg';\nimport { defaultIconProps } from '../common';\nimport type { IconPropsReact } from '../types';\n\nconst name = 'lock_open';\n\nexport function LockOpen(props: IconPropsReact) {\n const { variant, ...restProps } = {\n ...defaultIconProps,\n ...props,\n };\n const IconComponent = variant === 'outlined' ? Outlined : Filled;\n\n const overrides = props.size ? { width: props.size, height: props.size } : {};\n\n return <IconComponent aria-label={name} {...restProps} {...overrides} />;\n}\n\nexport default LockOpen;\n"],"names":[],"sourceRoot":""}
|
package/react/Login/index.js
CHANGED
|
@@ -20,11 +20,11 @@ var SvgIconFill = function SvgIconFill(props) {
|
|
|
20
20
|
height: 48,
|
|
21
21
|
viewBox: "0 -960 960 960"
|
|
22
22
|
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
23
|
-
d: "M517.
|
|
23
|
+
d: "M517.218-105.869q-16.707 0-28.158-11.502-11.451-11.501-11.451-28.282 0-16.782 11.451-28.108t28.158-11.326h257.695v-589.826H517.218q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.234t11.451-28.39q11.451-11.658 28.158-11.658h257.695q32.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.356H517.218Zm-65.002-334.522H145.478q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h304.738L378.825-591q-11.826-11.945-11.326-28.125t12.326-27.724q11.826-12.108 27.877-11.826 16.052.283 28.124 12.109l139.783 139.783q11.826 12.032 11.826 27.886t-11.826 27.68L436.826-312.434q-11.627 11.826-27.57 11.648-15.944-.179-27.617-12.2-11.64-11.456-11.923-28.039-.283-16.584 11.544-28.41l70.956-70.956Z"
|
|
24
24
|
})));
|
|
25
25
|
};
|
|
26
26
|
|
|
27
|
-
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M517.
|
|
27
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M517.218-105.869q-16.707 0-28.158-11.502-11.451-11.501-11.451-28.282 0-16.782 11.451-28.108t28.158-11.326h257.695v-589.826H517.218q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.234t11.451-28.39q11.451-11.658 28.158-11.658h257.695q32.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.356H517.218Zm-65.002-334.522H145.478q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h304.738L378.825-591q-11.826-11.945-11.326-28.125t12.326-27.724q11.826-12.108 27.877-11.826 16.052.283 28.124 12.109l139.783 139.783q11.826 12.032 11.826 27.886t-11.826 27.68L436.826-312.434q-11.627 11.826-27.57 11.648-15.944-.179-27.617-12.2-11.64-11.456-11.923-28.039-.283-16.584 11.544-28.41l70.956-70.956Z\"/></svg>");
|
|
28
28
|
|
|
29
29
|
/***/ }),
|
|
30
30
|
|
|
@@ -46,11 +46,11 @@ var SvgIcon = function SvgIcon(props) {
|
|
|
46
46
|
height: 48,
|
|
47
47
|
viewBox: "0 -960 960 960"
|
|
48
48
|
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
49
|
-
d: "M517.
|
|
49
|
+
d: "M517.218-105.869q-16.707 0-28.158-11.502-11.451-11.501-11.451-28.282 0-16.782 11.451-28.108t28.158-11.326h257.695v-589.826H517.218q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.234t11.451-28.39q11.451-11.658 28.158-11.658h257.695q32.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.356H517.218Zm-65.002-334.522H145.478q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h304.738L378.825-591q-11.826-11.945-11.326-28.125t12.326-27.724q11.826-12.108 27.877-11.826 16.052.283 28.124 12.109l139.783 139.783q11.826 12.032 11.826 27.886t-11.826 27.68L436.826-312.434q-11.627 11.826-27.57 11.648-15.944-.179-27.617-12.2-11.64-11.456-11.923-28.039-.283-16.584 11.544-28.41l70.956-70.956Z"
|
|
50
50
|
})));
|
|
51
51
|
};
|
|
52
52
|
|
|
53
|
-
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M517.
|
|
53
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M517.218-105.869q-16.707 0-28.158-11.502-11.451-11.501-11.451-28.282 0-16.782 11.451-28.108t28.158-11.326h257.695v-589.826H517.218q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.234t11.451-28.39q11.451-11.658 28.158-11.658h257.695q32.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.356H517.218Zm-65.002-334.522H145.478q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h304.738L378.825-591q-11.826-11.945-11.326-28.125t12.326-27.724q11.826-12.108 27.877-11.826 16.052.283 28.124 12.109l139.783 139.783q11.826 12.032 11.826 27.886t-11.826 27.68L436.826-312.434q-11.627 11.826-27.57 11.648-15.944-.179-27.617-12.2-11.64-11.456-11.923-28.039-.283-16.584 11.544-28.41l70.956-70.956Z\"/></svg>");
|
|
54
54
|
|
|
55
55
|
/***/ }),
|
|
56
56
|
|
package/react/Login/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"react/Login/index.js","mappings":";;;;;;;;;;;;AAAA;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA,sBAAsB,gDAAmB;AACzC;AACA;AACA;AACA;AACA,GAAG,yCAAyC,gDAAmB;AAC/D;AACA,GAAG;AACH;AACyC;AACzC,sEAAe,
|
|
1
|
+
{"version":3,"file":"react/Login/index.js","mappings":";;;;;;;;;;;;AAAA;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA,sBAAsB,gDAAmB;AACzC;AACA;AACA;AACA;AACA,GAAG,yCAAyC,gDAAmB;AAC/D;AACA,GAAG;AACH;AACyC;AACzC,sEAAe,y3BAAy3B;;;;;;;;;;;;ACdx4B;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA,sBAAsB,gDAAmB;AACzC;AACA;AACA;AACA;AACA,GAAG,yCAAyC,gDAAmB;AAC/D;AACA,GAAG;AACH;AACqC;AACrC,sEAAe,y3BAAy3B;;;;;;;;;;;ACZj4B,MAAM,mBAA8B;AAAA,EACzC,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,MAAM;AAAA,EACN,SAAS;AACX;;;;;;;;ACPA;;;;;;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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACNkB;AAEuB;AACE;AACV;AAGjC,MAAM,OAAO;AAEN,SAAS,MAAM,OAAuB;AAC3C,QAAkC,uCAC7B,qDAAgB,GAChB,QAFG,UAVV,IAUoC,IAAd,sBAAc,IAAd,CAAZ;AAIR,QAAM,gBAAgB,YAAY,aAAa,wEAAQ,GAAG,6EAAM;AAEhE,QAAM,YAAY,MAAM,OAAO,EAAE,OAAO,MAAM,MAAM,QAAQ,MAAM,KAAK,IAAI,CAAC;AAE5E,SAAO,2EAAC,+CAAc,cAAY,QAAU,YAAe,UAAW;AACxE;AAEA,iEAAe,KAAK,EAAC","sources":["webpack://icons/./src/svg/Login/icon-fill.svg","webpack://icons/./src/svg/Login/icon.svg","webpack://icons/./src/react/common.ts","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/react/Login/index.tsx"],"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: \"M517.218-105.869q-16.707 0-28.158-11.502-11.451-11.501-11.451-28.282 0-16.782 11.451-28.108t28.158-11.326h257.695v-589.826H517.218q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.234t11.451-28.39q11.451-11.658 28.158-11.658h257.695q32.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.356H517.218Zm-65.002-334.522H145.478q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h304.738L378.825-591q-11.826-11.945-11.326-28.125t12.326-27.724q11.826-12.108 27.877-11.826 16.052.283 28.124 12.109l139.783 139.783q11.826 12.032 11.826 27.886t-11.826 27.68L436.826-312.434q-11.627 11.826-27.57 11.648-15.944-.179-27.617-12.2-11.64-11.456-11.923-28.039-.283-16.584 11.544-28.41l70.956-70.956Z\"\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=\\\"M517.218-105.869q-16.707 0-28.158-11.502-11.451-11.501-11.451-28.282 0-16.782 11.451-28.108t28.158-11.326h257.695v-589.826H517.218q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.234t11.451-28.39q11.451-11.658 28.158-11.658h257.695q32.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.356H517.218Zm-65.002-334.522H145.478q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h304.738L378.825-591q-11.826-11.945-11.326-28.125t12.326-27.724q11.826-12.108 27.877-11.826 16.052.283 28.124 12.109l139.783 139.783q11.826 12.032 11.826 27.886t-11.826 27.68L436.826-312.434q-11.627 11.826-27.57 11.648-15.944-.179-27.617-12.2-11.64-11.456-11.923-28.039-.283-16.584 11.544-28.41l70.956-70.956Z\\\"/></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: \"M517.218-105.869q-16.707 0-28.158-11.502-11.451-11.501-11.451-28.282 0-16.782 11.451-28.108t28.158-11.326h257.695v-589.826H517.218q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.234t11.451-28.39q11.451-11.658 28.158-11.658h257.695q32.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.356H517.218Zm-65.002-334.522H145.478q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h304.738L378.825-591q-11.826-11.945-11.326-28.125t12.326-27.724q11.826-12.108 27.877-11.826 16.052.283 28.124 12.109l139.783 139.783q11.826 12.032 11.826 27.886t-11.826 27.68L436.826-312.434q-11.627 11.826-27.57 11.648-15.944-.179-27.617-12.2-11.64-11.456-11.923-28.039-.283-16.584 11.544-28.41l70.956-70.956Z\"\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=\\\"M517.218-105.869q-16.707 0-28.158-11.502-11.451-11.501-11.451-28.282 0-16.782 11.451-28.108t28.158-11.326h257.695v-589.826H517.218q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.234t11.451-28.39q11.451-11.658 28.158-11.658h257.695q32.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.356H517.218Zm-65.002-334.522H145.478q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h304.738L378.825-591q-11.826-11.945-11.326-28.125t12.326-27.724q11.826-12.108 27.877-11.826 16.052.283 28.124 12.109l139.783 139.783q11.826 12.032 11.826 27.886t-11.826 27.68L436.826-312.434q-11.627 11.826-27.57 11.648-15.944-.179-27.617-12.2-11.64-11.456-11.923-28.039-.283-16.584 11.544-28.41l70.956-70.956Z\\\"/></svg>\";","import type { IconProps } from '../types';\n\nexport const defaultIconProps: IconProps = {\n width: 20,\n height: 20,\n fill: 'currentColor',\n variant: 'filled',\n};\n","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 React from 'react';\n\nimport { ReactComponent as Filled } from '../../svg/Login/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/Login/icon.svg';\nimport { defaultIconProps } from '../common';\nimport type { IconPropsReact } from '../types';\n\nconst name = 'login';\n\nexport function Login(props: IconPropsReact) {\n const { variant, ...restProps } = {\n ...defaultIconProps,\n ...props,\n };\n const IconComponent = variant === 'outlined' ? Outlined : Filled;\n\n const overrides = props.size ? { width: props.size, height: props.size } : {};\n\n return <IconComponent aria-label={name} {...restProps} {...overrides} />;\n}\n\nexport default Login;\n"],"names":[],"sourceRoot":""}
|
package/react/Logout/index.js
CHANGED
|
@@ -20,11 +20,11 @@ var SvgIconFill = function SvgIconFill(props) {
|
|
|
20
20
|
height: 48,
|
|
21
21
|
viewBox: "0 -960 960 960"
|
|
22
22
|
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
23
|
-
d: "M185.
|
|
23
|
+
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.521h257.695q16.707 0 28.158 11.833 11.451 11.834 11.451 28.566t-11.451 28.058q-11.451 11.326-28.158 11.326H185.087v589.826h257.695q16.707 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108t-28.158 11.326H185.087Zm517.868-334.522H396.218q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h304.737L629.565-591q-11.827-11.945-11.327-28.125t12.327-27.724q11.826-12.108 28.086-11.826 16.26.283 28.479 12.109l139.783 139.783q11.261 12.032 11.261 27.886t-11.261 27.68L688.13-312.434q-11.626 11.826-27.682 11.609-16.057-.218-28.275-12.044-11.435-11.826-11.741-28.212-.306-16.386 12.133-28.354l70.39-70.956Z"
|
|
24
24
|
})));
|
|
25
25
|
};
|
|
26
26
|
|
|
27
|
-
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M185.
|
|
27
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<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.521h257.695q16.707 0 28.158 11.833 11.451 11.834 11.451 28.566t-11.451 28.058q-11.451 11.326-28.158 11.326H185.087v589.826h257.695q16.707 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108t-28.158 11.326H185.087Zm517.868-334.522H396.218q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h304.737L629.565-591q-11.827-11.945-11.327-28.125t12.327-27.724q11.826-12.108 28.086-11.826 16.26.283 28.479 12.109l139.783 139.783q11.261 12.032 11.261 27.886t-11.261 27.68L688.13-312.434q-11.626 11.826-27.682 11.609-16.057-.218-28.275-12.044-11.435-11.826-11.741-28.212-.306-16.386 12.133-28.354l70.39-70.956Z\"/></svg>");
|
|
28
28
|
|
|
29
29
|
/***/ }),
|
|
30
30
|
|
|
@@ -46,11 +46,11 @@ var SvgIcon = function SvgIcon(props) {
|
|
|
46
46
|
height: 48,
|
|
47
47
|
viewBox: "0 -960 960 960"
|
|
48
48
|
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
49
|
-
d: "M185.
|
|
49
|
+
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.521h257.695q16.707 0 28.158 11.833 11.451 11.834 11.451 28.566t-11.451 28.058q-11.451 11.326-28.158 11.326H185.087v589.826h257.695q16.707 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108t-28.158 11.326H185.087Zm517.868-334.522H396.218q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h304.737L629.565-591q-11.827-11.945-11.327-28.125t12.327-27.724q11.826-12.108 28.086-11.826 16.26.283 28.479 12.109l139.783 139.783q11.261 12.032 11.261 27.886t-11.261 27.68L688.13-312.434q-11.626 11.826-27.682 11.609-16.057-.218-28.275-12.044-11.435-11.826-11.741-28.212-.306-16.386 12.133-28.354l70.39-70.956Z"
|
|
50
50
|
})));
|
|
51
51
|
};
|
|
52
52
|
|
|
53
|
-
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M185.
|
|
53
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<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.521h257.695q16.707 0 28.158 11.833 11.451 11.834 11.451 28.566t-11.451 28.058q-11.451 11.326-28.158 11.326H185.087v589.826h257.695q16.707 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108t-28.158 11.326H185.087Zm517.868-334.522H396.218q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h304.737L629.565-591q-11.827-11.945-11.327-28.125t12.327-27.724q11.826-12.108 28.086-11.826 16.26.283 28.479 12.109l139.783 139.783q11.261 12.032 11.261 27.886t-11.261 27.68L688.13-312.434q-11.626 11.826-27.682 11.609-16.057-.218-28.275-12.044-11.435-11.826-11.741-28.212-.306-16.386 12.133-28.354l70.39-70.956Z\"/></svg>");
|
|
54
54
|
|
|
55
55
|
/***/ }),
|
|
56
56
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"react/Logout/index.js","mappings":";;;;;;;;;;;;AAAA;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA,sBAAsB,gDAAmB;AACzC;AACA;AACA;AACA;AACA,GAAG,yCAAyC,gDAAmB;AAC/D;AACA,GAAG;AACH;AACyC;AACzC,sEAAe,
|
|
1
|
+
{"version":3,"file":"react/Logout/index.js","mappings":";;;;;;;;;;;;AAAA;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA,sBAAsB,gDAAmB;AACzC;AACA;AACA;AACA;AACA,GAAG,yCAAyC,gDAAmB;AAC/D;AACA,GAAG;AACH;AACyC;AACzC,sEAAe,83BAA83B;;;;;;;;;;;;ACd74B;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA,sBAAsB,gDAAmB;AACzC;AACA;AACA;AACA;AACA,GAAG,yCAAyC,gDAAmB;AAC/D;AACA,GAAG;AACH;AACqC;AACrC,sEAAe,83BAA83B;;;;;;;;;;;ACZt4B,MAAM,mBAA8B;AAAA,EACzC,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,MAAM;AAAA,EACN,SAAS;AACX;;;;;;;;ACPA;;;;;;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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACNkB;AAEuB;AACE;AACV;AAGjC,MAAM,OAAO;AAEN,SAAS,OAAO,OAAuB;AAC5C,QAAkC,uCAC7B,qDAAgB,GAChB,QAFG,UAVV,IAUoC,IAAd,sBAAc,IAAd,CAAZ;AAIR,QAAM,gBAAgB,YAAY,aAAa,yEAAQ,GAAG,8EAAM;AAEhE,QAAM,YAAY,MAAM,OAAO,EAAE,OAAO,MAAM,MAAM,QAAQ,MAAM,KAAK,IAAI,CAAC;AAE5E,SAAO,2EAAC,+CAAc,cAAY,QAAU,YAAe,UAAW;AACxE;AAEA,iEAAe,MAAM,EAAC","sources":["webpack://icons/./src/svg/Logout/icon-fill.svg","webpack://icons/./src/svg/Logout/icon.svg","webpack://icons/./src/react/common.ts","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/react/Logout/index.tsx"],"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.521h257.695q16.707 0 28.158 11.833 11.451 11.834 11.451 28.566t-11.451 28.058q-11.451 11.326-28.158 11.326H185.087v589.826h257.695q16.707 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108t-28.158 11.326H185.087Zm517.868-334.522H396.218q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h304.737L629.565-591q-11.827-11.945-11.327-28.125t12.327-27.724q11.826-12.108 28.086-11.826 16.26.283 28.479 12.109l139.783 139.783q11.261 12.032 11.261 27.886t-11.261 27.68L688.13-312.434q-11.626 11.826-27.682 11.609-16.057-.218-28.275-12.044-11.435-11.826-11.741-28.212-.306-16.386 12.133-28.354l70.39-70.956Z\"\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.521h257.695q16.707 0 28.158 11.833 11.451 11.834 11.451 28.566t-11.451 28.058q-11.451 11.326-28.158 11.326H185.087v589.826h257.695q16.707 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108t-28.158 11.326H185.087Zm517.868-334.522H396.218q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h304.737L629.565-591q-11.827-11.945-11.327-28.125t12.327-27.724q11.826-12.108 28.086-11.826 16.26.283 28.479 12.109l139.783 139.783q11.261 12.032 11.261 27.886t-11.261 27.68L688.13-312.434q-11.626 11.826-27.682 11.609-16.057-.218-28.275-12.044-11.435-11.826-11.741-28.212-.306-16.386 12.133-28.354l70.39-70.956Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h257.695q16.707 0 28.158 11.833 11.451 11.834 11.451 28.566t-11.451 28.058q-11.451 11.326-28.158 11.326H185.087v589.826h257.695q16.707 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108t-28.158 11.326H185.087Zm517.868-334.522H396.218q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h304.737L629.565-591q-11.827-11.945-11.327-28.125t12.327-27.724q11.826-12.108 28.086-11.826 16.26.283 28.479 12.109l139.783 139.783q11.261 12.032 11.261 27.886t-11.261 27.68L688.13-312.434q-11.626 11.826-27.682 11.609-16.057-.218-28.275-12.044-11.435-11.826-11.741-28.212-.306-16.386 12.133-28.354l70.39-70.956Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h257.695q16.707 0 28.158 11.833 11.451 11.834 11.451 28.566t-11.451 28.058q-11.451 11.326-28.158 11.326H185.087v589.826h257.695q16.707 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108t-28.158 11.326H185.087Zm517.868-334.522H396.218q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h304.737L629.565-591q-11.827-11.945-11.327-28.125t12.327-27.724q11.826-12.108 28.086-11.826 16.26.283 28.479 12.109l139.783 139.783q11.261 12.032 11.261 27.886t-11.261 27.68L688.13-312.434q-11.626 11.826-27.682 11.609-16.057-.218-28.275-12.044-11.435-11.826-11.741-28.212-.306-16.386 12.133-28.354l70.39-70.956Z\\\"/></svg>\";","import type { IconProps } from '../types';\n\nexport const defaultIconProps: IconProps = {\n width: 20,\n height: 20,\n fill: 'currentColor',\n variant: 'filled',\n};\n","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 React from 'react';\n\nimport { ReactComponent as Filled } from '../../svg/Logout/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/Logout/icon.svg';\nimport { defaultIconProps } from '../common';\nimport type { IconPropsReact } from '../types';\n\nconst name = 'logout';\n\nexport function Logout(props: IconPropsReact) {\n const { variant, ...restProps } = {\n ...defaultIconProps,\n ...props,\n };\n const IconComponent = variant === 'outlined' ? Outlined : Filled;\n\n const overrides = props.size ? { width: props.size, height: props.size } : {};\n\n return <IconComponent aria-label={name} {...restProps} {...overrides} />;\n}\n\nexport default Logout;\n"],"names":[],"sourceRoot":""}
|
package/react/Menu/index.js
CHANGED
|
@@ -20,11 +20,11 @@ var SvgIconFill = function SvgIconFill(props) {
|
|
|
20
20
|
height: 48,
|
|
21
21
|
viewBox: "0 -960 960 960"
|
|
22
22
|
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
23
|
-
d: "M145.
|
|
23
|
+
d: "M145.478-219.086q-16.707 0-28.158-11.502-11.451-11.501-11.451-28.848 0-16.781 11.451-28.107 11.451-11.327 28.158-11.327h669.044q16.707 0 28.441 11.502 11.733 11.502 11.733 28.283 0 17.347-11.733 28.673-11.734 11.326-28.441 11.326H145.478Zm0-221.305q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h669.044q16.707 0 28.441 11.501 11.733 11.502 11.733 28.283 0 16.782-11.733 28.108-11.734 11.326-28.441 11.326H145.478Zm0-220.739q-16.707 0-28.158-11.502t-11.451-28.848q0-16.782 11.451-28.108t28.158-11.326h669.044q16.707 0 28.441 11.502 11.733 11.501 11.733 28.282 0 17.347-11.733 28.673-11.734 11.327-28.441 11.327H145.478Z"
|
|
24
24
|
})));
|
|
25
25
|
};
|
|
26
26
|
|
|
27
|
-
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M145.
|
|
27
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M145.478-219.086q-16.707 0-28.158-11.502-11.451-11.501-11.451-28.848 0-16.781 11.451-28.107 11.451-11.327 28.158-11.327h669.044q16.707 0 28.441 11.502 11.733 11.502 11.733 28.283 0 17.347-11.733 28.673-11.734 11.326-28.441 11.326H145.478Zm0-221.305q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h669.044q16.707 0 28.441 11.501 11.733 11.502 11.733 28.283 0 16.782-11.733 28.108-11.734 11.326-28.441 11.326H145.478Zm0-220.739q-16.707 0-28.158-11.502t-11.451-28.848q0-16.782 11.451-28.108t28.158-11.326h669.044q16.707 0 28.441 11.502 11.733 11.501 11.733 28.282 0 17.347-11.733 28.673-11.734 11.327-28.441 11.327H145.478Z\"/></svg>");
|
|
28
28
|
|
|
29
29
|
/***/ }),
|
|
30
30
|
|
|
@@ -46,11 +46,11 @@ var SvgIcon = function SvgIcon(props) {
|
|
|
46
46
|
height: 48,
|
|
47
47
|
viewBox: "0 -960 960 960"
|
|
48
48
|
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
49
|
-
d: "M145.
|
|
49
|
+
d: "M145.478-219.086q-16.707 0-28.158-11.502-11.451-11.501-11.451-28.848 0-16.781 11.451-28.107 11.451-11.327 28.158-11.327h669.044q16.707 0 28.441 11.502 11.733 11.502 11.733 28.283 0 17.347-11.733 28.673-11.734 11.326-28.441 11.326H145.478Zm0-221.305q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h669.044q16.707 0 28.441 11.501 11.733 11.502 11.733 28.283 0 16.782-11.733 28.108-11.734 11.326-28.441 11.326H145.478Zm0-220.739q-16.707 0-28.158-11.502t-11.451-28.848q0-16.782 11.451-28.108t28.158-11.326h669.044q16.707 0 28.441 11.502 11.733 11.501 11.733 28.282 0 17.347-11.733 28.673-11.734 11.327-28.441 11.327H145.478Z"
|
|
50
50
|
})));
|
|
51
51
|
};
|
|
52
52
|
|
|
53
|
-
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M145.
|
|
53
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M145.478-219.086q-16.707 0-28.158-11.502-11.451-11.501-11.451-28.848 0-16.781 11.451-28.107 11.451-11.327 28.158-11.327h669.044q16.707 0 28.441 11.502 11.733 11.502 11.733 28.283 0 17.347-11.733 28.673-11.734 11.326-28.441 11.326H145.478Zm0-221.305q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h669.044q16.707 0 28.441 11.501 11.733 11.502 11.733 28.283 0 16.782-11.733 28.108-11.734 11.326-28.441 11.326H145.478Zm0-220.739q-16.707 0-28.158-11.502t-11.451-28.848q0-16.782 11.451-28.108t28.158-11.326h669.044q16.707 0 28.441 11.502 11.733 11.501 11.733 28.282 0 17.347-11.733 28.673-11.734 11.327-28.441 11.327H145.478Z\"/></svg>");
|
|
54
54
|
|
|
55
55
|
/***/ }),
|
|
56
56
|
|
package/react/Menu/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"react/Menu/index.js","mappings":";;;;;;;;;;;;AAAA;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA,sBAAsB,gDAAmB;AACzC;AACA;AACA;AACA;AACA,GAAG,yCAAyC,gDAAmB;AAC/D;AACA,GAAG;AACH;AACyC;AACzC,sEAAe,
|
|
1
|
+
{"version":3,"file":"react/Menu/index.js","mappings":";;;;;;;;;;;;AAAA;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA,sBAAsB,gDAAmB;AACzC;AACA;AACA;AACA;AACA,GAAG,yCAAyC,gDAAmB;AAC/D;AACA,GAAG;AACH;AACyC;AACzC,sEAAe,2wBAA2wB;;;;;;;;;;;;ACd1xB;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA,sBAAsB,gDAAmB;AACzC;AACA;AACA;AACA;AACA,GAAG,yCAAyC,gDAAmB;AAC/D;AACA,GAAG;AACH;AACqC;AACrC,sEAAe,2wBAA2wB;;;;;;;;;;;ACZnxB,MAAM,mBAA8B;AAAA,EACzC,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,MAAM;AAAA,EACN,SAAS;AACX;;;;;;;;ACPA;;;;;;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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACNkB;AAEuB;AACE;AACV;AAGjC,MAAM,OAAO;AAEN,SAAS,KAAK,OAAuB;AAC1C,QAAkC,uCAC7B,qDAAgB,GAChB,QAFG,UAVV,IAUoC,IAAd,sBAAc,IAAd,CAAZ;AAIR,QAAM,gBAAgB,YAAY,aAAa,uEAAQ,GAAG,4EAAM;AAEhE,QAAM,YAAY,MAAM,OAAO,EAAE,OAAO,MAAM,MAAM,QAAQ,MAAM,KAAK,IAAI,CAAC;AAE5E,SAAO,2EAAC,+CAAc,cAAY,QAAU,YAAe,UAAW;AACxE;AAEA,iEAAe,IAAI,EAAC","sources":["webpack://icons/./src/svg/Menu/icon-fill.svg","webpack://icons/./src/svg/Menu/icon.svg","webpack://icons/./src/react/common.ts","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/react/Menu/index.tsx"],"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: \"M145.478-219.086q-16.707 0-28.158-11.502-11.451-11.501-11.451-28.848 0-16.781 11.451-28.107 11.451-11.327 28.158-11.327h669.044q16.707 0 28.441 11.502 11.733 11.502 11.733 28.283 0 17.347-11.733 28.673-11.734 11.326-28.441 11.326H145.478Zm0-221.305q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h669.044q16.707 0 28.441 11.501 11.733 11.502 11.733 28.283 0 16.782-11.733 28.108-11.734 11.326-28.441 11.326H145.478Zm0-220.739q-16.707 0-28.158-11.502t-11.451-28.848q0-16.782 11.451-28.108t28.158-11.326h669.044q16.707 0 28.441 11.502 11.733 11.501 11.733 28.282 0 17.347-11.733 28.673-11.734 11.327-28.441 11.327H145.478Z\"\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=\\\"M145.478-219.086q-16.707 0-28.158-11.502-11.451-11.501-11.451-28.848 0-16.781 11.451-28.107 11.451-11.327 28.158-11.327h669.044q16.707 0 28.441 11.502 11.733 11.502 11.733 28.283 0 17.347-11.733 28.673-11.734 11.326-28.441 11.326H145.478Zm0-221.305q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h669.044q16.707 0 28.441 11.501 11.733 11.502 11.733 28.283 0 16.782-11.733 28.108-11.734 11.326-28.441 11.326H145.478Zm0-220.739q-16.707 0-28.158-11.502t-11.451-28.848q0-16.782 11.451-28.108t28.158-11.326h669.044q16.707 0 28.441 11.502 11.733 11.501 11.733 28.282 0 17.347-11.733 28.673-11.734 11.327-28.441 11.327H145.478Z\\\"/></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: \"M145.478-219.086q-16.707 0-28.158-11.502-11.451-11.501-11.451-28.848 0-16.781 11.451-28.107 11.451-11.327 28.158-11.327h669.044q16.707 0 28.441 11.502 11.733 11.502 11.733 28.283 0 17.347-11.733 28.673-11.734 11.326-28.441 11.326H145.478Zm0-221.305q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h669.044q16.707 0 28.441 11.501 11.733 11.502 11.733 28.283 0 16.782-11.733 28.108-11.734 11.326-28.441 11.326H145.478Zm0-220.739q-16.707 0-28.158-11.502t-11.451-28.848q0-16.782 11.451-28.108t28.158-11.326h669.044q16.707 0 28.441 11.502 11.733 11.501 11.733 28.282 0 17.347-11.733 28.673-11.734 11.327-28.441 11.327H145.478Z\"\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=\\\"M145.478-219.086q-16.707 0-28.158-11.502-11.451-11.501-11.451-28.848 0-16.781 11.451-28.107 11.451-11.327 28.158-11.327h669.044q16.707 0 28.441 11.502 11.733 11.502 11.733 28.283 0 17.347-11.733 28.673-11.734 11.326-28.441 11.326H145.478Zm0-221.305q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h669.044q16.707 0 28.441 11.501 11.733 11.502 11.733 28.283 0 16.782-11.733 28.108-11.734 11.326-28.441 11.326H145.478Zm0-220.739q-16.707 0-28.158-11.502t-11.451-28.848q0-16.782 11.451-28.108t28.158-11.326h669.044q16.707 0 28.441 11.502 11.733 11.501 11.733 28.282 0 17.347-11.733 28.673-11.734 11.327-28.441 11.327H145.478Z\\\"/></svg>\";","import type { IconProps } from '../types';\n\nexport const defaultIconProps: IconProps = {\n width: 20,\n height: 20,\n fill: 'currentColor',\n variant: 'filled',\n};\n","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 React from 'react';\n\nimport { ReactComponent as Filled } from '../../svg/Menu/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/Menu/icon.svg';\nimport { defaultIconProps } from '../common';\nimport type { IconPropsReact } from '../types';\n\nconst name = 'menu';\n\nexport function Menu(props: IconPropsReact) {\n const { variant, ...restProps } = {\n ...defaultIconProps,\n ...props,\n };\n const IconComponent = variant === 'outlined' ? Outlined : Filled;\n\n const overrides = props.size ? { width: props.size, height: props.size } : {};\n\n return <IconComponent aria-label={name} {...restProps} {...overrides} />;\n}\n\nexport default Menu;\n"],"names":[],"sourceRoot":""}
|
|
@@ -20,11 +20,11 @@ var SvgIconFill = function SvgIconFill(props) {
|
|
|
20
20
|
height: 48,
|
|
21
21
|
viewBox: "0 -960 960 960"
|
|
22
22
|
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
23
|
-
d: "M185.
|
|
23
|
+
d: "M185.478-185.869q-16.957 0-28.283-11.326t-11.326-28.283q0-16.957 11.326-28.283t28.283-11.326h35.304v-289.869q0-88.914 51.478-160.588 51.478-71.674 138.131-90.369v-18.609q0-29.475 20.185-49.825 20.185-20.349 49.424-20.349t49.424 20.349q20.185 20.35 20.185 49.825v18.609q86.653 18.13 138.414 90 51.761 71.87 51.761 160.957v289.869h34.738q16.886 0 28.53 11.326 11.644 11.326 11.644 28.283t-11.644 28.283q-11.644 11.326-28.53 11.326H185.478ZM480.283-60.782q-34.979 0-59.892-24.863-24.913-24.864-24.913-60.224h169.609q0 35.261-24.913 60.174-24.913 24.913-59.891 24.913Z"
|
|
24
24
|
})));
|
|
25
25
|
};
|
|
26
26
|
|
|
27
|
-
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M185.
|
|
27
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M185.478-185.869q-16.957 0-28.283-11.326t-11.326-28.283q0-16.957 11.326-28.283t28.283-11.326h35.304v-289.869q0-88.914 51.478-160.588 51.478-71.674 138.131-90.369v-18.609q0-29.475 20.185-49.825 20.185-20.349 49.424-20.349t49.424 20.349q20.185 20.35 20.185 49.825v18.609q86.653 18.13 138.414 90 51.761 71.87 51.761 160.957v289.869h34.738q16.886 0 28.53 11.326 11.644 11.326 11.644 28.283t-11.644 28.283q-11.644 11.326-28.53 11.326H185.478ZM480.283-60.782q-34.979 0-59.892-24.863-24.913-24.864-24.913-60.224h169.609q0 35.261-24.913 60.174-24.913 24.913-59.891 24.913Z\"/></svg>");
|
|
28
28
|
|
|
29
29
|
/***/ }),
|
|
30
30
|
|
|
@@ -46,11 +46,11 @@ var SvgIcon = function SvgIcon(props) {
|
|
|
46
46
|
height: 48,
|
|
47
47
|
viewBox: "0 -960 960 960"
|
|
48
48
|
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
49
|
-
d: "M185.
|
|
49
|
+
d: "M185.478-185.869q-16.707 0-28.158-11.502-11.451-11.501-11.451-28.282 0-16.782 11.451-28.108t28.158-11.326h35.304v-289.869q0-88.914 51.478-160.588 51.478-71.674 138.131-90.369v-18.609q0-29.239 20.302-49.707 20.303-20.467 49.307-20.467t49.307 20.467q20.302 20.468 20.302 49.707v18.609q86.653 18.13 138.414 90 51.761 71.87 51.761 160.957v289.869h34.738q16.636 0 28.405 11.501 11.769 11.502 11.769 28.283 0 16.782-11.769 28.108t-28.405 11.326H185.478ZM480-499.739Zm.283 438.957q-34.95 0-59.878-24.994-24.927-24.994-24.927-60.093h169.609q0 35.261-25.044 60.174Q515-60.782 480.283-60.782ZM300-265.087h360v-289.869q0-74.435-52.5-127.217Q555-734.956 480-734.956t-127.5 52.783Q300-629.391 300-554.956v289.869Z"
|
|
50
50
|
})));
|
|
51
51
|
};
|
|
52
52
|
|
|
53
|
-
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M185.
|
|
53
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M185.478-185.869q-16.707 0-28.158-11.502-11.451-11.501-11.451-28.282 0-16.782 11.451-28.108t28.158-11.326h35.304v-289.869q0-88.914 51.478-160.588 51.478-71.674 138.131-90.369v-18.609q0-29.239 20.302-49.707 20.303-20.467 49.307-20.467t49.307 20.467q20.302 20.468 20.302 49.707v18.609q86.653 18.13 138.414 90 51.761 71.87 51.761 160.957v289.869h34.738q16.636 0 28.405 11.501 11.769 11.502 11.769 28.283 0 16.782-11.769 28.108t-28.405 11.326H185.478ZM480-499.739Zm.283 438.957q-34.95 0-59.878-24.994-24.927-24.994-24.927-60.093h169.609q0 35.261-25.044 60.174Q515-60.782 480.283-60.782ZM300-265.087h360v-289.869q0-74.435-52.5-127.217Q555-734.956 480-734.956t-127.5 52.783Q300-629.391 300-554.956v289.869Z\"/></svg>");
|
|
54
54
|
|
|
55
55
|
/***/ }),
|
|
56
56
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"react/Notifications/index.js","mappings":";;;;;;;;;;;;AAAA;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA,sBAAsB,gDAAmB;AACzC;AACA;AACA;AACA;AACA,GAAG,yCAAyC,gDAAmB;AAC/D;AACA,GAAG;AACH;AACyC;AACzC,sEAAe,
|
|
1
|
+
{"version":3,"file":"react/Notifications/index.js","mappings":";;;;;;;;;;;;AAAA;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA,sBAAsB,gDAAmB;AACzC;AACA;AACA;AACA;AACA,GAAG,yCAAyC,gDAAmB;AAC/D;AACA,GAAG;AACH;AACyC;AACzC,sEAAe,0qBAA0qB;;;;;;;;;;;;ACdzrB;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA,sBAAsB,gDAAmB;AACzC;AACA;AACA;AACA;AACA,GAAG,yCAAyC,gDAAmB;AAC/D;AACA,GAAG;AACH;AACqC;AACrC,sEAAe,kzBAAkzB;;;;;;;;;;;ACZ1zB,MAAM,mBAA8B;AAAA,EACzC,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,MAAM;AAAA,EACN,SAAS;AACX;;;;;;;;ACPA;;;;;;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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACNkB;AAEuB;AACE;AACV;AAGjC,MAAM,OAAO;AAEN,SAAS,cAAc,OAAuB;AACnD,QAAkC,uCAC7B,qDAAgB,GAChB,QAFG,UAVV,IAUoC,IAAd,sBAAc,IAAd,CAAZ;AAIR,QAAM,gBAAgB,YAAY,aAAa,gFAAQ,GAAG,qFAAM;AAEhE,QAAM,YAAY,MAAM,OAAO,EAAE,OAAO,MAAM,MAAM,QAAQ,MAAM,KAAK,IAAI,CAAC;AAE5E,SAAO,2EAAC,+CAAc,cAAY,QAAU,YAAe,UAAW;AACxE;AAEA,iEAAe,aAAa,EAAC","sources":["webpack://icons/./src/svg/Notifications/icon-fill.svg","webpack://icons/./src/svg/Notifications/icon.svg","webpack://icons/./src/react/common.ts","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/react/Notifications/index.tsx"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M185.478-185.869q-16.957 0-28.283-11.326t-11.326-28.283q0-16.957 11.326-28.283t28.283-11.326h35.304v-289.869q0-88.914 51.478-160.588 51.478-71.674 138.131-90.369v-18.609q0-29.475 20.185-49.825 20.185-20.349 49.424-20.349t49.424 20.349q20.185 20.35 20.185 49.825v18.609q86.653 18.13 138.414 90 51.761 71.87 51.761 160.957v289.869h34.738q16.886 0 28.53 11.326 11.644 11.326 11.644 28.283t-11.644 28.283q-11.644 11.326-28.53 11.326H185.478ZM480.283-60.782q-34.979 0-59.892-24.863-24.913-24.864-24.913-60.224h169.609q0 35.261-24.913 60.174-24.913 24.913-59.891 24.913Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M185.478-185.869q-16.957 0-28.283-11.326t-11.326-28.283q0-16.957 11.326-28.283t28.283-11.326h35.304v-289.869q0-88.914 51.478-160.588 51.478-71.674 138.131-90.369v-18.609q0-29.475 20.185-49.825 20.185-20.349 49.424-20.349t49.424 20.349q20.185 20.35 20.185 49.825v18.609q86.653 18.13 138.414 90 51.761 71.87 51.761 160.957v289.869h34.738q16.886 0 28.53 11.326 11.644 11.326 11.644 28.283t-11.644 28.283q-11.644 11.326-28.53 11.326H185.478ZM480.283-60.782q-34.979 0-59.892-24.863-24.913-24.864-24.913-60.224h169.609q0 35.261-24.913 60.174-24.913 24.913-59.891 24.913Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M185.478-185.869q-16.707 0-28.158-11.502-11.451-11.501-11.451-28.282 0-16.782 11.451-28.108t28.158-11.326h35.304v-289.869q0-88.914 51.478-160.588 51.478-71.674 138.131-90.369v-18.609q0-29.239 20.302-49.707 20.303-20.467 49.307-20.467t49.307 20.467q20.302 20.468 20.302 49.707v18.609q86.653 18.13 138.414 90 51.761 71.87 51.761 160.957v289.869h34.738q16.636 0 28.405 11.501 11.769 11.502 11.769 28.283 0 16.782-11.769 28.108t-28.405 11.326H185.478ZM480-499.739Zm.283 438.957q-34.95 0-59.878-24.994-24.927-24.994-24.927-60.093h169.609q0 35.261-25.044 60.174Q515-60.782 480.283-60.782ZM300-265.087h360v-289.869q0-74.435-52.5-127.217Q555-734.956 480-734.956t-127.5 52.783Q300-629.391 300-554.956v289.869Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M185.478-185.869q-16.707 0-28.158-11.502-11.451-11.501-11.451-28.282 0-16.782 11.451-28.108t28.158-11.326h35.304v-289.869q0-88.914 51.478-160.588 51.478-71.674 138.131-90.369v-18.609q0-29.239 20.302-49.707 20.303-20.467 49.307-20.467t49.307 20.467q20.302 20.468 20.302 49.707v18.609q86.653 18.13 138.414 90 51.761 71.87 51.761 160.957v289.869h34.738q16.636 0 28.405 11.501 11.769 11.502 11.769 28.283 0 16.782-11.769 28.108t-28.405 11.326H185.478ZM480-499.739Zm.283 438.957q-34.95 0-59.878-24.994-24.927-24.994-24.927-60.093h169.609q0 35.261-25.044 60.174Q515-60.782 480.283-60.782ZM300-265.087h360v-289.869q0-74.435-52.5-127.217Q555-734.956 480-734.956t-127.5 52.783Q300-629.391 300-554.956v289.869Z\\\"/></svg>\";","import type { IconProps } from '../types';\n\nexport const defaultIconProps: IconProps = {\n width: 20,\n height: 20,\n fill: 'currentColor',\n variant: 'filled',\n};\n","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 React from 'react';\n\nimport { ReactComponent as Filled } from '../../svg/Notifications/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/Notifications/icon.svg';\nimport { defaultIconProps } from '../common';\nimport type { IconPropsReact } from '../types';\n\nconst name = 'notifications';\n\nexport function Notifications(props: IconPropsReact) {\n const { variant, ...restProps } = {\n ...defaultIconProps,\n ...props,\n };\n const IconComponent = variant === 'outlined' ? Outlined : Filled;\n\n const overrides = props.size ? { width: props.size, height: props.size } : {};\n\n return <IconComponent aria-label={name} {...restProps} {...overrides} />;\n}\n\nexport default Notifications;\n"],"names":[],"sourceRoot":""}
|