@epilot360/icons 1.11.1 → 1.11.3
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/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/build/react/Comment/index.js +1 -1
- package/build/react/Comment/index.js.map +1 -1
- package/build/react/Delete/index.js +1 -1
- package/build/react/Delete/index.js.map +1 -1
- package/build/react/EntityBuilder/index.d.ts +4 -0
- package/build/react/EntityBuilder/index.js +2 -0
- package/build/react/EntityBuilder/index.js.map +1 -0
- package/build/react/EpilotIcon.d.ts +8 -0
- package/build/react/EpilotIcon.js +1 -1
- package/build/react/EpilotIcon.js.map +1 -1
- package/build/react/Partnering/index.js +1 -1
- package/build/react/Partnering/index.js.map +1 -1
- package/build/react/Portal/index.d.ts +4 -0
- package/build/react/Portal/index.js +2 -0
- package/build/react/Portal/index.js.map +1 -0
- package/build/react/Settings/index.js +1 -1
- package/build/react/Settings/index.js.map +1 -1
- package/build/react/ThumbDown/index.d.ts +4 -0
- package/build/react/ThumbDown/index.js +2 -0
- package/build/react/ThumbDown/index.js.map +1 -0
- package/build/react/ThumbUp/index.d.ts +4 -0
- package/build/react/ThumbUp/index.js +2 -0
- package/build/react/ThumbUp/index.js.map +1 -0
- package/build/react/index.d.ts +4 -0
- package/build/react/index.js +1 -1
- package/build/react/index.js.map +1 -1
- package/build/svg/Comment/icon-fill.svg +1 -1
- package/build/svg/Comment/icon.svg +1 -1
- package/build/svg/Comment/index.js +1 -1
- package/build/svg/Comment/index.js.map +1 -1
- package/build/svg/Delete/icon-fill.svg +1 -1
- package/build/svg/Delete/icon.svg +1 -1
- package/build/svg/Delete/index.js +1 -1
- package/build/svg/Delete/index.js.map +1 -1
- package/build/svg/EntityBuilder/icon-fill.svg +1 -1
- package/build/svg/EntityBuilder/icon.svg +1 -1
- package/build/svg/EntityBuilder/index.js +1 -1
- package/build/svg/EntityBuilder/index.js.map +1 -1
- package/build/svg/Partnering/icon-fill.svg +1 -1
- package/build/svg/Partnering/icon.svg +1 -1
- package/build/svg/Partnering/index.js +1 -1
- package/build/svg/Partnering/index.js.map +1 -1
- package/build/svg/Portal/icon-fill.svg +1 -0
- package/build/svg/Portal/icon.svg +1 -0
- package/build/svg/Portal/index.d.ts +3 -0
- package/build/svg/Portal/index.js +2 -0
- package/build/svg/Portal/index.js.map +1 -0
- package/build/svg/Settings/icon-fill.svg +1 -1
- package/build/svg/Settings/icon.svg +1 -1
- package/build/svg/Settings/index.js +1 -1
- package/build/svg/Settings/index.js.map +1 -1
- package/build/svg/ThumbDown/icon-fill.svg +1 -0
- package/build/svg/ThumbDown/icon.svg +1 -0
- package/build/svg/ThumbDown/index.d.ts +3 -0
- package/build/svg/ThumbDown/index.js +2 -0
- package/build/svg/ThumbDown/index.js.map +1 -0
- package/build/svg/ThumbUp/icon-fill.svg +1 -0
- package/build/svg/ThumbUp/icon.svg +1 -0
- package/build/svg/ThumbUp/index.d.ts +3 -0
- package/build/svg/ThumbUp/index.js +2 -0
- package/build/svg/ThumbUp/index.js.map +1 -0
- package/build/svg/index.d.ts +4 -0
- package/build/svg/index.js +1 -1
- package/build/svg/index.js.map +1 -1
- package/build/svg/svgIcon.d.ts +4 -0
- package/build/svg/svgIcon.js +1 -1
- package/build/svg/svgIcon.js.map +1 -1
- package/dist/bundle.js +1 -1
- package/dist/bundle.js.map +1 -1
- package/icons.config.yaml +17 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +3 -3
- package/react/Comment/index.js +1 -1
- package/react/Comment/index.js.map +1 -1
- package/react/Delete/index.js +1 -1
- package/react/Delete/index.js.map +1 -1
- package/react/EntityBuilder/index.d.ts +4 -0
- package/react/EntityBuilder/index.js +2 -0
- package/react/EntityBuilder/index.js.map +1 -0
- package/react/EpilotIcon.d.ts +8 -0
- package/react/EpilotIcon.js +1 -1
- package/react/EpilotIcon.js.map +1 -1
- package/react/Partnering/index.js +1 -1
- package/react/Partnering/index.js.map +1 -1
- package/react/Portal/index.d.ts +4 -0
- package/react/Portal/index.js +2 -0
- package/react/Portal/index.js.map +1 -0
- package/react/Settings/index.js +1 -1
- package/react/Settings/index.js.map +1 -1
- package/react/ThumbDown/index.d.ts +4 -0
- package/react/ThumbDown/index.js +2 -0
- package/react/ThumbDown/index.js.map +1 -0
- package/react/ThumbUp/index.d.ts +4 -0
- package/react/ThumbUp/index.js +2 -0
- package/react/ThumbUp/index.js.map +1 -0
- package/react/index.d.ts +4 -0
- package/react/index.js +1 -1
- package/react/index.js.map +1 -1
- package/src/react/EntityBuilder/index.tsx +22 -0
- package/src/react/EntityBuilder/story.stories.tsx +13 -0
- package/src/react/EpilotIcon.tsx +8 -0
- package/src/react/Portal/index.tsx +22 -0
- package/src/react/Portal/story.stories.tsx +13 -0
- package/src/react/ThumbDown/index.tsx +22 -0
- package/src/react/ThumbDown/story.stories.tsx +13 -0
- package/src/react/ThumbUp/index.tsx +22 -0
- package/src/react/ThumbUp/story.stories.tsx +13 -0
- package/src/react/index.ts +4 -0
- package/src/svg/Comment/icon-fill.svg +1 -1
- package/src/svg/Comment/icon.svg +1 -1
- package/src/svg/Delete/icon-fill.svg +1 -1
- package/src/svg/Delete/icon.svg +1 -1
- package/src/svg/EntityBuilder/icon-fill.svg +1 -1
- package/src/svg/EntityBuilder/icon.svg +1 -1
- package/src/svg/Partnering/icon-fill.svg +1 -1
- package/src/svg/Partnering/icon.svg +1 -1
- package/src/svg/Portal/icon-fill.svg +1 -0
- package/src/svg/Portal/icon.svg +1 -0
- package/src/svg/Portal/index.ts +12 -0
- package/src/svg/Settings/icon-fill.svg +1 -1
- package/src/svg/Settings/icon.svg +1 -1
- package/src/svg/ThumbDown/icon-fill.svg +1 -0
- package/src/svg/ThumbDown/icon.svg +1 -0
- package/src/svg/ThumbDown/index.ts +12 -0
- package/src/svg/ThumbUp/icon-fill.svg +1 -0
- package/src/svg/ThumbUp/icon.svg +1 -0
- package/src/svg/ThumbUp/index.ts +12 -0
- package/src/svg/index.ts +4 -0
- package/src/svg/svgIcon.ts +8 -0
- package/svg/Comment/icon-fill.svg +1 -1
- package/svg/Comment/icon.svg +1 -1
- package/svg/Comment/index.js +1 -1
- package/svg/Comment/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 +1 -1
- package/svg/Delete/index.js.map +1 -1
- package/svg/EntityBuilder/icon-fill.svg +1 -1
- package/svg/EntityBuilder/icon.svg +1 -1
- package/svg/EntityBuilder/index.js +1 -1
- package/svg/EntityBuilder/index.js.map +1 -1
- package/svg/Partnering/icon-fill.svg +1 -1
- package/svg/Partnering/icon.svg +1 -1
- package/svg/Partnering/index.js +1 -1
- package/svg/Partnering/index.js.map +1 -1
- package/svg/Portal/icon-fill.svg +1 -0
- package/svg/Portal/icon.svg +1 -0
- package/svg/Portal/index.d.ts +3 -0
- package/svg/Portal/index.js +2 -0
- package/svg/Portal/index.js.map +1 -0
- package/svg/Settings/icon-fill.svg +1 -1
- package/svg/Settings/icon.svg +1 -1
- package/svg/Settings/index.js +1 -1
- package/svg/Settings/index.js.map +1 -1
- package/svg/ThumbDown/icon-fill.svg +1 -0
- package/svg/ThumbDown/icon.svg +1 -0
- package/svg/ThumbDown/index.d.ts +3 -0
- package/svg/ThumbDown/index.js +2 -0
- package/svg/ThumbDown/index.js.map +1 -0
- package/svg/ThumbUp/icon-fill.svg +1 -0
- package/svg/ThumbUp/icon.svg +1 -0
- package/svg/ThumbUp/index.d.ts +3 -0
- package/svg/ThumbUp/index.js +2 -0
- package/svg/ThumbUp/index.js.map +1 -0
- package/svg/index.d.ts +4 -0
- package/svg/index.js +1 -1
- package/svg/index.js.map +1 -1
- package/svg/svgIcon.d.ts +4 -0
- package/svg/svgIcon.js +1 -1
- package/svg/svgIcon.js.map +1 -1
- package/yarn.lock +9 -9
package/svg/Delete/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"svg/Delete/index.js","mappings":"kEAcA,
|
|
1
|
+
{"version":3,"file":"svg/Delete/index.js","mappings":"kEAcA,ghC,0CCAA,mmC,WCdAA,EAAOC,QAAUC,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACX,EAASa,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEf,EAASc,IAC5EE,OAAOC,eAAejB,EAASc,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFlB,EAAoBsB,EAAKzB,IACH,oBAAX0B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAejB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAejB,EAAS,aAAc,CAAE4B,OAAO,GAAO,E,qFCAvD,MAAMC,EAAaC,IAL1B,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/Delete/icon-fill.svg","webpack://icons/./src/svg/Delete/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/Delete/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: \"M256.478-105.869q-33.49 0-56.637-22.981-23.147-22.98-23.147-56.237v-560.391h-11q-16.706 0-28.158-11.502-11.451-11.501-11.451-28.283 0-16.781 11.451-28.107 11.452-11.326 28.158-11.326h172.697q0-16.957 11.451-28.566 11.451-11.609 28.158-11.609h203.435q16.706 0 28.158 11.769 11.451 11.77 11.451 28.406h173.262q16.706 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108-11.452 11.326-28.158 11.326h-11v560.391q0 33.257-23.147 56.237-23.147 22.981-56.637 22.981H256.478Zm138.154-160.696q14.803 0 24.716-10.116t9.913-24.406v-329.956q0-14.291-10.166-24.406-10.167-10.116-24.531-10.116-15.086 0-24.999 10.116-9.913 10.115-9.913 24.406v329.956q0 14.29 10.088 24.406 10.089 10.116 24.892 10.116Zm171.479 0q14.411 0 24.607-10.116 10.195-10.116 10.195-24.406v-329.956q0-14.291-10.311-24.406-10.312-10.116-24.892-10.116t-24.775 10.116q-10.196 10.115-10.196 24.406v329.956q0 14.29 10.48 24.406 10.481 10.116 24.892 10.116Z\"\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=\\\"M256.478-105.869q-33.49 0-56.637-22.981-23.147-22.98-23.147-56.237v-560.391h-11q-16.706 0-28.158-11.502-11.451-11.501-11.451-28.283 0-16.781 11.451-28.107 11.452-11.326 28.158-11.326h172.697q0-16.957 11.451-28.566 11.451-11.609 28.158-11.609h203.435q16.706 0 28.158 11.769 11.451 11.77 11.451 28.406h173.262q16.706 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108-11.452 11.326-28.158 11.326h-11v560.391q0 33.257-23.147 56.237-23.147 22.981-56.637 22.981H256.478Zm138.154-160.696q14.803 0 24.716-10.116t9.913-24.406v-329.956q0-14.291-10.166-24.406-10.167-10.116-24.531-10.116-15.086 0-24.999 10.116-9.913 10.115-9.913 24.406v329.956q0 14.29 10.088 24.406 10.089 10.116 24.892 10.116Zm171.479 0q14.411 0 24.607-10.116 10.195-10.116 10.195-24.406v-329.956q0-14.291-10.311-24.406-10.312-10.116-24.892-10.116t-24.775 10.116q-10.196 10.115-10.196 24.406v329.956q0 14.29 10.48 24.406 10.481 10.116 24.892 10.116Z\\\"/></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: \"M256.478-105.869q-33.49 0-56.637-22.981-23.147-22.98-23.147-56.237v-560.391h-11q-16.706 0-28.158-11.502-11.451-11.501-11.451-28.283 0-16.781 11.451-28.107 11.452-11.326 28.158-11.326h172.697q0-16.957 11.451-28.566 11.451-11.609 28.158-11.609h203.435q16.706 0 28.158 11.769 11.451 11.77 11.451 28.406h173.262q16.706 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108-11.452 11.326-28.158 11.326h-11v560.391q0 33.257-23.147 56.237-23.147 22.981-56.637 22.981H256.478Zm447.044-639.609H256.478v560.391h447.044v-560.391Zm-308.89 478.913q14.803 0 24.716-10.116t9.913-24.406v-329.956q0-14.291-10.166-24.406-10.167-10.116-24.531-10.116-15.086 0-24.999 10.116-9.913 10.115-9.913 24.406v329.956q0 14.29 10.088 24.406 10.089 10.116 24.892 10.116Zm171.479 0q14.411 0 24.607-10.116 10.195-10.116 10.195-24.406v-329.956q0-14.291-10.311-24.406-10.312-10.116-24.892-10.116t-24.775 10.116q-10.196 10.115-10.196 24.406v329.956q0 14.29 10.48 24.406 10.481 10.116 24.892 10.116ZM256.478-745.478v560.391-560.391Z\"\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=\\\"M256.478-105.869q-33.49 0-56.637-22.981-23.147-22.98-23.147-56.237v-560.391h-11q-16.706 0-28.158-11.502-11.451-11.501-11.451-28.283 0-16.781 11.451-28.107 11.452-11.326 28.158-11.326h172.697q0-16.957 11.451-28.566 11.451-11.609 28.158-11.609h203.435q16.706 0 28.158 11.769 11.451 11.77 11.451 28.406h173.262q16.706 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108-11.452 11.326-28.158 11.326h-11v560.391q0 33.257-23.147 56.237-23.147 22.981-56.637 22.981H256.478Zm447.044-639.609H256.478v560.391h447.044v-560.391Zm-308.89 478.913q14.803 0 24.716-10.116t9.913-24.406v-329.956q0-14.291-10.166-24.406-10.167-10.116-24.531-10.116-15.086 0-24.999 10.116-9.913 10.115-9.913 24.406v329.956q0 14.29 10.088 24.406 10.089 10.116 24.892 10.116Zm171.479 0q14.411 0 24.607-10.116 10.195-10.116 10.195-24.406v-329.956q0-14.291-10.311-24.406-10.312-10.116-24.892-10.116t-24.775 10.116q-10.196 10.115-10.196 24.406v329.956q0 14.29 10.48 24.406 10.481 10.116 24.892 10.116ZM256.478-745.478v560.391-560.391Z\\\"/></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 DeleteSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default DeleteSVG;\n"],"names":["module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","DeleteSVG","opts","variant"],"sourceRoot":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M783.391-105.869h-43.217q-15.105 0-25.379-9.913-10.273-9.913-10.273-25.065 0-15.152 10.273-25.457 10.274-10.305 25.379-10.305h43.217v-43.217q0-15.105 10.305-25.379 10.305-10.273 25.457-10.273 15.152 0 25.348 10.273 10.195 10.274 10.195 25.379v43.217h43.217q14.866 0 24.977 10.305t10.111 25.457q0 15.152-10.111 25.065-10.111 9.913-24.977 9.913h-43.217v43.217q0 15.106-10.304 25.38Q834.087-27 818.935-27q-15.152 0-25.348-10.274-10.196-10.273-10.196-25.379v-43.217ZM185.087-524.521q-32.507 0-55.862-23.522-23.356-23.522-23.356-56.262v-170.608q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h589.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v170.608q0 32.74-23.521 56.262-23.522 23.522-56.262 23.522H185.087Zm0 418.652q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-171.608q0-32.507 23.356-55.863 23.355-23.355 55.862-23.355h589.826q32.74 0 56.262 23.355 23.521 23.356 23.521 55.863v33.565q-9.565-2.565-20.847-4.065-11.283-1.5-20.848-1.5-76.131 0-128.913 53.065-52.783 53.065-52.783 128.784 0 10.946 1.283 21.179 1.282 10.233 3.282 19.798H185.087Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M185.087-185.087v-171.608 33.601-5.601 143.608Zm0 79.218q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-171.608q0-32.507 23.356-55.863 23.355-23.355 55.862-23.355h589.826q32.74 0 56.262 23.355 23.521 23.356 23.521 55.863H185.087v171.608h406.609q16.706 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108-11.452 11.326-28.158 11.326H185.087Zm0-418.652q-32.507 0-55.862-23.522-23.356-23.522-23.356-56.262v-170.608q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h589.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v170.608q0 32.74-23.521 56.262-23.522 23.522-56.262 23.522H185.087Zm0-79.784h589.826v-170.608H185.087v170.608Zm0 0v-170.608 170.608Zm598.304 498.436h-43.217q-14.855 0-25.254-10.088-10.398-10.089-10.398-25.065 0-14.977 10.398-25.282 10.399-10.305 25.254-10.305h43.217v-43.217q0-14.855 10.481-25.254 10.48-10.398 25.456-10.398 14.977 0 25.173 10.398 10.195 10.399 10.195 25.254v43.217h43.217q14.616 0 24.852 10.481 10.236 10.48 10.236 25.456 0 14.977-10.236 24.89t-24.852 9.913h-43.217v43.217q0 14.856-10.48 25.254-10.48 10.399-25.457 10.399-14.976 0-25.172-10.399-10.196-10.398-10.196-25.254v-43.217Z"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
(()=>{"use strict";var e={
|
|
1
|
+
(()=>{"use strict";var e={6820:(e,t,r)=>{r.d(t,{Z:()=>v});r(9497);const v='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M783.391-105.869h-43.217q-15.105 0-25.379-9.913-10.273-9.913-10.273-25.065 0-15.152 10.273-25.457 10.274-10.305 25.379-10.305h43.217v-43.217q0-15.105 10.305-25.379 10.305-10.273 25.457-10.273 15.152 0 25.348 10.273 10.195 10.274 10.195 25.379v43.217h43.217q14.866 0 24.977 10.305t10.111 25.457q0 15.152-10.111 25.065-10.111 9.913-24.977 9.913h-43.217v43.217q0 15.106-10.304 25.38Q834.087-27 818.935-27q-15.152 0-25.348-10.274-10.196-10.273-10.196-25.379v-43.217ZM185.087-524.521q-32.507 0-55.862-23.522-23.356-23.522-23.356-56.262v-170.608q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h589.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v170.608q0 32.74-23.521 56.262-23.522 23.522-56.262 23.522H185.087Zm0 418.652q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-171.608q0-32.507 23.356-55.863 23.355-23.355 55.862-23.355h589.826q32.74 0 56.262 23.355 23.521 23.356 23.521 55.863v33.565q-9.565-2.565-20.847-4.065-11.283-1.5-20.848-1.5-76.131 0-128.913 53.065-52.783 53.065-52.783 128.784 0 10.946 1.283 21.179 1.282 10.233 3.282 19.798H185.087Z"/></svg>'},4405:(e,t,r)=>{r.d(t,{Z:()=>v});r(9497);const v='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M185.087-185.087v-171.608 33.601-5.601 143.608Zm0 79.218q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-171.608q0-32.507 23.356-55.863 23.355-23.355 55.862-23.355h589.826q32.74 0 56.262 23.355 23.521 23.356 23.521 55.863H185.087v171.608h406.609q16.706 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108-11.452 11.326-28.158 11.326H185.087Zm0-418.652q-32.507 0-55.862-23.522-23.356-23.522-23.356-56.262v-170.608q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h589.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v170.608q0 32.74-23.521 56.262-23.522 23.522-56.262 23.522H185.087Zm0-79.784h589.826v-170.608H185.087v170.608Zm0 0v-170.608 170.608Zm598.304 498.436h-43.217q-14.855 0-25.254-10.088-10.398-10.089-10.398-25.065 0-14.977 10.398-25.282 10.399-10.305 25.254-10.305h43.217v-43.217q0-14.855 10.481-25.254 10.48-10.398 25.456-10.398 14.977 0 25.173 10.398 10.195 10.399 10.195 25.254v43.217h43.217q14.616 0 24.852 10.481 10.236 10.48 10.236 25.456 0 14.977-10.236 24.89t-24.852 9.913h-43.217v43.217q0 14.856-10.48 25.254-10.48 10.399-25.457 10.399-14.976 0-25.172-10.399-10.196-10.398-10.196-25.254v-43.217Z"/></svg>'},9497:e=>{e.exports=require("react")}},t={};function r(v){var o=t[v];if(void 0!==o)return o.exports;var n=t[v]={exports:{}};return e[v](n,n.exports,r),n.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var v in t)r.o(t,v)&&!r.o(e,v)&&Object.defineProperty(e,v,{enumerable:!0,get:t[v]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var v={};(()=>{r.r(v),r.d(v,{EntityBuilderSVG:()=>o,default:()=>n});var e=r(6820),t=r(4405);const o=r=>{var v;return"outlined"===(null!=(v=null==r?void 0:r.variant)?v:"filled")?t.Z:e.Z},n=o})(),module.exports=v})();
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"svg/EntityBuilder/index.js","mappings":"mBACA,IAAIA,EAAsB,CCA1BA,EAAwB,CAACC,EAASC,KACjC,IAAI,IAAIC,KAAOD,EACXF,EAAoBI,EAAEF,EAAYC,KAASH,EAAoBI,EAAEH,EAASE,IAC5EE,OAAOC,eAAeL,EAASE,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDH,EAAwB,CAACS,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFV,EAAyBC,IACH,oBAAXa,QAA0BA,OAAOC,aAC1CV,OAAOC,eAAeL,EAASa,OAAOC,YAAa,CAAEC,MAAO,WAE7DX,OAAOC,eAAeL,EAAS,aAAc,CAAEe,OAAO,GAAO,G,0DCLzBC,QAAQ,SCc7C,MCTaC,EAAoBC,IALjC,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UDQnC,8uBEAA,+lBDNyD,EAGzD,I","sources":["webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/external commonjs2 \"react\"","webpack://icons/./src/svg/EntityBuilder/icon.svg","webpack://icons/./src/svg/EntityBuilder/index.ts","webpack://icons/./src/svg/EntityBuilder/icon-fill.svg"],"sourcesContent":["// The require scope\nvar __webpack_require__ = {};\n\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};","const __WEBPACK_NAMESPACE_OBJECT__ = require(\"react\");","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-586.957h509.826v-227.956H225.087v227.956Zm0 79.218q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-227.956q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h509.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v227.956q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H225.087Zm0 362.652h509.826v-227.956H225.087v227.956Zm0 79.218q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-227.956q0-32.74 23.356-56.261 23.355-23.522 55.862-23.522h509.826q32.74 0 56.262 23.522 23.521 23.521 23.521 56.261v227.956q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H225.087Zm0-521.088v-227.956 227.956Zm0 441.87v-227.956 227.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=\\\"M225.087-586.957h509.826v-227.956H225.087v227.956Zm0 79.218q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-227.956q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h509.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v227.956q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H225.087Zm0 362.652h509.826v-227.956H225.087v227.956Zm0 79.218q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-227.956q0-32.74 23.356-56.261 23.355-23.522 55.862-23.522h509.826q32.74 0 56.262 23.522 23.521 23.521 23.521 56.261v227.956q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H225.087Zm0-521.088v-227.956 227.956Zm0 441.87v-227.956 227.956Z\\\"/></svg>\";","import type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const EntityBuilderSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default EntityBuilderSVG;\n","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-507.739q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-227.956q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h509.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v227.956q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H225.087Zm0 441.87q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-227.956q0-32.74 23.356-56.261 23.355-23.522 55.862-23.522h509.826q32.74 0 56.262 23.522 23.521 23.521 23.521 56.261v227.956q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H225.087Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M225.087-507.739q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-227.956q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h509.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v227.956q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H225.087Zm0 441.87q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-227.956q0-32.74 23.356-56.261 23.355-23.522 55.862-23.522h509.826q32.74 0 56.262 23.522 23.521 23.521 23.521 56.261v227.956q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H225.087Z\\\"/></svg>\";"],"names":["__webpack_require__","exports","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","Symbol","toStringTag","value","require","EntityBuilderSVG","opts","variant"],"sourceRoot":""}
|
|
1
|
+
{"version":3,"file":"svg/EntityBuilder/index.js","mappings":"kEAcA,upC,0CCAA,uuC,WCdAA,EAAOC,QAAUC,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACX,EAASa,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEf,EAASc,IAC5EE,OAAOC,eAAejB,EAASc,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFlB,EAAoBsB,EAAKzB,IACH,oBAAX0B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAejB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAejB,EAAS,aAAc,CAAE4B,OAAO,GAAO,E,4FCAvD,MAAMC,EAAoBC,IALjC,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/EntityBuilder/icon-fill.svg","webpack://icons/./src/svg/EntityBuilder/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/EntityBuilder/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: \"M783.391-105.869h-43.217q-15.105 0-25.379-9.913-10.273-9.913-10.273-25.065 0-15.152 10.273-25.457 10.274-10.305 25.379-10.305h43.217v-43.217q0-15.105 10.305-25.379 10.305-10.273 25.457-10.273 15.152 0 25.348 10.273 10.195 10.274 10.195 25.379v43.217h43.217q14.866 0 24.977 10.305t10.111 25.457q0 15.152-10.111 25.065-10.111 9.913-24.977 9.913h-43.217v43.217q0 15.106-10.304 25.38Q834.087-27 818.935-27q-15.152 0-25.348-10.274-10.196-10.273-10.196-25.379v-43.217ZM185.087-524.521q-32.507 0-55.862-23.522-23.356-23.522-23.356-56.262v-170.608q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h589.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v170.608q0 32.74-23.521 56.262-23.522 23.522-56.262 23.522H185.087Zm0 418.652q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-171.608q0-32.507 23.356-55.863 23.355-23.355 55.862-23.355h589.826q32.74 0 56.262 23.355 23.521 23.356 23.521 55.863v33.565q-9.565-2.565-20.847-4.065-11.283-1.5-20.848-1.5-76.131 0-128.913 53.065-52.783 53.065-52.783 128.784 0 10.946 1.283 21.179 1.282 10.233 3.282 19.798H185.087Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M783.391-105.869h-43.217q-15.105 0-25.379-9.913-10.273-9.913-10.273-25.065 0-15.152 10.273-25.457 10.274-10.305 25.379-10.305h43.217v-43.217q0-15.105 10.305-25.379 10.305-10.273 25.457-10.273 15.152 0 25.348 10.273 10.195 10.274 10.195 25.379v43.217h43.217q14.866 0 24.977 10.305t10.111 25.457q0 15.152-10.111 25.065-10.111 9.913-24.977 9.913h-43.217v43.217q0 15.106-10.304 25.38Q834.087-27 818.935-27q-15.152 0-25.348-10.274-10.196-10.273-10.196-25.379v-43.217ZM185.087-524.521q-32.507 0-55.862-23.522-23.356-23.522-23.356-56.262v-170.608q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h589.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v170.608q0 32.74-23.521 56.262-23.522 23.522-56.262 23.522H185.087Zm0 418.652q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-171.608q0-32.507 23.356-55.863 23.355-23.355 55.862-23.355h589.826q32.74 0 56.262 23.355 23.521 23.356 23.521 55.863v33.565q-9.565-2.565-20.847-4.065-11.283-1.5-20.848-1.5-76.131 0-128.913 53.065-52.783 53.065-52.783 128.784 0 10.946 1.283 21.179 1.282 10.233 3.282 19.798H185.087Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M185.087-185.087v-171.608 33.601-5.601 143.608Zm0 79.218q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-171.608q0-32.507 23.356-55.863 23.355-23.355 55.862-23.355h589.826q32.74 0 56.262 23.355 23.521 23.356 23.521 55.863H185.087v171.608h406.609q16.706 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108-11.452 11.326-28.158 11.326H185.087Zm0-418.652q-32.507 0-55.862-23.522-23.356-23.522-23.356-56.262v-170.608q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h589.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v170.608q0 32.74-23.521 56.262-23.522 23.522-56.262 23.522H185.087Zm0-79.784h589.826v-170.608H185.087v170.608Zm0 0v-170.608 170.608Zm598.304 498.436h-43.217q-14.855 0-25.254-10.088-10.398-10.089-10.398-25.065 0-14.977 10.398-25.282 10.399-10.305 25.254-10.305h43.217v-43.217q0-14.855 10.481-25.254 10.48-10.398 25.456-10.398 14.977 0 25.173 10.398 10.195 10.399 10.195 25.254v43.217h43.217q14.616 0 24.852 10.481 10.236 10.48 10.236 25.456 0 14.977-10.236 24.89t-24.852 9.913h-43.217v43.217q0 14.856-10.48 25.254-10.48 10.399-25.457 10.399-14.976 0-25.172-10.399-10.196-10.398-10.196-25.254v-43.217Z\"\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-185.087v-171.608 33.601-5.601 143.608Zm0 79.218q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-171.608q0-32.507 23.356-55.863 23.355-23.355 55.862-23.355h589.826q32.74 0 56.262 23.355 23.521 23.356 23.521 55.863H185.087v171.608h406.609q16.706 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108-11.452 11.326-28.158 11.326H185.087Zm0-418.652q-32.507 0-55.862-23.522-23.356-23.522-23.356-56.262v-170.608q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h589.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v170.608q0 32.74-23.521 56.262-23.522 23.522-56.262 23.522H185.087Zm0-79.784h589.826v-170.608H185.087v170.608Zm0 0v-170.608 170.608Zm598.304 498.436h-43.217q-14.855 0-25.254-10.088-10.398-10.089-10.398-25.065 0-14.977 10.398-25.282 10.399-10.305 25.254-10.305h43.217v-43.217q0-14.855 10.481-25.254 10.48-10.398 25.456-10.398 14.977 0 25.173 10.398 10.195 10.399 10.195 25.254v43.217h43.217q14.616 0 24.852 10.481 10.236 10.48 10.236 25.456 0 14.977-10.236 24.89t-24.852 9.913h-43.217v43.217q0 14.856-10.48 25.254-10.48 10.399-25.457 10.399-14.976 0-25.172-10.399-10.196-10.398-10.196-25.254v-43.217Z\\\"/></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 EntityBuilderSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default EntityBuilderSVG;\n"],"names":["module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","EntityBuilderSVG","opts","variant"],"sourceRoot":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M479.478-96.825q-17 0-29.565-12.07-12.565-12.07-12.565-29.495 0-9.261 3.565-17.892 3.565-8.63 10.696-16.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M479.478-96.825q-17 0-29.565-12.07-12.565-12.07-12.565-29.495 0-9.261 3.565-17.892 3.565-8.63 10.696-16.326L620.956-341.39q4.435-4.435 4.435-9.935 0-5.5-4.435-10.5-5-4.435-10.5-5-5.5-.565-10.5 4.435L430.779-193.213q-7.301 7.301-15.714 10.301t-18.109 3q-16.435 0-28.5-11.783-12.065-11.782-12.065-28.782 0-11.131 3-19.044t10.374-14.722l168.104-168.669q5-4.435 5-10.217 0-5.783-5-10.783-4.435-4.435-10.218-4.435-5.782 0-10.782 4.435L351.897-279.22q-6.691 6.697-15.533 10.329-8.843 3.631-19.538 3.631-16 0-28.283-12.283-12.283-12.283-12.283-28.848 0-9.696 3.566-17.826 3.565-8.131 10.13-15.261l166.521-167.087q5-4.434 5-9.934 0-5.5-5-10.5-4.434-4.435-10.217-4.435t-10.783 4.435L270.358-360.72q-6.236 6.806-14.797 9.872-8.562 3.066-19.692 3.066-17 0-29.065-11.778-12.066-11.778-12.066-27.788 0-9.695 4.131-18.956 4.13-9.261 11.261-16.392l187.608-188.173q13.652-13.652 32.908-11.829 19.256 1.822 33.789 15.655l74.781 75.347q14.391 14.391 29.304 23.022 14.913 8.63 38.435 8.63 35.957 0 59.088-22.196 23.13-22.195 23.13-59.456 0-19.088-7.478-33.435-7.479-14.348-22.74-29.609L498.043-805.652l11.087-12.088q18.131-17.695 40.827-27.326 22.695-9.63 49.913-9.63 27.131 0 50.826 9.913 23.696 9.913 42.827 28.478l157.695 158.13q21.391 21.957 32.435 48.479 11.043 26.522 11.043 60.609 0 28.478-11.826 54.348-11.826 25.87-31.652 46.262L513.696-110.521q-8.566 8.566-16.544 11.13-7.978 2.566-17.674 2.566ZM161.652-418.218l-57.957-57.391q-17.565-16.565-27.696-39.696-10.13-23.13-10.13-51.087 0-29.392 10.282-53.37 10.283-23.978 27.544-41.239l154.304-155.304q17.13-17.13 39.695-27.761 22.566-10.63 48.653-10.63 30.957 0 53.652 8.913 22.696 8.913 43.827 29.478L636.955-623.74q11.827 11.826 16.74 22.087 4.913 10.261 4.913 19.957 0 22.261-14.696 37.239-14.696 14.978-37.522 14.978-10.696 0-22.739-5.913-12.044-5.913-23.305-17.739l-76.042-76.042q-23.34-23.218-55.909-23.218-32.57 0-55.788 23.218L161.652-418.218Z"/></svg>
|
package/svg/Partnering/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="M474.058-140q4.812 0 11.312-2.217 6.5-2.218 11.065-6.783l334.739-335.739q14.106-14.138 21.748-32.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M474.058-140q4.812 0 11.312-2.217 6.5-2.218 11.065-6.783l334.739-335.739q14.106-14.138 21.748-32.768 7.643-18.629 7.643-38.889 0-19.648-7.643-39.22-7.642-19.572-21.748-34.211L667.001-794q-13.566-13-31.322-19.5-17.757-6.5-35.787-6.5-18.036 0-35.29 6.217-17.254 6.218-29.689 18.087l-14.043 14.609 77.609 78.043q14.695 16.261 26.109 37.305 11.413 21.043 11.413 46.471 0 42.486-33.505 75.442-33.504 32.957-76.691 32.957-28.196 0-46.957-8.63-18.761-8.631-35.022-24.892l-71.87-71.869L201.13-445.435q-5 4.435-7 10.218-2 5.782-2 11.782 0 13 8.218 21.218Q208.565-394 221.565-394q6 0 11.783-3 5.782-3 9.782-7l111.191-111.139q9.157-9.209 21.157-9.209t21 9.283q9 9.283 9 21.069 0 11.787-9 20.648L286.177-363.061q-5.047 5.061-7.047 11.446-2 6.386-2 12.18 0 12.226 8.435 20.831Q294-310 306-310q6 0 11.853-2.536 5.852-2.537 10.453-6.573l109.849-110.473q9.193-9.2 21.193-8.918 12 .283 21 8.718 9 9 9 21t-9 21L369.496-277.476q-3.496 4.041-6.279 10.635-2.782 6.595-2.782 12.406 0 12.226 8.858 21.113 8.859 8.887 21.048 8.887 6.094 0 11.376-2.282 5.283-2.283 9.718-6.718l111.347-111.913q8.859-9 20.93-8.717 12.07.283 21.07 8.717 9 9.566 9 21.352 0 11.787-9 20.648L453.435-192q-4.435 5-6.718 11.385-2.282 6.386-2.282 11.18 0 14.226 8 21.831 8 7.604 21.623 7.604Zm.377 73q-35.826 0-64.37-24.782-28.544-24.783-35.805-62.478-32.869-5.566-56.152-29.131-23.282-23.565-28.848-55.869-31.739-6.131-54.521-29.348-22.783-23.218-28.913-54.522-37.566-7.261-62.414-35.385-24.847-28.123-24.847-65.95 0-19.231 7.63-38.492 7.631-19.261 21.761-33.956L316.39-665.348Q339.426-688 372.148-688t55.939 22.652L490.435-603q8 8 17.688 12.783 9.689 4.782 19.442 4.782 12.677 0 23.774-11.5 11.096-11.5 11.096-23.935 0-6-4.065-14.065Q554.304-643 546.87-651L402.699-795.174q-12.395-12.391-30.808-18.609Q353.478-820 334.365-820q-19.687 0-36.613 6.217-16.926 6.218-28.796 18.653L122.609-649.913q-12.305 12.869-17.522 28.934-5.218 16.066-5.652 36.761.13 17.739 8.348 33.696 8.217 15.956 18.521 29.26L74.26-469.218q-20-19.173-33.348-51.304Q27.565-552.652 27-585.218q-.565-34.522 10.652-64 11.218-29.478 33.914-52.174L216.347-846.74q23.13-23.13 55.15-34.195 32.019-11.066 63.854-11.066 33.53 0 64.202 11.066 30.671 11.065 53.534 33.065l14.609 14.043 14.043-14.043q22.565-21.435 54.522-32.783 31.957-11.348 64.348-11.348 32.392 0 63.566 11.913 31.174 11.914 54.304 35.044l167.13 166.565q23.708 23.477 35.55 56.391 11.842 32.914 11.842 65.408 0 33.059-12.696 66.109t-36.392 57.311L547.479-97.39q-14.696 14.695-33.457 22.543Q495.261-67 474.435-67ZM362.173-636.173Z"/></svg>
|
package/svg/Partnering/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
(()=>{"use strict";var
|
|
1
|
+
(()=>{"use strict";var t={3958:(t,e,r)=>{r.d(e,{Z:()=>q});r(9497);const q='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M479.478-96.825q-17 0-29.565-12.07-12.565-12.07-12.565-29.495 0-9.261 3.565-17.892 3.565-8.63 10.696-16.326L620.956-341.39q4.435-4.435 4.435-9.935 0-5.5-4.435-10.5-5-4.435-10.5-5-5.5-.565-10.5 4.435L430.779-193.213q-7.301 7.301-15.714 10.301t-18.109 3q-16.435 0-28.5-11.783-12.065-11.782-12.065-28.782 0-11.131 3-19.044t10.374-14.722l168.104-168.669q5-4.435 5-10.217 0-5.783-5-10.783-4.435-4.435-10.218-4.435-5.782 0-10.782 4.435L351.897-279.22q-6.691 6.697-15.533 10.329-8.843 3.631-19.538 3.631-16 0-28.283-12.283-12.283-12.283-12.283-28.848 0-9.696 3.566-17.826 3.565-8.131 10.13-15.261l166.521-167.087q5-4.434 5-9.934 0-5.5-5-10.5-4.434-4.435-10.217-4.435t-10.783 4.435L270.358-360.72q-6.236 6.806-14.797 9.872-8.562 3.066-19.692 3.066-17 0-29.065-11.778-12.066-11.778-12.066-27.788 0-9.695 4.131-18.956 4.13-9.261 11.261-16.392l187.608-188.173q13.652-13.652 32.908-11.829 19.256 1.822 33.789 15.655l74.781 75.347q14.391 14.391 29.304 23.022 14.913 8.63 38.435 8.63 35.957 0 59.088-22.196 23.13-22.195 23.13-59.456 0-19.088-7.478-33.435-7.479-14.348-22.74-29.609L498.043-805.652l11.087-12.088q18.131-17.695 40.827-27.326 22.695-9.63 49.913-9.63 27.131 0 50.826 9.913 23.696 9.913 42.827 28.478l157.695 158.13q21.391 21.957 32.435 48.479 11.043 26.522 11.043 60.609 0 28.478-11.826 54.348-11.826 25.87-31.652 46.262L513.696-110.521q-8.566 8.566-16.544 11.13-7.978 2.566-17.674 2.566ZM161.652-418.218l-57.957-57.391q-17.565-16.565-27.696-39.696-10.13-23.13-10.13-51.087 0-29.392 10.282-53.37 10.283-23.978 27.544-41.239l154.304-155.304q17.13-17.13 39.695-27.761 22.566-10.63 48.653-10.63 30.957 0 53.652 8.913 22.696 8.913 43.827 29.478L636.955-623.74q11.827 11.826 16.74 22.087 4.913 10.261 4.913 19.957 0 22.261-14.696 37.239-14.696 14.978-37.522 14.978-10.696 0-22.739-5.913-12.044-5.913-23.305-17.739l-76.042-76.042q-23.34-23.218-55.909-23.218-32.57 0-55.788 23.218L161.652-418.218Z"/></svg>'},1255:(t,e,r)=>{r.d(e,{Z:()=>q});r(9497);const q='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M474.058-140q4.812 0 11.312-2.217 6.5-2.218 11.065-6.783l334.739-335.739q14.106-14.138 21.748-32.768 7.643-18.629 7.643-38.889 0-19.648-7.643-39.22-7.642-19.572-21.748-34.211L667.001-794q-13.566-13-31.322-19.5-17.757-6.5-35.787-6.5-18.036 0-35.29 6.217-17.254 6.218-29.689 18.087l-14.043 14.609 77.609 78.043q14.695 16.261 26.109 37.305 11.413 21.043 11.413 46.471 0 42.486-33.505 75.442-33.504 32.957-76.691 32.957-28.196 0-46.957-8.63-18.761-8.631-35.022-24.892l-71.87-71.869L201.13-445.435q-5 4.435-7 10.218-2 5.782-2 11.782 0 13 8.218 21.218Q208.565-394 221.565-394q6 0 11.783-3 5.782-3 9.782-7l111.191-111.139q9.157-9.209 21.157-9.209t21 9.283q9 9.283 9 21.069 0 11.787-9 20.648L286.177-363.061q-5.047 5.061-7.047 11.446-2 6.386-2 12.18 0 12.226 8.435 20.831Q294-310 306-310q6 0 11.853-2.536 5.852-2.537 10.453-6.573l109.849-110.473q9.193-9.2 21.193-8.918 12 .283 21 8.718 9 9 9 21t-9 21L369.496-277.476q-3.496 4.041-6.279 10.635-2.782 6.595-2.782 12.406 0 12.226 8.858 21.113 8.859 8.887 21.048 8.887 6.094 0 11.376-2.282 5.283-2.283 9.718-6.718l111.347-111.913q8.859-9 20.93-8.717 12.07.283 21.07 8.717 9 9.566 9 21.352 0 11.787-9 20.648L453.435-192q-4.435 5-6.718 11.385-2.282 6.386-2.282 11.18 0 14.226 8 21.831 8 7.604 21.623 7.604Zm.377 73q-35.826 0-64.37-24.782-28.544-24.783-35.805-62.478-32.869-5.566-56.152-29.131-23.282-23.565-28.848-55.869-31.739-6.131-54.521-29.348-22.783-23.218-28.913-54.522-37.566-7.261-62.414-35.385-24.847-28.123-24.847-65.95 0-19.231 7.63-38.492 7.631-19.261 21.761-33.956L316.39-665.348Q339.426-688 372.148-688t55.939 22.652L490.435-603q8 8 17.688 12.783 9.689 4.782 19.442 4.782 12.677 0 23.774-11.5 11.096-11.5 11.096-23.935 0-6-4.065-14.065Q554.304-643 546.87-651L402.699-795.174q-12.395-12.391-30.808-18.609Q353.478-820 334.365-820q-19.687 0-36.613 6.217-16.926 6.218-28.796 18.653L122.609-649.913q-12.305 12.869-17.522 28.934-5.218 16.066-5.652 36.761.13 17.739 8.348 33.696 8.217 15.956 18.521 29.26L74.26-469.218q-20-19.173-33.348-51.304Q27.565-552.652 27-585.218q-.565-34.522 10.652-64 11.218-29.478 33.914-52.174L216.347-846.74q23.13-23.13 55.15-34.195 32.019-11.066 63.854-11.066 33.53 0 64.202 11.066 30.671 11.065 53.534 33.065l14.609 14.043 14.043-14.043q22.565-21.435 54.522-32.783 31.957-11.348 64.348-11.348 32.392 0 63.566 11.913 31.174 11.914 54.304 35.044l167.13 166.565q23.708 23.477 35.55 56.391 11.842 32.914 11.842 65.408 0 33.059-12.696 66.109t-36.392 57.311L547.479-97.39q-14.696 14.695-33.457 22.543Q495.261-67 474.435-67ZM362.173-636.173Z"/></svg>'},9497:t=>{t.exports=require("react")}},e={};function r(q){var l=e[q];if(void 0!==l)return l.exports;var o=e[q]={exports:{}};return t[q](o,o.exports,r),o.exports}r.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},r.d=(t,e)=>{for(var q in e)r.o(e,q)&&!r.o(t,q)&&Object.defineProperty(t,q,{enumerable:!0,get:e[q]})},r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var q={};(()=>{r.r(q),r.d(q,{PartneringSVG:()=>l,default:()=>o});var t=r(3958),e=r(1255);const l=r=>{var q;return"outlined"===(null!=(q=null==r?void 0:r.variant)?q:"filled")?e.Z:t.Z},o=l})(),module.exports=q})();
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"svg/Partnering/index.js","mappings":"kEAcA,2pD,0CCAA,i2E,WCdAA,EAAOC,QAAUC,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACX,EAASa,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEf,EAASc,IAC5EE,OAAOC,eAAejB,EAASc,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFlB,EAAoBsB,EAAKzB,IACH,oBAAX0B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAejB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAejB,EAAS,aAAc,CAAE4B,OAAO,GAAO,E,yFCAvD,MAAMC,EAAiBC,IAL9B,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/Partnering/icon-fill.svg","webpack://icons/./src/svg/Partnering/icon.svg","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/svg/Partnering/index.ts"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M479.478-96.825q-17 0-29.565-12.07-12.565-12.07-12.565-29.495 0-9.261 3.565-17.892 3.565-8.63 10.696-16.326L630.956-351.39l-21-21-179.078 179.347q-7.154 7.131-15.595 10.131t-18.168 3q-16.502 0-28.613-11.783-12.111-11.782-12.111-28.782 0-11.131 3-19.044t10.261-14.609l178.217-178.782-21-21-175.391 174.956q-6.565 6.565-15.261 10.13-8.696 3.566-19.391 3.566-16 0-28.283-12.283-12.283-12.283-12.283-28.848 0-9.696 3.566-17.826 3.565-8.131 10.13-15.261l176.521-176.521-21-21-175.521 176.521q-6.13 6.696-14.544 9.696-8.413 3-19.543 3-17 0-29.065-11.778-12.066-11.778-12.066-27.788 0-9.695 4.131-18.956 4.13-9.261 11.261-16.392l219.043-219.043 110.043 110.043q14.391 14.391 29.304 23.022 14.913 8.63 38.435 8.63 35.957 0 59.088-22.196 23.13-22.195 23.13-59.456 0-19.088-7.478-33.435-7.479-14.348-22.74-29.609L498.043-805.652l11.087-12.088q18.131-17.695 40.827-27.326 22.695-9.63 49.913-9.63 27.131 0 50.826 9.913 23.696 9.913 42.827 28.478l157.695 158.13q21.391 21.957 32.435 48.479 11.043 26.522 11.043 60.609 0 28.478-11.826 54.348-11.826 25.87-31.652 46.262L513.696-110.521q-8.566 8.566-16.544 11.13-7.978 2.566-17.674 2.566ZM161.652-418.218l-57.957-57.391q-17.565-16.565-27.696-39.696-10.13-23.13-10.13-51.087 0-29.392 10.282-53.37 10.283-23.978 27.544-41.239l154.304-155.304q17.13-17.13 39.695-27.761 22.566-10.63 48.653-10.63 30.957 0 53.652 8.913 22.696 8.913 43.827 29.478L636.955-623.74q11.827 11.826 16.74 22.087 4.913 10.261 4.913 19.957 0 22.261-14.696 37.239-14.696 14.978-37.522 14.978-10.696 0-22.739-5.913-12.044-5.913-23.305-17.739L428.738-684.739 161.652-418.218Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M479.478-96.825q-17 0-29.565-12.07-12.565-12.07-12.565-29.495 0-9.261 3.565-17.892 3.565-8.63 10.696-16.326L630.956-351.39l-21-21-179.078 179.347q-7.154 7.131-15.595 10.131t-18.168 3q-16.502 0-28.613-11.783-12.111-11.782-12.111-28.782 0-11.131 3-19.044t10.261-14.609l178.217-178.782-21-21-175.391 174.956q-6.565 6.565-15.261 10.13-8.696 3.566-19.391 3.566-16 0-28.283-12.283-12.283-12.283-12.283-28.848 0-9.696 3.566-17.826 3.565-8.131 10.13-15.261l176.521-176.521-21-21-175.521 176.521q-6.13 6.696-14.544 9.696-8.413 3-19.543 3-17 0-29.065-11.778-12.066-11.778-12.066-27.788 0-9.695 4.131-18.956 4.13-9.261 11.261-16.392l219.043-219.043 110.043 110.043q14.391 14.391 29.304 23.022 14.913 8.63 38.435 8.63 35.957 0 59.088-22.196 23.13-22.195 23.13-59.456 0-19.088-7.478-33.435-7.479-14.348-22.74-29.609L498.043-805.652l11.087-12.088q18.131-17.695 40.827-27.326 22.695-9.63 49.913-9.63 27.131 0 50.826 9.913 23.696 9.913 42.827 28.478l157.695 158.13q21.391 21.957 32.435 48.479 11.043 26.522 11.043 60.609 0 28.478-11.826 54.348-11.826 25.87-31.652 46.262L513.696-110.521q-8.566 8.566-16.544 11.13-7.978 2.566-17.674 2.566ZM161.652-418.218l-57.957-57.391q-17.565-16.565-27.696-39.696-10.13-23.13-10.13-51.087 0-29.392 10.282-53.37 10.283-23.978 27.544-41.239l154.304-155.304q17.13-17.13 39.695-27.761 22.566-10.63 48.653-10.63 30.957 0 53.652 8.913 22.696 8.913 43.827 29.478L636.955-623.74q11.827 11.826 16.74 22.087 4.913 10.261 4.913 19.957 0 22.261-14.696 37.239-14.696 14.978-37.522 14.978-10.696 0-22.739-5.913-12.044-5.913-23.305-17.739L428.738-684.739 161.652-418.218Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M474.058-140q4.812 0 11.312-2.217 6.5-2.218 11.065-6.783l334.739-335.739q14.106-14.138 21.748-32.934 7.643-18.796 7.643-38.723 0-19.648-7.643-39.22-7.642-19.572-21.748-34.211L667.001-794q-13.566-13-31.322-19.5-17.757-6.5-35.787-6.5-17.703 0-35.123 6.217-17.421 6.218-29.856 18.087l-14.043 14.609 77.609 78.043q14.695 16.261 26.109 37.305 11.413 21.043 11.413 46.471 0 42.486-33.505 75.442-33.504 32.957-76.691 32.957-28.196 0-46.957-8.63-18.761-8.631-34.708-24.733l-72.184-72.028L201.13-445.435q-5 4.435-7 10.244t-2 12.125q0 12.631 8.218 20.849Q208.565-394 221.232-394q6.333 0 12.116-3 5.782-3 9.782-7l132.348-132.348 42 42-131.311 131.299q-5.037 5.049-7.037 11.434-2 6.386-2 12.18 0 12.283 8.435 20.859Q294-310 306-310q6 0 11.783-2.5 5.782-2.5 10.38-6.533l131.185-131.749 42 42-131.864 131.314q-3.484 4.033-6.267 10.461-2.782 6.427-2.782 12.572 0 12.226 8.858 21.113 8.859 8.887 21.048 8.887 6.094 0 11.376-2.282 5.283-2.283 9.718-6.718l132.347-132.913 42 42L453.435-192q-4.435 5-6.718 11.385-2.282 6.386-2.282 11.18 0 14.226 8 21.831 8 7.604 21.623 7.604Zm.441 73q-35.89 0-64.434-24.782-28.544-24.783-35.805-62.597-32.869-5.447-56.152-29.012-23.282-23.565-28.848-55.869-31.739-6.131-54.521-29.348-22.783-23.218-28.913-54.522-37.566-7.261-62.414-35.385-24.847-28.123-24.847-65.95 0-19.231 7.854-38.541 7.855-19.31 21.537-33.907l224-224L490.435-603q8 8 17.522 12.783 9.521 4.782 19.608 4.782 12.677 0 23.774-11.5 11.096-11.5 11.096-24.088 0-5.847-4.065-13.912Q554.304-643 546.87-651L402.699-795.174q-12.395-12.391-30.808-18.609Q353.478-820 334.365-820q-19.354 0-36.447 6.217-17.092 6.218-28.903 18.51l-146.406 145.36q-12.305 12.869-17.522 28.934-5.218 16.066-5.652 37.261.13 17.239 8.348 33.196 8.217 15.956 18.521 29.26L74.26-469.218q-20-19.173-33.348-51.304Q27.565-552.652 27-585.218q-.565-34.522 10.652-64 11.218-29.478 33.914-52.174L216.347-846.74q23.13-23.13 54.943-34.195 31.813-11.066 63.854-11.066 33.737 0 64.409 11.066 30.671 11.065 53.534 33.065l14.609 14.043 14.043-14.043q22.565-21.435 54.315-32.783 31.751-11.348 64.349-11.348t63.772 11.913q31.174 11.914 54.304 35.044l167.13 166.565q23.708 23.477 35.55 56.424 11.842 32.946 11.842 65.408 0 33.026-12.696 66.076-12.696 33.05-36.392 57.311L547.479-97.39q-14.696 14.695-33.489 22.543Q495.197-67 474.499-67ZM361.173-636.173Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M474.058-140q4.812 0 11.312-2.217 6.5-2.218 11.065-6.783l334.739-335.739q14.106-14.138 21.748-32.934 7.643-18.796 7.643-38.723 0-19.648-7.643-39.22-7.642-19.572-21.748-34.211L667.001-794q-13.566-13-31.322-19.5-17.757-6.5-35.787-6.5-17.703 0-35.123 6.217-17.421 6.218-29.856 18.087l-14.043 14.609 77.609 78.043q14.695 16.261 26.109 37.305 11.413 21.043 11.413 46.471 0 42.486-33.505 75.442-33.504 32.957-76.691 32.957-28.196 0-46.957-8.63-18.761-8.631-34.708-24.733l-72.184-72.028L201.13-445.435q-5 4.435-7 10.244t-2 12.125q0 12.631 8.218 20.849Q208.565-394 221.232-394q6.333 0 12.116-3 5.782-3 9.782-7l132.348-132.348 42 42-131.311 131.299q-5.037 5.049-7.037 11.434-2 6.386-2 12.18 0 12.283 8.435 20.859Q294-310 306-310q6 0 11.783-2.5 5.782-2.5 10.38-6.533l131.185-131.749 42 42-131.864 131.314q-3.484 4.033-6.267 10.461-2.782 6.427-2.782 12.572 0 12.226 8.858 21.113 8.859 8.887 21.048 8.887 6.094 0 11.376-2.282 5.283-2.283 9.718-6.718l132.347-132.913 42 42L453.435-192q-4.435 5-6.718 11.385-2.282 6.386-2.282 11.18 0 14.226 8 21.831 8 7.604 21.623 7.604Zm.441 73q-35.89 0-64.434-24.782-28.544-24.783-35.805-62.597-32.869-5.447-56.152-29.012-23.282-23.565-28.848-55.869-31.739-6.131-54.521-29.348-22.783-23.218-28.913-54.522-37.566-7.261-62.414-35.385-24.847-28.123-24.847-65.95 0-19.231 7.854-38.541 7.855-19.31 21.537-33.907l224-224L490.435-603q8 8 17.522 12.783 9.521 4.782 19.608 4.782 12.677 0 23.774-11.5 11.096-11.5 11.096-24.088 0-5.847-4.065-13.912Q554.304-643 546.87-651L402.699-795.174q-12.395-12.391-30.808-18.609Q353.478-820 334.365-820q-19.354 0-36.447 6.217-17.092 6.218-28.903 18.51l-146.406 145.36q-12.305 12.869-17.522 28.934-5.218 16.066-5.652 37.261.13 17.239 8.348 33.196 8.217 15.956 18.521 29.26L74.26-469.218q-20-19.173-33.348-51.304Q27.565-552.652 27-585.218q-.565-34.522 10.652-64 11.218-29.478 33.914-52.174L216.347-846.74q23.13-23.13 54.943-34.195 31.813-11.066 63.854-11.066 33.737 0 64.409 11.066 30.671 11.065 53.534 33.065l14.609 14.043 14.043-14.043q22.565-21.435 54.315-32.783 31.751-11.348 64.349-11.348t63.772 11.913q31.174 11.914 54.304 35.044l167.13 166.565q23.708 23.477 35.55 56.424 11.842 32.946 11.842 65.408 0 33.026-12.696 66.076-12.696 33.05-36.392 57.311L547.479-97.39q-14.696 14.695-33.489 22.543Q495.197-67 474.499-67ZM361.173-636.173Z\\\"/></svg>\";","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const PartneringSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default PartneringSVG;\n"],"names":["module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","PartneringSVG","opts","variant"],"sourceRoot":""}
|
|
1
|
+
{"version":3,"file":"svg/Partnering/index.js","mappings":"kEAcA,o9D,0CCAA,+jF,WCdAA,EAAOC,QAAUC,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACX,EAASa,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEf,EAASc,IAC5EE,OAAOC,eAAejB,EAASc,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFlB,EAAoBsB,EAAKzB,IACH,oBAAX0B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAejB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAejB,EAAS,aAAc,CAAE4B,OAAO,GAAO,E,yFCAvD,MAAMC,EAAiBC,IAL9B,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/Partnering/icon-fill.svg","webpack://icons/./src/svg/Partnering/icon.svg","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/svg/Partnering/index.ts"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M479.478-96.825q-17 0-29.565-12.07-12.565-12.07-12.565-29.495 0-9.261 3.565-17.892 3.565-8.63 10.696-16.326L620.956-341.39q4.435-4.435 4.435-9.935 0-5.5-4.435-10.5-5-4.435-10.5-5-5.5-.565-10.5 4.435L430.779-193.213q-7.301 7.301-15.714 10.301t-18.109 3q-16.435 0-28.5-11.783-12.065-11.782-12.065-28.782 0-11.131 3-19.044t10.374-14.722l168.104-168.669q5-4.435 5-10.217 0-5.783-5-10.783-4.435-4.435-10.218-4.435-5.782 0-10.782 4.435L351.897-279.22q-6.691 6.697-15.533 10.329-8.843 3.631-19.538 3.631-16 0-28.283-12.283-12.283-12.283-12.283-28.848 0-9.696 3.566-17.826 3.565-8.131 10.13-15.261l166.521-167.087q5-4.434 5-9.934 0-5.5-5-10.5-4.434-4.435-10.217-4.435t-10.783 4.435L270.358-360.72q-6.236 6.806-14.797 9.872-8.562 3.066-19.692 3.066-17 0-29.065-11.778-12.066-11.778-12.066-27.788 0-9.695 4.131-18.956 4.13-9.261 11.261-16.392l187.608-188.173q13.652-13.652 32.908-11.829 19.256 1.822 33.789 15.655l74.781 75.347q14.391 14.391 29.304 23.022 14.913 8.63 38.435 8.63 35.957 0 59.088-22.196 23.13-22.195 23.13-59.456 0-19.088-7.478-33.435-7.479-14.348-22.74-29.609L498.043-805.652l11.087-12.088q18.131-17.695 40.827-27.326 22.695-9.63 49.913-9.63 27.131 0 50.826 9.913 23.696 9.913 42.827 28.478l157.695 158.13q21.391 21.957 32.435 48.479 11.043 26.522 11.043 60.609 0 28.478-11.826 54.348-11.826 25.87-31.652 46.262L513.696-110.521q-8.566 8.566-16.544 11.13-7.978 2.566-17.674 2.566ZM161.652-418.218l-57.957-57.391q-17.565-16.565-27.696-39.696-10.13-23.13-10.13-51.087 0-29.392 10.282-53.37 10.283-23.978 27.544-41.239l154.304-155.304q17.13-17.13 39.695-27.761 22.566-10.63 48.653-10.63 30.957 0 53.652 8.913 22.696 8.913 43.827 29.478L636.955-623.74q11.827 11.826 16.74 22.087 4.913 10.261 4.913 19.957 0 22.261-14.696 37.239-14.696 14.978-37.522 14.978-10.696 0-22.739-5.913-12.044-5.913-23.305-17.739l-76.042-76.042q-23.34-23.218-55.909-23.218-32.57 0-55.788 23.218L161.652-418.218Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M479.478-96.825q-17 0-29.565-12.07-12.565-12.07-12.565-29.495 0-9.261 3.565-17.892 3.565-8.63 10.696-16.326L620.956-341.39q4.435-4.435 4.435-9.935 0-5.5-4.435-10.5-5-4.435-10.5-5-5.5-.565-10.5 4.435L430.779-193.213q-7.301 7.301-15.714 10.301t-18.109 3q-16.435 0-28.5-11.783-12.065-11.782-12.065-28.782 0-11.131 3-19.044t10.374-14.722l168.104-168.669q5-4.435 5-10.217 0-5.783-5-10.783-4.435-4.435-10.218-4.435-5.782 0-10.782 4.435L351.897-279.22q-6.691 6.697-15.533 10.329-8.843 3.631-19.538 3.631-16 0-28.283-12.283-12.283-12.283-12.283-28.848 0-9.696 3.566-17.826 3.565-8.131 10.13-15.261l166.521-167.087q5-4.434 5-9.934 0-5.5-5-10.5-4.434-4.435-10.217-4.435t-10.783 4.435L270.358-360.72q-6.236 6.806-14.797 9.872-8.562 3.066-19.692 3.066-17 0-29.065-11.778-12.066-11.778-12.066-27.788 0-9.695 4.131-18.956 4.13-9.261 11.261-16.392l187.608-188.173q13.652-13.652 32.908-11.829 19.256 1.822 33.789 15.655l74.781 75.347q14.391 14.391 29.304 23.022 14.913 8.63 38.435 8.63 35.957 0 59.088-22.196 23.13-22.195 23.13-59.456 0-19.088-7.478-33.435-7.479-14.348-22.74-29.609L498.043-805.652l11.087-12.088q18.131-17.695 40.827-27.326 22.695-9.63 49.913-9.63 27.131 0 50.826 9.913 23.696 9.913 42.827 28.478l157.695 158.13q21.391 21.957 32.435 48.479 11.043 26.522 11.043 60.609 0 28.478-11.826 54.348-11.826 25.87-31.652 46.262L513.696-110.521q-8.566 8.566-16.544 11.13-7.978 2.566-17.674 2.566ZM161.652-418.218l-57.957-57.391q-17.565-16.565-27.696-39.696-10.13-23.13-10.13-51.087 0-29.392 10.282-53.37 10.283-23.978 27.544-41.239l154.304-155.304q17.13-17.13 39.695-27.761 22.566-10.63 48.653-10.63 30.957 0 53.652 8.913 22.696 8.913 43.827 29.478L636.955-623.74q11.827 11.826 16.74 22.087 4.913 10.261 4.913 19.957 0 22.261-14.696 37.239-14.696 14.978-37.522 14.978-10.696 0-22.739-5.913-12.044-5.913-23.305-17.739l-76.042-76.042q-23.34-23.218-55.909-23.218-32.57 0-55.788 23.218L161.652-418.218Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M474.058-140q4.812 0 11.312-2.217 6.5-2.218 11.065-6.783l334.739-335.739q14.106-14.138 21.748-32.768 7.643-18.629 7.643-38.889 0-19.648-7.643-39.22-7.642-19.572-21.748-34.211L667.001-794q-13.566-13-31.322-19.5-17.757-6.5-35.787-6.5-18.036 0-35.29 6.217-17.254 6.218-29.689 18.087l-14.043 14.609 77.609 78.043q14.695 16.261 26.109 37.305 11.413 21.043 11.413 46.471 0 42.486-33.505 75.442-33.504 32.957-76.691 32.957-28.196 0-46.957-8.63-18.761-8.631-35.022-24.892l-71.87-71.869L201.13-445.435q-5 4.435-7 10.218-2 5.782-2 11.782 0 13 8.218 21.218Q208.565-394 221.565-394q6 0 11.783-3 5.782-3 9.782-7l111.191-111.139q9.157-9.209 21.157-9.209t21 9.283q9 9.283 9 21.069 0 11.787-9 20.648L286.177-363.061q-5.047 5.061-7.047 11.446-2 6.386-2 12.18 0 12.226 8.435 20.831Q294-310 306-310q6 0 11.853-2.536 5.852-2.537 10.453-6.573l109.849-110.473q9.193-9.2 21.193-8.918 12 .283 21 8.718 9 9 9 21t-9 21L369.496-277.476q-3.496 4.041-6.279 10.635-2.782 6.595-2.782 12.406 0 12.226 8.858 21.113 8.859 8.887 21.048 8.887 6.094 0 11.376-2.282 5.283-2.283 9.718-6.718l111.347-111.913q8.859-9 20.93-8.717 12.07.283 21.07 8.717 9 9.566 9 21.352 0 11.787-9 20.648L453.435-192q-4.435 5-6.718 11.385-2.282 6.386-2.282 11.18 0 14.226 8 21.831 8 7.604 21.623 7.604Zm.377 73q-35.826 0-64.37-24.782-28.544-24.783-35.805-62.478-32.869-5.566-56.152-29.131-23.282-23.565-28.848-55.869-31.739-6.131-54.521-29.348-22.783-23.218-28.913-54.522-37.566-7.261-62.414-35.385-24.847-28.123-24.847-65.95 0-19.231 7.63-38.492 7.631-19.261 21.761-33.956L316.39-665.348Q339.426-688 372.148-688t55.939 22.652L490.435-603q8 8 17.688 12.783 9.689 4.782 19.442 4.782 12.677 0 23.774-11.5 11.096-11.5 11.096-23.935 0-6-4.065-14.065Q554.304-643 546.87-651L402.699-795.174q-12.395-12.391-30.808-18.609Q353.478-820 334.365-820q-19.687 0-36.613 6.217-16.926 6.218-28.796 18.653L122.609-649.913q-12.305 12.869-17.522 28.934-5.218 16.066-5.652 36.761.13 17.739 8.348 33.696 8.217 15.956 18.521 29.26L74.26-469.218q-20-19.173-33.348-51.304Q27.565-552.652 27-585.218q-.565-34.522 10.652-64 11.218-29.478 33.914-52.174L216.347-846.74q23.13-23.13 55.15-34.195 32.019-11.066 63.854-11.066 33.53 0 64.202 11.066 30.671 11.065 53.534 33.065l14.609 14.043 14.043-14.043q22.565-21.435 54.522-32.783 31.957-11.348 64.348-11.348 32.392 0 63.566 11.913 31.174 11.914 54.304 35.044l167.13 166.565q23.708 23.477 35.55 56.391 11.842 32.914 11.842 65.408 0 33.059-12.696 66.109t-36.392 57.311L547.479-97.39q-14.696 14.695-33.457 22.543Q495.261-67 474.435-67ZM362.173-636.173Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M474.058-140q4.812 0 11.312-2.217 6.5-2.218 11.065-6.783l334.739-335.739q14.106-14.138 21.748-32.768 7.643-18.629 7.643-38.889 0-19.648-7.643-39.22-7.642-19.572-21.748-34.211L667.001-794q-13.566-13-31.322-19.5-17.757-6.5-35.787-6.5-18.036 0-35.29 6.217-17.254 6.218-29.689 18.087l-14.043 14.609 77.609 78.043q14.695 16.261 26.109 37.305 11.413 21.043 11.413 46.471 0 42.486-33.505 75.442-33.504 32.957-76.691 32.957-28.196 0-46.957-8.63-18.761-8.631-35.022-24.892l-71.87-71.869L201.13-445.435q-5 4.435-7 10.218-2 5.782-2 11.782 0 13 8.218 21.218Q208.565-394 221.565-394q6 0 11.783-3 5.782-3 9.782-7l111.191-111.139q9.157-9.209 21.157-9.209t21 9.283q9 9.283 9 21.069 0 11.787-9 20.648L286.177-363.061q-5.047 5.061-7.047 11.446-2 6.386-2 12.18 0 12.226 8.435 20.831Q294-310 306-310q6 0 11.853-2.536 5.852-2.537 10.453-6.573l109.849-110.473q9.193-9.2 21.193-8.918 12 .283 21 8.718 9 9 9 21t-9 21L369.496-277.476q-3.496 4.041-6.279 10.635-2.782 6.595-2.782 12.406 0 12.226 8.858 21.113 8.859 8.887 21.048 8.887 6.094 0 11.376-2.282 5.283-2.283 9.718-6.718l111.347-111.913q8.859-9 20.93-8.717 12.07.283 21.07 8.717 9 9.566 9 21.352 0 11.787-9 20.648L453.435-192q-4.435 5-6.718 11.385-2.282 6.386-2.282 11.18 0 14.226 8 21.831 8 7.604 21.623 7.604Zm.377 73q-35.826 0-64.37-24.782-28.544-24.783-35.805-62.478-32.869-5.566-56.152-29.131-23.282-23.565-28.848-55.869-31.739-6.131-54.521-29.348-22.783-23.218-28.913-54.522-37.566-7.261-62.414-35.385-24.847-28.123-24.847-65.95 0-19.231 7.63-38.492 7.631-19.261 21.761-33.956L316.39-665.348Q339.426-688 372.148-688t55.939 22.652L490.435-603q8 8 17.688 12.783 9.689 4.782 19.442 4.782 12.677 0 23.774-11.5 11.096-11.5 11.096-23.935 0-6-4.065-14.065Q554.304-643 546.87-651L402.699-795.174q-12.395-12.391-30.808-18.609Q353.478-820 334.365-820q-19.687 0-36.613 6.217-16.926 6.218-28.796 18.653L122.609-649.913q-12.305 12.869-17.522 28.934-5.218 16.066-5.652 36.761.13 17.739 8.348 33.696 8.217 15.956 18.521 29.26L74.26-469.218q-20-19.173-33.348-51.304Q27.565-552.652 27-585.218q-.565-34.522 10.652-64 11.218-29.478 33.914-52.174L216.347-846.74q23.13-23.13 55.15-34.195 32.019-11.066 63.854-11.066 33.53 0 64.202 11.066 30.671 11.065 53.534 33.065l14.609 14.043 14.043-14.043q22.565-21.435 54.522-32.783 31.957-11.348 64.348-11.348 32.392 0 63.566 11.913 31.174 11.914 54.304 35.044l167.13 166.565q23.708 23.477 35.55 56.391 11.842 32.914 11.842 65.408 0 33.059-12.696 66.109t-36.392 57.311L547.479-97.39q-14.696 14.695-33.457 22.543Q495.261-67 474.435-67ZM362.173-636.173Z\\\"/></svg>\";","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const PartneringSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default PartneringSVG;\n"],"names":["module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","PartneringSVG","opts","variant"],"sourceRoot":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M480-65.869q-86.826 0-162.37-32.348-75.543-32.348-131.522-88.609-55.978-56.261-88.109-132.304Q65.87-395.174 65.87-482q0-86.826 32.13-162.152 32.131-75.327 88.109-131.022 55.979-55.696 131.522-87.609 75.544-31.913 162.37-31.913 86.826 0 162.37 31.913 75.543 31.913 131.522 87.609 55.978 55.695 88.391 131.022Q894.696-568.826 894.696-482t-32.413 162.87q-32.413 76.043-88.391 132.304-55.979 56.261-131.522 88.61Q566.826-65.87 480-65.87Zm-.565-76.653q33.304-35.435 56.521-81.369 23.218-45.935 38.783-109.935H386.261q13.435 60 36.652 107.435 23.217 47.434 56.522 83.869Zm-83.305-12q-25.565-36.869-42.717-80.869-17.152-44-29.152-98.435H176.522q36.869 70.435 86.304 110.369 49.435 39.935 133.304 68.935Zm167.609-1q70.87-22.435 127.804-68.152 56.935-45.717 91.37-110.152H636.739q-13 53.435-30.217 97.435-17.218 44-42.783 80.869ZM157.087-392.13h156.174q-3-27-3.5-48.218-.5-21.217-.5-41.652 0-25 1-43.935 1-18.935 4-42.935H157.087q-7 24-9.5 42.435-2.5 18.435-2.5 44.435 0 25.435 2.5 45.652 2.5 20.218 9.5 44.218Zm218.174 0h210.478q3.435-31 4.152-50.218.718-19.217.718-39.652 0-20-.718-37.935-.717-17.935-4.152-48.935H375.261q-4 31-5 48.935-1 17.935-1 37.935 0 20.435 1 39.652 1 19.218 5 50.218Zm270.478 0h156.609q6.434-24 9.217-44.218 2.783-20.217 2.783-45.652 0-26-2.783-44.435-2.783-18.435-9.217-42.435H646.739q1.87 35.566 2.87 53.218t1 33.652q0 21.435-1.5 40.652-1.5 19.218-3.37 49.218Zm-10-235.609h147.174q-32.435-67.87-89.37-113.587-56.934-45.717-130.804-64.152 25.565 36.435 42.783 79.152 17.217 42.717 30.217 98.587Zm-249.478 0h189.478q-10.435-51.87-36.435-101.37-26-49.5-59.869-86.369-30.305 26.435-52.022 69.869-21.717 43.435-41.152 117.87Zm-209.739 0h148.739q11-52.87 27.152-95.087 16.152-42.217 42.717-81.652-74.434 18.435-129.586 62.869-55.153 44.435-89.022 113.87Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M480-65.869q-86.826 0-162.37-32.348-75.543-32.348-131.522-88.609-55.978-56.261-88.109-132.304Q65.87-395.174 65.87-482q0-86.826 32.13-162.152 32.131-75.327 88.109-131.022 55.979-55.696 131.522-87.609 75.544-31.913 162.37-31.913 86.826 0 162.37 31.913 75.543 31.913 131.522 87.609 55.978 55.695 88.391 131.022Q894.696-568.826 894.696-482t-32.413 162.87q-32.413 76.043-88.391 132.304-55.979 56.261-131.522 88.61Q566.826-65.87 480-65.87Zm-.565-76.653q33.304-35.435 56.521-81.369 23.218-45.935 38.783-109.935H386.261q13.435 60 36.652 107.435 23.217 47.434 56.522 83.869Zm-83.305-12q-25.565-36.869-42.717-80.869-17.152-44-29.152-98.435H176.522q36.869 70.435 86.304 110.369 49.435 39.935 133.304 68.935Zm167.609-1q70.87-22.435 127.804-68.152 56.935-45.717 91.37-110.152H636.739q-13 53.435-30.217 97.435-17.218 44-42.783 80.869ZM157.087-392.13h156.174q-3-27-3.5-48.218-.5-21.217-.5-41.652 0-25 1-43.935 1-18.935 4-42.935H157.087q-7 24-9.5 42.435-2.5 18.435-2.5 44.435 0 25.435 2.5 45.652 2.5 20.218 9.5 44.218Zm218.174 0h210.478q3.435-31 4.152-50.218.718-19.217.718-39.652 0-20-.718-37.935-.717-17.935-4.152-48.935H375.261q-4 31-5 48.935-1 17.935-1 37.935 0 20.435 1 39.652 1 19.218 5 50.218Zm270.478 0h156.609q6.434-24 9.217-44.218 2.783-20.217 2.783-45.652 0-26-2.783-44.435-2.783-18.435-9.217-42.435H646.739q1.87 35.566 2.87 53.218t1 33.652q0 21.435-1.5 40.652-1.5 19.218-3.37 49.218Zm-10-235.609h147.174q-32.435-67.87-89.37-113.587-56.934-45.717-130.804-64.152 25.565 36.435 42.783 79.152 17.217 42.717 30.217 98.587Zm-249.478 0h189.478q-10.435-51.87-36.435-101.37-26-49.5-59.869-86.369-30.305 26.435-52.022 69.869-21.717 43.435-41.152 117.87Zm-209.739 0h148.739q11-52.87 27.152-95.087 16.152-42.217 42.717-81.652-74.434 18.435-129.586 62.869-55.153 44.435-89.022 113.87Z"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(()=>{"use strict";var e={5656:(e,t,r)=>{r.d(t,{Z:()=>q});r(9497);const q='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M480-65.869q-86.826 0-162.37-32.348-75.543-32.348-131.522-88.609-55.978-56.261-88.109-132.304Q65.87-395.174 65.87-482q0-86.826 32.13-162.152 32.131-75.327 88.109-131.022 55.979-55.696 131.522-87.609 75.544-31.913 162.37-31.913 86.826 0 162.37 31.913 75.543 31.913 131.522 87.609 55.978 55.695 88.391 131.022Q894.696-568.826 894.696-482t-32.413 162.87q-32.413 76.043-88.391 132.304-55.979 56.261-131.522 88.61Q566.826-65.87 480-65.87Zm-.565-76.653q33.304-35.435 56.521-81.369 23.218-45.935 38.783-109.935H386.261q13.435 60 36.652 107.435 23.217 47.434 56.522 83.869Zm-83.305-12q-25.565-36.869-42.717-80.869-17.152-44-29.152-98.435H176.522q36.869 70.435 86.304 110.369 49.435 39.935 133.304 68.935Zm167.609-1q70.87-22.435 127.804-68.152 56.935-45.717 91.37-110.152H636.739q-13 53.435-30.217 97.435-17.218 44-42.783 80.869ZM157.087-392.13h156.174q-3-27-3.5-48.218-.5-21.217-.5-41.652 0-25 1-43.935 1-18.935 4-42.935H157.087q-7 24-9.5 42.435-2.5 18.435-2.5 44.435 0 25.435 2.5 45.652 2.5 20.218 9.5 44.218Zm218.174 0h210.478q3.435-31 4.152-50.218.718-19.217.718-39.652 0-20-.718-37.935-.717-17.935-4.152-48.935H375.261q-4 31-5 48.935-1 17.935-1 37.935 0 20.435 1 39.652 1 19.218 5 50.218Zm270.478 0h156.609q6.434-24 9.217-44.218 2.783-20.217 2.783-45.652 0-26-2.783-44.435-2.783-18.435-9.217-42.435H646.739q1.87 35.566 2.87 53.218t1 33.652q0 21.435-1.5 40.652-1.5 19.218-3.37 49.218Zm-10-235.609h147.174q-32.435-67.87-89.37-113.587-56.934-45.717-130.804-64.152 25.565 36.435 42.783 79.152 17.217 42.717 30.217 98.587Zm-249.478 0h189.478q-10.435-51.87-36.435-101.37-26-49.5-59.869-86.369-30.305 26.435-52.022 69.869-21.717 43.435-41.152 117.87Zm-209.739 0h148.739q11-52.87 27.152-95.087 16.152-42.217 42.717-81.652-74.434 18.435-129.586 62.869-55.153 44.435-89.022 113.87Z"/></svg>'},6991:(e,t,r)=>{r.d(t,{Z:()=>q});r(9497);const q='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M480-65.869q-86.826 0-162.37-32.348-75.543-32.348-131.522-88.609-55.978-56.261-88.109-132.304Q65.87-395.174 65.87-482q0-86.826 32.13-162.152 32.131-75.327 88.109-131.022 55.979-55.696 131.522-87.609 75.544-31.913 162.37-31.913 86.826 0 162.37 31.913 75.543 31.913 131.522 87.609 55.978 55.695 88.391 131.022Q894.696-568.826 894.696-482t-32.413 162.87q-32.413 76.043-88.391 132.304-55.979 56.261-131.522 88.61Q566.826-65.87 480-65.87Zm-.565-76.653q33.304-35.435 56.521-81.369 23.218-45.935 38.783-109.935H386.261q13.435 60 36.652 107.435 23.217 47.434 56.522 83.869Zm-83.305-12q-25.565-36.869-42.717-80.869-17.152-44-29.152-98.435H176.522q36.869 70.435 86.304 110.369 49.435 39.935 133.304 68.935Zm167.609-1q70.87-22.435 127.804-68.152 56.935-45.717 91.37-110.152H636.739q-13 53.435-30.217 97.435-17.218 44-42.783 80.869ZM157.087-392.13h156.174q-3-27-3.5-48.218-.5-21.217-.5-41.652 0-25 1-43.935 1-18.935 4-42.935H157.087q-7 24-9.5 42.435-2.5 18.435-2.5 44.435 0 25.435 2.5 45.652 2.5 20.218 9.5 44.218Zm218.174 0h210.478q3.435-31 4.152-50.218.718-19.217.718-39.652 0-20-.718-37.935-.717-17.935-4.152-48.935H375.261q-4 31-5 48.935-1 17.935-1 37.935 0 20.435 1 39.652 1 19.218 5 50.218Zm270.478 0h156.609q6.434-24 9.217-44.218 2.783-20.217 2.783-45.652 0-26-2.783-44.435-2.783-18.435-9.217-42.435H646.739q1.87 35.566 2.87 53.218t1 33.652q0 21.435-1.5 40.652-1.5 19.218-3.37 49.218Zm-10-235.609h147.174q-32.435-67.87-89.37-113.587-56.934-45.717-130.804-64.152 25.565 36.435 42.783 79.152 17.217 42.717 30.217 98.587Zm-249.478 0h189.478q-10.435-51.87-36.435-101.37-26-49.5-59.869-86.369-30.305 26.435-52.022 69.869-21.717 43.435-41.152 117.87Zm-209.739 0h148.739q11-52.87 27.152-95.087 16.152-42.217 42.717-81.652-74.434 18.435-129.586 62.869-55.153 44.435-89.022 113.87Z"/></svg>'},9497:e=>{e.exports=require("react")}},t={};function r(q){var o=t[q];if(void 0!==o)return o.exports;var n=t[q]={exports:{}};return e[q](n,n.exports,r),n.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var q in t)r.o(t,q)&&!r.o(e,q)&&Object.defineProperty(e,q,{enumerable:!0,get:t[q]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var q={};(()=>{r.r(q),r.d(q,{PortalSVG:()=>o,default:()=>n});var e=r(5656),t=r(6991);const o=r=>{var q;return"outlined"===(null!=(q=null==r?void 0:r.variant)?q:"filled")?t.Z:e.Z},n=o})(),module.exports=q})();
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg/Portal/index.js","mappings":"kEAcA,21D,0CCAA,21D,WCdAA,EAAOC,QAAUC,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACX,EAASa,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEf,EAASc,IAC5EE,OAAOC,eAAejB,EAASc,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFlB,EAAoBsB,EAAKzB,IACH,oBAAX0B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAejB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAejB,EAAS,aAAc,CAAE4B,OAAO,GAAO,E,qFCAvD,MAAMC,EAAaC,IAL1B,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/Portal/icon-fill.svg","webpack://icons/./src/svg/Portal/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/Portal/index.ts"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M480-65.869q-86.826 0-162.37-32.348-75.543-32.348-131.522-88.609-55.978-56.261-88.109-132.304Q65.87-395.174 65.87-482q0-86.826 32.13-162.152 32.131-75.327 88.109-131.022 55.979-55.696 131.522-87.609 75.544-31.913 162.37-31.913 86.826 0 162.37 31.913 75.543 31.913 131.522 87.609 55.978 55.695 88.391 131.022Q894.696-568.826 894.696-482t-32.413 162.87q-32.413 76.043-88.391 132.304-55.979 56.261-131.522 88.61Q566.826-65.87 480-65.87Zm-.565-76.653q33.304-35.435 56.521-81.369 23.218-45.935 38.783-109.935H386.261q13.435 60 36.652 107.435 23.217 47.434 56.522 83.869Zm-83.305-12q-25.565-36.869-42.717-80.869-17.152-44-29.152-98.435H176.522q36.869 70.435 86.304 110.369 49.435 39.935 133.304 68.935Zm167.609-1q70.87-22.435 127.804-68.152 56.935-45.717 91.37-110.152H636.739q-13 53.435-30.217 97.435-17.218 44-42.783 80.869ZM157.087-392.13h156.174q-3-27-3.5-48.218-.5-21.217-.5-41.652 0-25 1-43.935 1-18.935 4-42.935H157.087q-7 24-9.5 42.435-2.5 18.435-2.5 44.435 0 25.435 2.5 45.652 2.5 20.218 9.5 44.218Zm218.174 0h210.478q3.435-31 4.152-50.218.718-19.217.718-39.652 0-20-.718-37.935-.717-17.935-4.152-48.935H375.261q-4 31-5 48.935-1 17.935-1 37.935 0 20.435 1 39.652 1 19.218 5 50.218Zm270.478 0h156.609q6.434-24 9.217-44.218 2.783-20.217 2.783-45.652 0-26-2.783-44.435-2.783-18.435-9.217-42.435H646.739q1.87 35.566 2.87 53.218t1 33.652q0 21.435-1.5 40.652-1.5 19.218-3.37 49.218Zm-10-235.609h147.174q-32.435-67.87-89.37-113.587-56.934-45.717-130.804-64.152 25.565 36.435 42.783 79.152 17.217 42.717 30.217 98.587Zm-249.478 0h189.478q-10.435-51.87-36.435-101.37-26-49.5-59.869-86.369-30.305 26.435-52.022 69.869-21.717 43.435-41.152 117.87Zm-209.739 0h148.739q11-52.87 27.152-95.087 16.152-42.217 42.717-81.652-74.434 18.435-129.586 62.869-55.153 44.435-89.022 113.87Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M480-65.869q-86.826 0-162.37-32.348-75.543-32.348-131.522-88.609-55.978-56.261-88.109-132.304Q65.87-395.174 65.87-482q0-86.826 32.13-162.152 32.131-75.327 88.109-131.022 55.979-55.696 131.522-87.609 75.544-31.913 162.37-31.913 86.826 0 162.37 31.913 75.543 31.913 131.522 87.609 55.978 55.695 88.391 131.022Q894.696-568.826 894.696-482t-32.413 162.87q-32.413 76.043-88.391 132.304-55.979 56.261-131.522 88.61Q566.826-65.87 480-65.87Zm-.565-76.653q33.304-35.435 56.521-81.369 23.218-45.935 38.783-109.935H386.261q13.435 60 36.652 107.435 23.217 47.434 56.522 83.869Zm-83.305-12q-25.565-36.869-42.717-80.869-17.152-44-29.152-98.435H176.522q36.869 70.435 86.304 110.369 49.435 39.935 133.304 68.935Zm167.609-1q70.87-22.435 127.804-68.152 56.935-45.717 91.37-110.152H636.739q-13 53.435-30.217 97.435-17.218 44-42.783 80.869ZM157.087-392.13h156.174q-3-27-3.5-48.218-.5-21.217-.5-41.652 0-25 1-43.935 1-18.935 4-42.935H157.087q-7 24-9.5 42.435-2.5 18.435-2.5 44.435 0 25.435 2.5 45.652 2.5 20.218 9.5 44.218Zm218.174 0h210.478q3.435-31 4.152-50.218.718-19.217.718-39.652 0-20-.718-37.935-.717-17.935-4.152-48.935H375.261q-4 31-5 48.935-1 17.935-1 37.935 0 20.435 1 39.652 1 19.218 5 50.218Zm270.478 0h156.609q6.434-24 9.217-44.218 2.783-20.217 2.783-45.652 0-26-2.783-44.435-2.783-18.435-9.217-42.435H646.739q1.87 35.566 2.87 53.218t1 33.652q0 21.435-1.5 40.652-1.5 19.218-3.37 49.218Zm-10-235.609h147.174q-32.435-67.87-89.37-113.587-56.934-45.717-130.804-64.152 25.565 36.435 42.783 79.152 17.217 42.717 30.217 98.587Zm-249.478 0h189.478q-10.435-51.87-36.435-101.37-26-49.5-59.869-86.369-30.305 26.435-52.022 69.869-21.717 43.435-41.152 117.87Zm-209.739 0h148.739q11-52.87 27.152-95.087 16.152-42.217 42.717-81.652-74.434 18.435-129.586 62.869-55.153 44.435-89.022 113.87Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M480-65.869q-86.826 0-162.37-32.348-75.543-32.348-131.522-88.609-55.978-56.261-88.109-132.304Q65.87-395.174 65.87-482q0-86.826 32.13-162.152 32.131-75.327 88.109-131.022 55.979-55.696 131.522-87.609 75.544-31.913 162.37-31.913 86.826 0 162.37 31.913 75.543 31.913 131.522 87.609 55.978 55.695 88.391 131.022Q894.696-568.826 894.696-482t-32.413 162.87q-32.413 76.043-88.391 132.304-55.979 56.261-131.522 88.61Q566.826-65.87 480-65.87Zm-.565-76.653q33.304-35.435 56.521-81.369 23.218-45.935 38.783-109.935H386.261q13.435 60 36.652 107.435 23.217 47.434 56.522 83.869Zm-83.305-12q-25.565-36.869-42.717-80.869-17.152-44-29.152-98.435H176.522q36.869 70.435 86.304 110.369 49.435 39.935 133.304 68.935Zm167.609-1q70.87-22.435 127.804-68.152 56.935-45.717 91.37-110.152H636.739q-13 53.435-30.217 97.435-17.218 44-42.783 80.869ZM157.087-392.13h156.174q-3-27-3.5-48.218-.5-21.217-.5-41.652 0-25 1-43.935 1-18.935 4-42.935H157.087q-7 24-9.5 42.435-2.5 18.435-2.5 44.435 0 25.435 2.5 45.652 2.5 20.218 9.5 44.218Zm218.174 0h210.478q3.435-31 4.152-50.218.718-19.217.718-39.652 0-20-.718-37.935-.717-17.935-4.152-48.935H375.261q-4 31-5 48.935-1 17.935-1 37.935 0 20.435 1 39.652 1 19.218 5 50.218Zm270.478 0h156.609q6.434-24 9.217-44.218 2.783-20.217 2.783-45.652 0-26-2.783-44.435-2.783-18.435-9.217-42.435H646.739q1.87 35.566 2.87 53.218t1 33.652q0 21.435-1.5 40.652-1.5 19.218-3.37 49.218Zm-10-235.609h147.174q-32.435-67.87-89.37-113.587-56.934-45.717-130.804-64.152 25.565 36.435 42.783 79.152 17.217 42.717 30.217 98.587Zm-249.478 0h189.478q-10.435-51.87-36.435-101.37-26-49.5-59.869-86.369-30.305 26.435-52.022 69.869-21.717 43.435-41.152 117.87Zm-209.739 0h148.739q11-52.87 27.152-95.087 16.152-42.217 42.717-81.652-74.434 18.435-129.586 62.869-55.153 44.435-89.022 113.87Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M480-65.869q-86.826 0-162.37-32.348-75.543-32.348-131.522-88.609-55.978-56.261-88.109-132.304Q65.87-395.174 65.87-482q0-86.826 32.13-162.152 32.131-75.327 88.109-131.022 55.979-55.696 131.522-87.609 75.544-31.913 162.37-31.913 86.826 0 162.37 31.913 75.543 31.913 131.522 87.609 55.978 55.695 88.391 131.022Q894.696-568.826 894.696-482t-32.413 162.87q-32.413 76.043-88.391 132.304-55.979 56.261-131.522 88.61Q566.826-65.87 480-65.87Zm-.565-76.653q33.304-35.435 56.521-81.369 23.218-45.935 38.783-109.935H386.261q13.435 60 36.652 107.435 23.217 47.434 56.522 83.869Zm-83.305-12q-25.565-36.869-42.717-80.869-17.152-44-29.152-98.435H176.522q36.869 70.435 86.304 110.369 49.435 39.935 133.304 68.935Zm167.609-1q70.87-22.435 127.804-68.152 56.935-45.717 91.37-110.152H636.739q-13 53.435-30.217 97.435-17.218 44-42.783 80.869ZM157.087-392.13h156.174q-3-27-3.5-48.218-.5-21.217-.5-41.652 0-25 1-43.935 1-18.935 4-42.935H157.087q-7 24-9.5 42.435-2.5 18.435-2.5 44.435 0 25.435 2.5 45.652 2.5 20.218 9.5 44.218Zm218.174 0h210.478q3.435-31 4.152-50.218.718-19.217.718-39.652 0-20-.718-37.935-.717-17.935-4.152-48.935H375.261q-4 31-5 48.935-1 17.935-1 37.935 0 20.435 1 39.652 1 19.218 5 50.218Zm270.478 0h156.609q6.434-24 9.217-44.218 2.783-20.217 2.783-45.652 0-26-2.783-44.435-2.783-18.435-9.217-42.435H646.739q1.87 35.566 2.87 53.218t1 33.652q0 21.435-1.5 40.652-1.5 19.218-3.37 49.218Zm-10-235.609h147.174q-32.435-67.87-89.37-113.587-56.934-45.717-130.804-64.152 25.565 36.435 42.783 79.152 17.217 42.717 30.217 98.587Zm-249.478 0h189.478q-10.435-51.87-36.435-101.37-26-49.5-59.869-86.369-30.305 26.435-52.022 69.869-21.717 43.435-41.152 117.87Zm-209.739 0h148.739q11-52.87 27.152-95.087 16.152-42.217 42.717-81.652-74.434 18.435-129.586 62.869-55.153 44.435-89.022 113.87Z\\\"/></svg>\";","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const PortalSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default PortalSVG;\n"],"names":["module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","PortalSVG","opts","variant"],"sourceRoot":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M413.087-65.869q-16.173 0-28.679-9.92-12.506-9.921-14.409-26.037l-15-94.565q-15.608-5.304-34.065-15.891-18.456-10.587-31.63-21.326l-85.434 40q-15.626 6.565-31.818 1.849-16.191-4.717-24.965-20.11L81.173-330.565q-9.13-14.131-5.348-30.109 3.783-15.978 17.479-26.109l79.434-59q-1.434-7.325-1.934-17.108-.5-9.784-.5-17.109 0-7.325.5-17.109.5-9.783 1.934-17.108l-79.434-58.435q-14.261-10.13-17.761-26.109-3.5-15.978 5.63-30.674L147.3-748.239q8.352-14.023 24.33-19.37 15.979-5.348 31.674 1.217l87.131 40q12.608-10.174 30.782-20.478 18.174-10.304 33.782-15.174l15-95.319q2-17.072 14.478-27.203 12.477-10.13 28.61-10.13h133.826q16.173 0 28.679 10.084 12.506 10.085 14.409 27.003l15 94.565q15.498 5.899 34.227 15.689 18.729 9.789 31.468 20.963l85.434-40q15.696-6.565 31.457-1.217 15.761 5.347 24.259 19.39l67.614 118.873q8.497 14.607 4.997 31.085-3.5 16.479-17.761 25.609l-80 56.435q1.435 8.304 2.218 18.108.782 9.805.782 18.126 0 8.321-.782 17.6-.783 9.279-2.218 17.6l80 57.435q14.261 9.13 17.761 25.609 3.5 16.478-4.992 30.942l-66.552 118.928q-8.774 14.828-24.683 19.827-15.908 4.999-31.534-1.566l-86.566-40q-13.173 10.739-30.847 21.543-17.674 10.805-34.282 15.674l-15 94.565q-1.903 16.116-14.409 26.036-12.506 9.921-28.679 9.921H413.087ZM478.87-350q54 0 92-38t38-92q0-54-38-92t-92-38q-54 0-92 38t-38 92q0 54 38 92t92 38Z"/></svg>
|
package/svg/Settings/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="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M413.087-65.869q-16.261 0-28.675-9.848-12.413-9.848-14.413-26.109l-15-94.565q-15.608-5.304-34.065-15.891-18.456-10.587-31.63-21.326l-85.434 40q-15.696 6.565-31.957 1.783-16.261-4.783-24.826-20.044L81.173-330.565q-9.13-14.131-5.348-30.109 3.783-15.978 17.479-26.109l79.434-59q-1.434-7.304-1.934-17.108-.5-9.805-.5-17.109 0-7.304.5-17.109.5-9.804 1.934-17.108l-79.434-58.435q-14.261-10.13-17.761-26.109-3.5-15.978 5.63-30.674l65.914-118.696q8.565-14.131 24.543-19.478 15.979-5.348 31.674 1.217l87.131 40q12.608-10.174 30.782-20.478 18.174-10.304 33.782-15.174l15-95.565q2-16.826 14.413-26.957 12.414-10.13 28.675-10.13h133.826q16.261 0 28.675 10.13 12.413 10.131 14.413 26.957l15 94.565q15.608 5.87 34.282 15.674 18.674 9.804 31.413 20.978l85.434-40q15.696-6.565 31.457-1.217 15.761 5.347 24.326 19.478l67.479 118.696q8.565 14.696 5.065 31.174-3.5 16.479-17.761 25.609l-80 56.435q1.435 8.304 2.218 18.108.782 9.805.782 18.109 0 8.304-.782 17.609-.783 9.304-2.218 17.608l80 57.435q14.261 9.13 17.761 25.609 3.5 16.478-5.065 31.174l-66.479 118.696q-8.565 14.696-24.543 19.761-15.979 5.065-31.674-1.5l-86.566-40q-13.173 10.739-30.847 21.543-17.674 10.805-34.282 15.674l-15 94.565q-2 16.261-14.413 26.11-12.414 9.847-28.675 9.847H413.087Zm27.435-79.218h78.391l14.565-111.435q33.565-8 63.913-25t54.348-42.696l106 46 34.913-64.652-92.87-67.869q4-17.565 6.783-34.631 2.783-17.065 2.783-34.63t-2.283-34.63q-2.283-17.066-7.283-34.631l93.435-67.869-35.478-64.652-105.435 46q-23-27.131-53.13-45.479-30.131-18.348-65.696-22.782l-14-110.87h-78.956l-13.435 110.87q-35.13 6.434-65.761 24.282-30.63 17.848-54.196 43.979l-104.869-46-35.478 64.652 92.304 67.304q-4 17.565-6.782 34.913-2.783 17.348-2.783 34.913 0 17.565 2.783 35.196 2.782 17.63 6.782 34.63l-92.304 67.304 35.478 64.652 104.869-46q24.566 25.131 55.196 42.696 30.631 17.565 64.761 25.565l13.435 110.87ZM478.87-350q54 0 92-38t38-92q0-54-38-92t-92-38q-54 0-92 38t-38 92q0 54 38 92t92 38ZM480-480Z"/></svg>
|
package/svg/Settings/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
(()=>{"use strict";var
|
|
1
|
+
(()=>{"use strict";var l={4002:(l,t,e)=>{e.d(t,{Z:()=>q});e(9497);const q='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M413.087-65.869q-16.173 0-28.679-9.92-12.506-9.921-14.409-26.037l-15-94.565q-15.608-5.304-34.065-15.891-18.456-10.587-31.63-21.326l-85.434 40q-15.626 6.565-31.818 1.849-16.191-4.717-24.965-20.11L81.173-330.565q-9.13-14.131-5.348-30.109 3.783-15.978 17.479-26.109l79.434-59q-1.434-7.325-1.934-17.108-.5-9.784-.5-17.109 0-7.325.5-17.109.5-9.783 1.934-17.108l-79.434-58.435q-14.261-10.13-17.761-26.109-3.5-15.978 5.63-30.674L147.3-748.239q8.352-14.023 24.33-19.37 15.979-5.348 31.674 1.217l87.131 40q12.608-10.174 30.782-20.478 18.174-10.304 33.782-15.174l15-95.319q2-17.072 14.478-27.203 12.477-10.13 28.61-10.13h133.826q16.173 0 28.679 10.084 12.506 10.085 14.409 27.003l15 94.565q15.498 5.899 34.227 15.689 18.729 9.789 31.468 20.963l85.434-40q15.696-6.565 31.457-1.217 15.761 5.347 24.259 19.39l67.614 118.873q8.497 14.607 4.997 31.085-3.5 16.479-17.761 25.609l-80 56.435q1.435 8.304 2.218 18.108.782 9.805.782 18.126 0 8.321-.782 17.6-.783 9.279-2.218 17.6l80 57.435q14.261 9.13 17.761 25.609 3.5 16.478-4.992 30.942l-66.552 118.928q-8.774 14.828-24.683 19.827-15.908 4.999-31.534-1.566l-86.566-40q-13.173 10.739-30.847 21.543-17.674 10.805-34.282 15.674l-15 94.565q-1.903 16.116-14.409 26.036-12.506 9.921-28.679 9.921H413.087ZM478.87-350q54 0 92-38t38-92q0-54-38-92t-92-38q-54 0-92 38t-38 92q0 54 38 92t92 38Z"/></svg>'},3254:(l,t,e)=>{e.d(t,{Z:()=>q});e(9497);const q='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M413.087-65.869q-16.261 0-28.675-9.848-12.413-9.848-14.413-26.109l-15-94.565q-15.608-5.304-34.065-15.891-18.456-10.587-31.63-21.326l-85.434 40q-15.696 6.565-31.957 1.783-16.261-4.783-24.826-20.044L81.173-330.565q-9.13-14.131-5.348-30.109 3.783-15.978 17.479-26.109l79.434-59q-1.434-7.304-1.934-17.108-.5-9.805-.5-17.109 0-7.304.5-17.109.5-9.804 1.934-17.108l-79.434-58.435q-14.261-10.13-17.761-26.109-3.5-15.978 5.63-30.674l65.914-118.696q8.565-14.131 24.543-19.478 15.979-5.348 31.674 1.217l87.131 40q12.608-10.174 30.782-20.478 18.174-10.304 33.782-15.174l15-95.565q2-16.826 14.413-26.957 12.414-10.13 28.675-10.13h133.826q16.261 0 28.675 10.13 12.413 10.131 14.413 26.957l15 94.565q15.608 5.87 34.282 15.674 18.674 9.804 31.413 20.978l85.434-40q15.696-6.565 31.457-1.217 15.761 5.347 24.326 19.478l67.479 118.696q8.565 14.696 5.065 31.174-3.5 16.479-17.761 25.609l-80 56.435q1.435 8.304 2.218 18.108.782 9.805.782 18.109 0 8.304-.782 17.609-.783 9.304-2.218 17.608l80 57.435q14.261 9.13 17.761 25.609 3.5 16.478-5.065 31.174l-66.479 118.696q-8.565 14.696-24.543 19.761-15.979 5.065-31.674-1.5l-86.566-40q-13.173 10.739-30.847 21.543-17.674 10.805-34.282 15.674l-15 94.565q-2 16.261-14.413 26.11-12.414 9.847-28.675 9.847H413.087Zm27.435-79.218h78.391l14.565-111.435q33.565-8 63.913-25t54.348-42.696l106 46 34.913-64.652-92.87-67.869q4-17.565 6.783-34.631 2.783-17.065 2.783-34.63t-2.283-34.63q-2.283-17.066-7.283-34.631l93.435-67.869-35.478-64.652-105.435 46q-23-27.131-53.13-45.479-30.131-18.348-65.696-22.782l-14-110.87h-78.956l-13.435 110.87q-35.13 6.434-65.761 24.282-30.63 17.848-54.196 43.979l-104.869-46-35.478 64.652 92.304 67.304q-4 17.565-6.782 34.913-2.783 17.348-2.783 34.913 0 17.565 2.783 35.196 2.782 17.63 6.782 34.63l-92.304 67.304 35.478 64.652 104.869-46q24.566 25.131 55.196 42.696 30.631 17.565 64.761 25.565l13.435 110.87ZM478.87-350q54 0 92-38t38-92q0-54-38-92t-92-38q-54 0-92 38t-38 92q0 54 38 92t92 38ZM480-480Z"/></svg>'},9497:l=>{l.exports=require("react")}},t={};function e(q){var r=t[q];if(void 0!==r)return r.exports;var o=t[q]={exports:{}};return l[q](o,o.exports,e),o.exports}e.n=l=>{var t=l&&l.__esModule?()=>l.default:()=>l;return e.d(t,{a:t}),t},e.d=(l,t)=>{for(var q in t)e.o(t,q)&&!e.o(l,q)&&Object.defineProperty(l,q,{enumerable:!0,get:t[q]})},e.o=(l,t)=>Object.prototype.hasOwnProperty.call(l,t),e.r=l=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(l,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(l,"__esModule",{value:!0})};var q={};(()=>{e.r(q),e.d(q,{SettingsSVG:()=>r,default:()=>o});var l=e(4002),t=e(3254);const r=e=>{var q;return"outlined"===(null!=(q=null==e?void 0:e.variant)?q:"filled")?t.Z:l.Z},o=r})(),module.exports=q})();
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"svg/Settings/index.js","mappings":"kEAcA,q7C,0CCAA,qiE,WCdAA,EAAOC,QAAUC,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACX,EAASa,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEf,EAASc,IAC5EE,OAAOC,eAAejB,EAASc,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFlB,EAAoBsB,EAAKzB,IACH,oBAAX0B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAejB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAejB,EAAS,aAAc,CAAE4B,OAAO,GAAO,E,uFCAvD,MAAMC,EAAeC,IAL5B,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/Settings/icon-fill.svg","webpack://icons/./src/svg/Settings/icon.svg","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/svg/Settings/index.ts"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M410.043-65.869q-14.956 0-26.283-9.26-11.326-9.262-13.326-24.218l-15.435-97.044q-15.608-5.304-34.065-15.891-18.456-10.587-31.63-21.326l-89.043 41.87q-13.826 6.13-28.783 1.5-14.957-4.631-22.652-19.022L78.869-334.174q-8.261-13.391-4.413-27.783 3.848-14.391 15.674-23.652l82.608-60.174q-1.434-7.304-1.934-17.108-.5-9.805-.5-17.109 0-7.304.5-17.109.5-9.804 1.934-17.108L90.13-574.391q-11.826-9.261-15.674-23.652-3.848-14.392 4.413-27.783l69.957-124.348q7.695-13.827 22.652-18.74 14.957-4.913 28.783 1.218l90.174 41.304q12.608-10.174 30.782-20.478 18.174-10.304 33.782-15.174l15.435-99.174q2-14.391 13.326-23.935 11.327-9.543 26.283-9.543h139.914q14.956 0 26.283 9.543 11.326 9.544 13.326 23.935l15.435 98.174q15.608 5.87 34.282 15.674 18.674 9.804 31.413 20.978l89.043-41.304q13.826-6.131 28.783-1.218t22.652 18.74l70.522 123.348q7.696 13.391 4.348 28.283-3.348 14.891-16.739 24.152l-82.609 58.174q1.435 8.304 2.218 18.108.782 9.805.782 18.109 0 8.304-.782 17.609-.783 9.304-2.218 17.608l82.609 59.174q12.391 9.261 16.239 23.652 3.848 14.392-3.848 27.783l-71.087 125.479q-7.696 14.391-22.37 18.739-14.674 4.348-28.5-1.782l-89.609-41.87q-13.173 10.739-30.847 21.543-17.674 10.805-34.282 15.674l-15.435 97.043q-2 14.957-13.326 24.218-11.327 9.261-26.283 9.261H410.043ZM478.87-350q54 0 92-38t38-92q0-54-38-92t-92-38q-54 0-92 38t-38 92q0 54 38 92t92 38Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M410.043-65.869q-14.956 0-26.283-9.26-11.326-9.262-13.326-24.218l-15.435-97.044q-15.608-5.304-34.065-15.891-18.456-10.587-31.63-21.326l-89.043 41.87q-13.826 6.13-28.783 1.5-14.957-4.631-22.652-19.022L78.869-334.174q-8.261-13.391-4.413-27.783 3.848-14.391 15.674-23.652l82.608-60.174q-1.434-7.304-1.934-17.108-.5-9.805-.5-17.109 0-7.304.5-17.109.5-9.804 1.934-17.108L90.13-574.391q-11.826-9.261-15.674-23.652-3.848-14.392 4.413-27.783l69.957-124.348q7.695-13.827 22.652-18.74 14.957-4.913 28.783 1.218l90.174 41.304q12.608-10.174 30.782-20.478 18.174-10.304 33.782-15.174l15.435-99.174q2-14.391 13.326-23.935 11.327-9.543 26.283-9.543h139.914q14.956 0 26.283 9.543 11.326 9.544 13.326 23.935l15.435 98.174q15.608 5.87 34.282 15.674 18.674 9.804 31.413 20.978l89.043-41.304q13.826-6.131 28.783-1.218t22.652 18.74l70.522 123.348q7.696 13.391 4.348 28.283-3.348 14.891-16.739 24.152l-82.609 58.174q1.435 8.304 2.218 18.108.782 9.805.782 18.109 0 8.304-.782 17.609-.783 9.304-2.218 17.608l82.609 59.174q12.391 9.261 16.239 23.652 3.848 14.392-3.848 27.783l-71.087 125.479q-7.696 14.391-22.37 18.739-14.674 4.348-28.5-1.782l-89.609-41.87q-13.173 10.739-30.847 21.543-17.674 10.805-34.282 15.674l-15.435 97.043q-2 14.957-13.326 24.218-11.327 9.261-26.283 9.261H410.043ZM478.87-350q54 0 92-38t38-92q0-54-38-92t-92-38q-54 0-92 38t-38 92q0 54 38 92t92 38Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M410.043-65.869q-14.956 0-26.283-9.26-11.326-9.262-13.326-24.218l-15.435-97.044q-15.608-5.304-34.065-15.891-18.456-10.587-31.63-21.326l-89.043 41.87q-13.826 6.13-28.783 1.5-14.957-4.631-22.652-19.022L78.869-334.174q-8.261-13.391-4.413-27.783 3.848-14.391 15.674-23.652l82.608-60.174q-1.434-7.304-1.934-17.108-.5-9.805-.5-17.109 0-7.304.5-17.109.5-9.804 1.934-17.108L90.13-574.391q-11.826-9.261-15.674-23.652-3.848-14.392 4.413-27.783l69.957-124.348q7.695-13.827 22.652-18.74 14.957-4.913 28.783 1.218l90.174 41.304q12.608-10.174 30.782-20.478 18.174-10.304 33.782-15.174l15.435-99.174q2-14.391 13.326-23.935 11.327-9.543 26.283-9.543h139.914q14.956 0 26.283 9.543 11.326 9.544 13.326 23.935l15.435 98.174q15.608 5.87 34.282 15.674 18.674 9.804 31.413 20.978l89.043-41.304q13.826-6.131 28.783-1.218t22.652 18.74l70.522 123.348q7.696 13.391 4.348 28.283-3.348 14.891-16.739 24.152l-82.609 58.174q1.435 8.304 2.218 18.108.782 9.805.782 18.109 0 8.304-.782 17.609-.783 9.304-2.218 17.608l82.609 59.174q12.391 9.261 16.239 23.652 3.848 14.392-3.848 27.783l-71.087 125.479q-7.696 14.391-22.37 18.739-14.674 4.348-28.5-1.782l-89.609-41.87q-13.173 10.739-30.847 21.543-17.674 10.805-34.282 15.674l-15.435 97.043q-2 14.957-13.326 24.218-11.327 9.261-26.283 9.261H410.043Zm30.479-79.218h78.391l14.565-111.435q33.565-8 63.913-25t54.348-42.696l106 46 34.913-64.652-92.87-67.869q4-17.565 6.783-34.631 2.783-17.065 2.783-34.63t-2.283-34.63q-2.283-17.066-7.283-34.631l93.435-67.869-35.478-64.652-105.435 46q-23-27.131-53.13-45.479-30.131-18.348-65.696-22.782l-14-110.87h-78.956l-13.435 110.87q-35.13 6.434-65.761 24.282-30.63 17.848-54.196 43.979l-104.869-46-35.478 64.652 92.304 67.304q-4 17.565-6.782 34.913-2.783 17.348-2.783 34.913 0 17.565 2.783 35.196 2.782 17.63 6.782 34.63l-92.304 67.304 35.478 64.652 104.869-46q24.566 25.131 55.196 42.696 30.631 17.565 64.761 25.565l13.435 110.87ZM478.87-350q54 0 92-38t38-92q0-54-38-92t-92-38q-54 0-92 38t-38 92q0 54 38 92t92 38ZM480-480Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M410.043-65.869q-14.956 0-26.283-9.26-11.326-9.262-13.326-24.218l-15.435-97.044q-15.608-5.304-34.065-15.891-18.456-10.587-31.63-21.326l-89.043 41.87q-13.826 6.13-28.783 1.5-14.957-4.631-22.652-19.022L78.869-334.174q-8.261-13.391-4.413-27.783 3.848-14.391 15.674-23.652l82.608-60.174q-1.434-7.304-1.934-17.108-.5-9.805-.5-17.109 0-7.304.5-17.109.5-9.804 1.934-17.108L90.13-574.391q-11.826-9.261-15.674-23.652-3.848-14.392 4.413-27.783l69.957-124.348q7.695-13.827 22.652-18.74 14.957-4.913 28.783 1.218l90.174 41.304q12.608-10.174 30.782-20.478 18.174-10.304 33.782-15.174l15.435-99.174q2-14.391 13.326-23.935 11.327-9.543 26.283-9.543h139.914q14.956 0 26.283 9.543 11.326 9.544 13.326 23.935l15.435 98.174q15.608 5.87 34.282 15.674 18.674 9.804 31.413 20.978l89.043-41.304q13.826-6.131 28.783-1.218t22.652 18.74l70.522 123.348q7.696 13.391 4.348 28.283-3.348 14.891-16.739 24.152l-82.609 58.174q1.435 8.304 2.218 18.108.782 9.805.782 18.109 0 8.304-.782 17.609-.783 9.304-2.218 17.608l82.609 59.174q12.391 9.261 16.239 23.652 3.848 14.392-3.848 27.783l-71.087 125.479q-7.696 14.391-22.37 18.739-14.674 4.348-28.5-1.782l-89.609-41.87q-13.173 10.739-30.847 21.543-17.674 10.805-34.282 15.674l-15.435 97.043q-2 14.957-13.326 24.218-11.327 9.261-26.283 9.261H410.043Zm30.479-79.218h78.391l14.565-111.435q33.565-8 63.913-25t54.348-42.696l106 46 34.913-64.652-92.87-67.869q4-17.565 6.783-34.631 2.783-17.065 2.783-34.63t-2.283-34.63q-2.283-17.066-7.283-34.631l93.435-67.869-35.478-64.652-105.435 46q-23-27.131-53.13-45.479-30.131-18.348-65.696-22.782l-14-110.87h-78.956l-13.435 110.87q-35.13 6.434-65.761 24.282-30.63 17.848-54.196 43.979l-104.869-46-35.478 64.652 92.304 67.304q-4 17.565-6.782 34.913-2.783 17.348-2.783 34.913 0 17.565 2.783 35.196 2.782 17.63 6.782 34.63l-92.304 67.304 35.478 64.652 104.869-46q24.566 25.131 55.196 42.696 30.631 17.565 64.761 25.565l13.435 110.87ZM478.87-350q54 0 92-38t38-92q0-54-38-92t-92-38q-54 0-92 38t-38 92q0 54 38 92t92 38ZM480-480Z\\\"/></svg>\";","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const SettingsSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default SettingsSVG;\n"],"names":["module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","SettingsSVG","opts","variant"],"sourceRoot":""}
|
|
1
|
+
{"version":3,"file":"svg/Settings/index.js","mappings":"kEAcA,q5C,0CCAA,ugE,WCdAA,EAAOC,QAAUC,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACX,EAASa,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEf,EAASc,IAC5EE,OAAOC,eAAejB,EAASc,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFlB,EAAoBsB,EAAKzB,IACH,oBAAX0B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAejB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAejB,EAAS,aAAc,CAAE4B,OAAO,GAAO,E,uFCAvD,MAAMC,EAAeC,IAL5B,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/Settings/icon-fill.svg","webpack://icons/./src/svg/Settings/icon.svg","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/svg/Settings/index.ts"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M413.087-65.869q-16.173 0-28.679-9.92-12.506-9.921-14.409-26.037l-15-94.565q-15.608-5.304-34.065-15.891-18.456-10.587-31.63-21.326l-85.434 40q-15.626 6.565-31.818 1.849-16.191-4.717-24.965-20.11L81.173-330.565q-9.13-14.131-5.348-30.109 3.783-15.978 17.479-26.109l79.434-59q-1.434-7.325-1.934-17.108-.5-9.784-.5-17.109 0-7.325.5-17.109.5-9.783 1.934-17.108l-79.434-58.435q-14.261-10.13-17.761-26.109-3.5-15.978 5.63-30.674L147.3-748.239q8.352-14.023 24.33-19.37 15.979-5.348 31.674 1.217l87.131 40q12.608-10.174 30.782-20.478 18.174-10.304 33.782-15.174l15-95.319q2-17.072 14.478-27.203 12.477-10.13 28.61-10.13h133.826q16.173 0 28.679 10.084 12.506 10.085 14.409 27.003l15 94.565q15.498 5.899 34.227 15.689 18.729 9.789 31.468 20.963l85.434-40q15.696-6.565 31.457-1.217 15.761 5.347 24.259 19.39l67.614 118.873q8.497 14.607 4.997 31.085-3.5 16.479-17.761 25.609l-80 56.435q1.435 8.304 2.218 18.108.782 9.805.782 18.126 0 8.321-.782 17.6-.783 9.279-2.218 17.6l80 57.435q14.261 9.13 17.761 25.609 3.5 16.478-4.992 30.942l-66.552 118.928q-8.774 14.828-24.683 19.827-15.908 4.999-31.534-1.566l-86.566-40q-13.173 10.739-30.847 21.543-17.674 10.805-34.282 15.674l-15 94.565q-1.903 16.116-14.409 26.036-12.506 9.921-28.679 9.921H413.087ZM478.87-350q54 0 92-38t38-92q0-54-38-92t-92-38q-54 0-92 38t-38 92q0 54 38 92t92 38Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M413.087-65.869q-16.173 0-28.679-9.92-12.506-9.921-14.409-26.037l-15-94.565q-15.608-5.304-34.065-15.891-18.456-10.587-31.63-21.326l-85.434 40q-15.626 6.565-31.818 1.849-16.191-4.717-24.965-20.11L81.173-330.565q-9.13-14.131-5.348-30.109 3.783-15.978 17.479-26.109l79.434-59q-1.434-7.325-1.934-17.108-.5-9.784-.5-17.109 0-7.325.5-17.109.5-9.783 1.934-17.108l-79.434-58.435q-14.261-10.13-17.761-26.109-3.5-15.978 5.63-30.674L147.3-748.239q8.352-14.023 24.33-19.37 15.979-5.348 31.674 1.217l87.131 40q12.608-10.174 30.782-20.478 18.174-10.304 33.782-15.174l15-95.319q2-17.072 14.478-27.203 12.477-10.13 28.61-10.13h133.826q16.173 0 28.679 10.084 12.506 10.085 14.409 27.003l15 94.565q15.498 5.899 34.227 15.689 18.729 9.789 31.468 20.963l85.434-40q15.696-6.565 31.457-1.217 15.761 5.347 24.259 19.39l67.614 118.873q8.497 14.607 4.997 31.085-3.5 16.479-17.761 25.609l-80 56.435q1.435 8.304 2.218 18.108.782 9.805.782 18.126 0 8.321-.782 17.6-.783 9.279-2.218 17.6l80 57.435q14.261 9.13 17.761 25.609 3.5 16.478-4.992 30.942l-66.552 118.928q-8.774 14.828-24.683 19.827-15.908 4.999-31.534-1.566l-86.566-40q-13.173 10.739-30.847 21.543-17.674 10.805-34.282 15.674l-15 94.565q-1.903 16.116-14.409 26.036-12.506 9.921-28.679 9.921H413.087ZM478.87-350q54 0 92-38t38-92q0-54-38-92t-92-38q-54 0-92 38t-38 92q0 54 38 92t92 38Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M413.087-65.869q-16.261 0-28.675-9.848-12.413-9.848-14.413-26.109l-15-94.565q-15.608-5.304-34.065-15.891-18.456-10.587-31.63-21.326l-85.434 40q-15.696 6.565-31.957 1.783-16.261-4.783-24.826-20.044L81.173-330.565q-9.13-14.131-5.348-30.109 3.783-15.978 17.479-26.109l79.434-59q-1.434-7.304-1.934-17.108-.5-9.805-.5-17.109 0-7.304.5-17.109.5-9.804 1.934-17.108l-79.434-58.435q-14.261-10.13-17.761-26.109-3.5-15.978 5.63-30.674l65.914-118.696q8.565-14.131 24.543-19.478 15.979-5.348 31.674 1.217l87.131 40q12.608-10.174 30.782-20.478 18.174-10.304 33.782-15.174l15-95.565q2-16.826 14.413-26.957 12.414-10.13 28.675-10.13h133.826q16.261 0 28.675 10.13 12.413 10.131 14.413 26.957l15 94.565q15.608 5.87 34.282 15.674 18.674 9.804 31.413 20.978l85.434-40q15.696-6.565 31.457-1.217 15.761 5.347 24.326 19.478l67.479 118.696q8.565 14.696 5.065 31.174-3.5 16.479-17.761 25.609l-80 56.435q1.435 8.304 2.218 18.108.782 9.805.782 18.109 0 8.304-.782 17.609-.783 9.304-2.218 17.608l80 57.435q14.261 9.13 17.761 25.609 3.5 16.478-5.065 31.174l-66.479 118.696q-8.565 14.696-24.543 19.761-15.979 5.065-31.674-1.5l-86.566-40q-13.173 10.739-30.847 21.543-17.674 10.805-34.282 15.674l-15 94.565q-2 16.261-14.413 26.11-12.414 9.847-28.675 9.847H413.087Zm27.435-79.218h78.391l14.565-111.435q33.565-8 63.913-25t54.348-42.696l106 46 34.913-64.652-92.87-67.869q4-17.565 6.783-34.631 2.783-17.065 2.783-34.63t-2.283-34.63q-2.283-17.066-7.283-34.631l93.435-67.869-35.478-64.652-105.435 46q-23-27.131-53.13-45.479-30.131-18.348-65.696-22.782l-14-110.87h-78.956l-13.435 110.87q-35.13 6.434-65.761 24.282-30.63 17.848-54.196 43.979l-104.869-46-35.478 64.652 92.304 67.304q-4 17.565-6.782 34.913-2.783 17.348-2.783 34.913 0 17.565 2.783 35.196 2.782 17.63 6.782 34.63l-92.304 67.304 35.478 64.652 104.869-46q24.566 25.131 55.196 42.696 30.631 17.565 64.761 25.565l13.435 110.87ZM478.87-350q54 0 92-38t38-92q0-54-38-92t-92-38q-54 0-92 38t-38 92q0 54 38 92t92 38ZM480-480Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M413.087-65.869q-16.261 0-28.675-9.848-12.413-9.848-14.413-26.109l-15-94.565q-15.608-5.304-34.065-15.891-18.456-10.587-31.63-21.326l-85.434 40q-15.696 6.565-31.957 1.783-16.261-4.783-24.826-20.044L81.173-330.565q-9.13-14.131-5.348-30.109 3.783-15.978 17.479-26.109l79.434-59q-1.434-7.304-1.934-17.108-.5-9.805-.5-17.109 0-7.304.5-17.109.5-9.804 1.934-17.108l-79.434-58.435q-14.261-10.13-17.761-26.109-3.5-15.978 5.63-30.674l65.914-118.696q8.565-14.131 24.543-19.478 15.979-5.348 31.674 1.217l87.131 40q12.608-10.174 30.782-20.478 18.174-10.304 33.782-15.174l15-95.565q2-16.826 14.413-26.957 12.414-10.13 28.675-10.13h133.826q16.261 0 28.675 10.13 12.413 10.131 14.413 26.957l15 94.565q15.608 5.87 34.282 15.674 18.674 9.804 31.413 20.978l85.434-40q15.696-6.565 31.457-1.217 15.761 5.347 24.326 19.478l67.479 118.696q8.565 14.696 5.065 31.174-3.5 16.479-17.761 25.609l-80 56.435q1.435 8.304 2.218 18.108.782 9.805.782 18.109 0 8.304-.782 17.609-.783 9.304-2.218 17.608l80 57.435q14.261 9.13 17.761 25.609 3.5 16.478-5.065 31.174l-66.479 118.696q-8.565 14.696-24.543 19.761-15.979 5.065-31.674-1.5l-86.566-40q-13.173 10.739-30.847 21.543-17.674 10.805-34.282 15.674l-15 94.565q-2 16.261-14.413 26.11-12.414 9.847-28.675 9.847H413.087Zm27.435-79.218h78.391l14.565-111.435q33.565-8 63.913-25t54.348-42.696l106 46 34.913-64.652-92.87-67.869q4-17.565 6.783-34.631 2.783-17.065 2.783-34.63t-2.283-34.63q-2.283-17.066-7.283-34.631l93.435-67.869-35.478-64.652-105.435 46q-23-27.131-53.13-45.479-30.131-18.348-65.696-22.782l-14-110.87h-78.956l-13.435 110.87q-35.13 6.434-65.761 24.282-30.63 17.848-54.196 43.979l-104.869-46-35.478 64.652 92.304 67.304q-4 17.565-6.782 34.913-2.783 17.348-2.783 34.913 0 17.565 2.783 35.196 2.782 17.63 6.782 34.63l-92.304 67.304 35.478 64.652 104.869-46q24.566 25.131 55.196 42.696 30.631 17.565 64.761 25.565l13.435 110.87ZM478.87-350q54 0 92-38t38-92q0-54-38-92t-92-38q-54 0-92 38t-38 92q0 54 38 92t92 38ZM480-480Z\\\"/></svg>\";","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const SettingsSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default SettingsSVG;\n"],"names":["module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","SettingsSVG","opts","variant"],"sourceRoot":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M109.044-336.479q-30.913 0-55.349-24.435-24.435-24.435-24.435-55.348v-55.999q0-12.13 3.066-27.761 3.065-15.63 8.065-27.196l118.261-274.783q10.696-26.087 36.618-44.478 25.922-18.392 54.47-18.392h390.042q32.914 0 56.066 23.022 23.153 23.022 23.153 56.762v416.695q0 15.199-5.584 29.404-5.583 14.204-16.504 25.162L517.045-122.958q-18.522 19.087-43.392 24.066-24.869 4.978-46.957-6.718-21.522-11.13-32-34.5-10.478-23.37-4.783-49.153l30.652-147.216H109.044Zm730.631-528.392q24.413 0 42.261 17.906 17.848 17.906 17.848 42.286v408.124q0 24.381-17.283 42.228-17.283 17.848-41.131 17.848h-2.261q-24.413 0-42.26-17.798-17.848-17.799-17.848-42.028v-408.329q0-24.399 17.848-42.318 17.847-17.919 42.26-17.919h.566Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M114.044-336.479q-31.122 0-55.453-23.935-24.33-23.935-24.33-55.848V-472.1q0-8.193-1.218-16.873-1.217-8.679 2.348-16.245l128.261-296.783q11.139-26.337 36.943-44.603 25.803-18.267 54.145-18.267h446.261v528.392L495.784-117.697q-18.122 19.087-42.078 23.566-23.957 4.478-45.988-7.218-21.239-11.13-31.435-34.283-10.196-23.152-3.635-48.37l32.482-152.477H114.044ZM628-376.175v-408.912H241.74L114.609-483.261v66.999h384.305l-47.913 228.651L628-376.175Zm193-488.696q33.49 0 56.637 23.147t23.147 56.637v368.825q0 33.49-23.147 56.637Q854.49-336.479 821-336.479H701.001v-79.783H821v-368.825H701.001v-79.784H821Zm-193 79.784v408.912-408.912Z"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(()=>{"use strict";var e={4354:(e,t,r)=>{r.d(t,{Z:()=>o});r(9497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M109.044-336.479q-30.913 0-55.349-24.435-24.435-24.435-24.435-55.348v-55.999q0-12.13 3.066-27.761 3.065-15.63 8.065-27.196l118.261-274.783q10.696-26.087 36.618-44.478 25.922-18.392 54.47-18.392h390.042q32.914 0 56.066 23.022 23.153 23.022 23.153 56.762v416.695q0 15.199-5.584 29.404-5.583 14.204-16.504 25.162L517.045-122.958q-18.522 19.087-43.392 24.066-24.869 4.978-46.957-6.718-21.522-11.13-32-34.5-10.478-23.37-4.783-49.153l30.652-147.216H109.044Zm730.631-528.392q24.413 0 42.261 17.906 17.848 17.906 17.848 42.286v408.124q0 24.381-17.283 42.228-17.283 17.848-41.131 17.848h-2.261q-24.413 0-42.26-17.798-17.848-17.799-17.848-42.028v-408.329q0-24.399 17.848-42.318 17.847-17.919 42.26-17.919h.566Z"/></svg>'},6773:(e,t,r)=>{r.d(t,{Z:()=>o});r(9497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M114.044-336.479q-31.122 0-55.453-23.935-24.33-23.935-24.33-55.848V-472.1q0-8.193-1.218-16.873-1.217-8.679 2.348-16.245l128.261-296.783q11.139-26.337 36.943-44.603 25.803-18.267 54.145-18.267h446.261v528.392L495.784-117.697q-18.122 19.087-42.078 23.566-23.957 4.478-45.988-7.218-21.239-11.13-31.435-34.283-10.196-23.152-3.635-48.37l32.482-152.477H114.044ZM628-376.175v-408.912H241.74L114.609-483.261v66.999h384.305l-47.913 228.651L628-376.175Zm193-488.696q33.49 0 56.637 23.147t23.147 56.637v368.825q0 33.49-23.147 56.637Q854.49-336.479 821-336.479H701.001v-79.783H821v-368.825H701.001v-79.784H821Zm-193 79.784v408.912-408.912Z"/></svg>'},9497:e=>{e.exports=require("react")}},t={};function r(o){var v=t[o];if(void 0!==v)return v.exports;var l=t[o]={exports:{}};return e[o](l,l.exports,r),l.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var o in t)r.o(t,o)&&!r.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};(()=>{r.r(o),r.d(o,{ThumbDownSVG:()=>v,default:()=>l});var e=r(4354),t=r(6773);const v=r=>{var o;return"outlined"===(null!=(o=null==r?void 0:r.variant)?o:"filled")?t.Z:e.Z},l=v})(),module.exports=o})();
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg/ThumbDown/index.js","mappings":"kEAcA,gzB,0CCAA,uuB,WCdAA,EAAOC,QAAUC,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACX,EAASa,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEf,EAASc,IAC5EE,OAAOC,eAAejB,EAASc,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFlB,EAAoBsB,EAAKzB,IACH,oBAAX0B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAejB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAejB,EAAS,aAAc,CAAE4B,OAAO,GAAO,E,wFCAvD,MAAMC,EAAgBC,IAL7B,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/ThumbDown/icon-fill.svg","webpack://icons/./src/svg/ThumbDown/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/ThumbDown/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: \"M109.044-336.479q-30.913 0-55.349-24.435-24.435-24.435-24.435-55.348v-55.999q0-12.13 3.066-27.761 3.065-15.63 8.065-27.196l118.261-274.783q10.696-26.087 36.618-44.478 25.922-18.392 54.47-18.392h390.042q32.914 0 56.066 23.022 23.153 23.022 23.153 56.762v416.695q0 15.199-5.584 29.404-5.583 14.204-16.504 25.162L517.045-122.958q-18.522 19.087-43.392 24.066-24.869 4.978-46.957-6.718-21.522-11.13-32-34.5-10.478-23.37-4.783-49.153l30.652-147.216H109.044Zm730.631-528.392q24.413 0 42.261 17.906 17.848 17.906 17.848 42.286v408.124q0 24.381-17.283 42.228-17.283 17.848-41.131 17.848h-2.261q-24.413 0-42.26-17.798-17.848-17.799-17.848-42.028v-408.329q0-24.399 17.848-42.318 17.847-17.919 42.26-17.919h.566Z\"\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=\\\"M109.044-336.479q-30.913 0-55.349-24.435-24.435-24.435-24.435-55.348v-55.999q0-12.13 3.066-27.761 3.065-15.63 8.065-27.196l118.261-274.783q10.696-26.087 36.618-44.478 25.922-18.392 54.47-18.392h390.042q32.914 0 56.066 23.022 23.153 23.022 23.153 56.762v416.695q0 15.199-5.584 29.404-5.583 14.204-16.504 25.162L517.045-122.958q-18.522 19.087-43.392 24.066-24.869 4.978-46.957-6.718-21.522-11.13-32-34.5-10.478-23.37-4.783-49.153l30.652-147.216H109.044Zm730.631-528.392q24.413 0 42.261 17.906 17.848 17.906 17.848 42.286v408.124q0 24.381-17.283 42.228-17.283 17.848-41.131 17.848h-2.261q-24.413 0-42.26-17.798-17.848-17.799-17.848-42.028v-408.329q0-24.399 17.848-42.318 17.847-17.919 42.26-17.919h.566Z\\\"/></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: \"M114.044-336.479q-31.122 0-55.453-23.935-24.33-23.935-24.33-55.848V-472.1q0-8.193-1.218-16.873-1.217-8.679 2.348-16.245l128.261-296.783q11.139-26.337 36.943-44.603 25.803-18.267 54.145-18.267h446.261v528.392L495.784-117.697q-18.122 19.087-42.078 23.566-23.957 4.478-45.988-7.218-21.239-11.13-31.435-34.283-10.196-23.152-3.635-48.37l32.482-152.477H114.044ZM628-376.175v-408.912H241.74L114.609-483.261v66.999h384.305l-47.913 228.651L628-376.175Zm193-488.696q33.49 0 56.637 23.147t23.147 56.637v368.825q0 33.49-23.147 56.637Q854.49-336.479 821-336.479H701.001v-79.783H821v-368.825H701.001v-79.784H821Zm-193 79.784v408.912-408.912Z\"\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=\\\"M114.044-336.479q-31.122 0-55.453-23.935-24.33-23.935-24.33-55.848V-472.1q0-8.193-1.218-16.873-1.217-8.679 2.348-16.245l128.261-296.783q11.139-26.337 36.943-44.603 25.803-18.267 54.145-18.267h446.261v528.392L495.784-117.697q-18.122 19.087-42.078 23.566-23.957 4.478-45.988-7.218-21.239-11.13-31.435-34.283-10.196-23.152-3.635-48.37l32.482-152.477H114.044ZM628-376.175v-408.912H241.74L114.609-483.261v66.999h384.305l-47.913 228.651L628-376.175Zm193-488.696q33.49 0 56.637 23.147t23.147 56.637v368.825q0 33.49-23.147 56.637Q854.49-336.479 821-336.479H701.001v-79.783H821v-368.825H701.001v-79.784H821Zm-193 79.784v408.912-408.912Z\\\"/></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 ThumbDownSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default ThumbDownSVG;\n"],"names":["module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","ThumbDownSVG","opts","variant"],"sourceRoot":""}
|