@epilot360/icons 1.17.21 → 1.17.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/icons.config.yaml +5 -1
- package/index.js +155 -10
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/react/Attach/index.js +1 -1
- package/react/Attach/index.js.map +1 -1
- package/react/Description/index.d.ts +4 -0
- package/react/Description/index.js +209 -0
- package/react/Description/index.js.map +1 -0
- package/react/EpilotIcon.d.ts +3 -1
- package/react/EpilotIcon.js +113 -2
- package/react/EpilotIcon.js.map +1 -1
- package/react/index.d.ts +1 -0
- package/react/index.js +119 -5
- package/react/index.js.map +1 -1
- package/svg/Description/icon-fill.svg +1 -0
- package/svg/Description/icon.svg +1 -0
- package/svg/Description/index.d.ts +3 -0
- package/svg/Description/index.js +159 -0
- package/svg/Description/index.js.map +1 -0
- package/svg/index.d.ts +1 -0
- package/svg/index.js +85 -4
- package/svg/index.js.map +1 -1
- package/svg/svgIcon.d.ts +2 -1
- package/svg/svgIcon.js +79 -1
- package/svg/svgIcon.js.map +1 -1
package/package.json
CHANGED
package/react/Attach/index.js
CHANGED
|
@@ -192,7 +192,7 @@ var __objRest = (source, exclude) => {
|
|
|
192
192
|
|
|
193
193
|
|
|
194
194
|
|
|
195
|
-
const name = "
|
|
195
|
+
const name = "attach";
|
|
196
196
|
function Attach(props) {
|
|
197
197
|
const _a = __spreadValues(__spreadValues({}, _common__WEBPACK_IMPORTED_MODULE_3__.defaultIconProps), props), { variant } = _a, restProps = __objRest(_a, ["variant"]);
|
|
198
198
|
const IconComponent = variant === "outlined" ? _svg_Attach_icon_svg__WEBPACK_IMPORTED_MODULE_2__/* .ReactComponent */ .r : _svg_Attach_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__/* .ReactComponent */ .r;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"react/Attach/index.js","mappings":";;;;;;;;;;;;AAAA;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA,sBAAsB,gDAAmB;AACzC;AACA;AACA;AACA;AACA,GAAG,yCAAyC,gDAAmB;AAC/D;AACA,GAAG;AACH;AACyC;AACzC,sEAAe,k2BAAk2B;;;;;;;;;;;;ACdj3B;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA,sBAAsB,gDAAmB;AACzC;AACA;AACA;AACA;AACA,GAAG,yCAAyC,gDAAmB;AAC/D;AACA,GAAG;AACH;AACqC;AACrC,sEAAe,k2BAAk2B;;;;;;;;;;;ACZ12B,MAAM,mBAA8B;AAAA,EACzC,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,MAAM;AAAA,EACN,SAAS;AACX;;;;;;;;ACPA;;;;;;UCAA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;WCtBA;WACA;WACA;WACA;WACA;WACA,iCAAiC,WAAW;WAC5C;WACA;;;;;WCPA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA;;;;;WCPA;;;;;WCAA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACNkB;AAEuB;AACE;AACV;AAGjC,MAAM,OAAO;AAEN,SAAS,OAAO,OAAuB;AAC5C,QAAkC,uCAC7B,qDAAgB,GAChB,QAFG,UAVV,IAUoC,IAAd,sBAAc,IAAd,CAAZ;AAIR,QAAM,gBAAgB,YAAY,aAAa,yEAAQ,GAAG,8EAAM;AAEhE,QAAM,YAAY,MAAM,OAAO,EAAE,OAAO,MAAM,MAAM,QAAQ,MAAM,KAAK,IAAI,CAAC;AAE5E,SAAO,2EAAC,+CAAc,cAAY,QAAU,YAAe,UAAW;AACxE;AAEA,iEAAe,MAAM,EAAC","sources":["webpack://icons/./src/svg/Attach/icon-fill.svg","webpack://icons/./src/svg/Attach/icon.svg","webpack://icons/./src/react/common.ts","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/react/Attach/index.tsx"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M750.04-322.04q0 108.65-78.11 182.41-78.11 73.76-187.43 73.76-109.33 0-187.2-73.76-77.87-73.76-77.87-182.41v-389.05q0-77.54 56.03-130.57Q331.48-894.7 409-894.7q77.52 0 133.39 53.04 55.87 53.03 55.87 130.57v369.05q0 45.9-33.67 78.19-33.68 32.29-80.33 32.29t-79.85-31.96q-33.19-31.96-33.19-78.52V-674.7q0-15.5 10.93-26.42 10.94-10.92 26.87-10.92 15.94 0 26.7 10.92t10.76 26.42v332.66q0 14.74 11.25 24.97 11.25 10.24 27.25 10.24 15.99 0 27.01-10.15Q523-327.13 523-342.04v-368.48q.57-46.45-33.22-77.68-33.78-31.23-80.86-31.23t-80.65 31q-33.57 31.01-33.57 77.34v389.05q.56 77.57 56.38 129.52 55.82 51.95 134.44 51.95 77.78 0 133.8-52.02 56.03-52.02 55.46-129.45v-368.48q0-16.14 10.94-27.03t26.87-10.89q15.93 0 26.69 10.89 10.76 10.89 10.76 27.03v368.48Z\"\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=\\\"M750.04-322.04q0 108.65-78.11 182.41-78.11 73.76-187.43 73.76-109.33 0-187.2-73.76-77.87-73.76-77.87-182.41v-389.05q0-77.54 56.03-130.57Q331.48-894.7 409-894.7q77.52 0 133.39 53.04 55.87 53.03 55.87 130.57v369.05q0 45.9-33.67 78.19-33.68 32.29-80.33 32.29t-79.85-31.96q-33.19-31.96-33.19-78.52V-674.7q0-15.5 10.93-26.42 10.94-10.92 26.87-10.92 15.94 0 26.7 10.92t10.76 26.42v332.66q0 14.74 11.25 24.97 11.25 10.24 27.25 10.24 15.99 0 27.01-10.15Q523-327.13 523-342.04v-368.48q.57-46.45-33.22-77.68-33.78-31.23-80.86-31.23t-80.65 31q-33.57 31.01-33.57 77.34v389.05q.56 77.57 56.38 129.52 55.82 51.95 134.44 51.95 77.78 0 133.8-52.02 56.03-52.02 55.46-129.45v-368.48q0-16.14 10.94-27.03t26.87-10.89q15.93 0 26.69 10.89 10.76 10.89 10.76 27.03v368.48Z\\\"/></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: \"M750.04-322.04q0 108.65-78.11 182.41-78.11 73.76-187.43 73.76-109.33 0-187.2-73.76-77.87-73.76-77.87-182.41v-389.05q0-77.54 56.03-130.57Q331.48-894.7 409-894.7q77.52 0 133.39 53.04 55.87 53.03 55.87 130.57v369.05q0 45.9-33.67 78.19-33.68 32.29-80.33 32.29t-79.85-31.96q-33.19-31.96-33.19-78.52V-674.7q0-15.5 10.93-26.42 10.94-10.92 26.87-10.92 15.94 0 26.7 10.92t10.76 26.42v332.66q0 14.74 11.25 24.97 11.25 10.24 27.25 10.24 15.99 0 27.01-10.15Q523-327.13 523-342.04v-368.48q.57-46.45-33.22-77.68-33.78-31.23-80.86-31.23t-80.65 31q-33.57 31.01-33.57 77.34v389.05q.56 77.57 56.38 129.52 55.82 51.95 134.44 51.95 77.78 0 133.8-52.02 56.03-52.02 55.46-129.45v-368.48q0-16.14 10.94-27.03t26.87-10.89q15.93 0 26.69 10.89 10.76 10.89 10.76 27.03v368.48Z\"\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=\\\"M750.04-322.04q0 108.65-78.11 182.41-78.11 73.76-187.43 73.76-109.33 0-187.2-73.76-77.87-73.76-77.87-182.41v-389.05q0-77.54 56.03-130.57Q331.48-894.7 409-894.7q77.52 0 133.39 53.04 55.87 53.03 55.87 130.57v369.05q0 45.9-33.67 78.19-33.68 32.29-80.33 32.29t-79.85-31.96q-33.19-31.96-33.19-78.52V-674.7q0-15.5 10.93-26.42 10.94-10.92 26.87-10.92 15.94 0 26.7 10.92t10.76 26.42v332.66q0 14.74 11.25 24.97 11.25 10.24 27.25 10.24 15.99 0 27.01-10.15Q523-327.13 523-342.04v-368.48q.57-46.45-33.22-77.68-33.78-31.23-80.86-31.23t-80.65 31q-33.57 31.01-33.57 77.34v389.05q.56 77.57 56.38 129.52 55.82 51.95 134.44 51.95 77.78 0 133.8-52.02 56.03-52.02 55.46-129.45v-368.48q0-16.14 10.94-27.03t26.87-10.89q15.93 0 26.69 10.89 10.76 10.89 10.76 27.03v368.48Z\\\"/></svg>\";","import type { IconProps } from '../types';\n\nexport const defaultIconProps: IconProps = {\n width: 20,\n height: 20,\n fill: 'currentColor',\n variant: 'filled',\n};\n","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import React from 'react';\n\nimport { ReactComponent as Filled } from '../../svg/Attach/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/Attach/icon.svg';\nimport { defaultIconProps } from '../common';\nimport type { IconPropsReact } from '../types';\n\nconst name = '
|
|
1
|
+
{"version":3,"file":"react/Attach/index.js","mappings":";;;;;;;;;;;;AAAA;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA,sBAAsB,gDAAmB;AACzC;AACA;AACA;AACA;AACA,GAAG,yCAAyC,gDAAmB;AAC/D;AACA,GAAG;AACH;AACyC;AACzC,sEAAe,k2BAAk2B;;;;;;;;;;;;ACdj3B;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA,sBAAsB,gDAAmB;AACzC;AACA;AACA;AACA;AACA,GAAG,yCAAyC,gDAAmB;AAC/D;AACA,GAAG;AACH;AACqC;AACrC,sEAAe,k2BAAk2B;;;;;;;;;;;ACZ12B,MAAM,mBAA8B;AAAA,EACzC,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,MAAM;AAAA,EACN,SAAS;AACX;;;;;;;;ACPA;;;;;;UCAA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;WCtBA;WACA;WACA;WACA;WACA;WACA,iCAAiC,WAAW;WAC5C;WACA;;;;;WCPA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA;;;;;WCPA;;;;;WCAA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACNkB;AAEuB;AACE;AACV;AAGjC,MAAM,OAAO;AAEN,SAAS,OAAO,OAAuB;AAC5C,QAAkC,uCAC7B,qDAAgB,GAChB,QAFG,UAVV,IAUoC,IAAd,sBAAc,IAAd,CAAZ;AAIR,QAAM,gBAAgB,YAAY,aAAa,yEAAQ,GAAG,8EAAM;AAEhE,QAAM,YAAY,MAAM,OAAO,EAAE,OAAO,MAAM,MAAM,QAAQ,MAAM,KAAK,IAAI,CAAC;AAE5E,SAAO,2EAAC,+CAAc,cAAY,QAAU,YAAe,UAAW;AACxE;AAEA,iEAAe,MAAM,EAAC","sources":["webpack://icons/./src/svg/Attach/icon-fill.svg","webpack://icons/./src/svg/Attach/icon.svg","webpack://icons/./src/react/common.ts","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/react/Attach/index.tsx"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M750.04-322.04q0 108.65-78.11 182.41-78.11 73.76-187.43 73.76-109.33 0-187.2-73.76-77.87-73.76-77.87-182.41v-389.05q0-77.54 56.03-130.57Q331.48-894.7 409-894.7q77.52 0 133.39 53.04 55.87 53.03 55.87 130.57v369.05q0 45.9-33.67 78.19-33.68 32.29-80.33 32.29t-79.85-31.96q-33.19-31.96-33.19-78.52V-674.7q0-15.5 10.93-26.42 10.94-10.92 26.87-10.92 15.94 0 26.7 10.92t10.76 26.42v332.66q0 14.74 11.25 24.97 11.25 10.24 27.25 10.24 15.99 0 27.01-10.15Q523-327.13 523-342.04v-368.48q.57-46.45-33.22-77.68-33.78-31.23-80.86-31.23t-80.65 31q-33.57 31.01-33.57 77.34v389.05q.56 77.57 56.38 129.52 55.82 51.95 134.44 51.95 77.78 0 133.8-52.02 56.03-52.02 55.46-129.45v-368.48q0-16.14 10.94-27.03t26.87-10.89q15.93 0 26.69 10.89 10.76 10.89 10.76 27.03v368.48Z\"\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=\\\"M750.04-322.04q0 108.65-78.11 182.41-78.11 73.76-187.43 73.76-109.33 0-187.2-73.76-77.87-73.76-77.87-182.41v-389.05q0-77.54 56.03-130.57Q331.48-894.7 409-894.7q77.52 0 133.39 53.04 55.87 53.03 55.87 130.57v369.05q0 45.9-33.67 78.19-33.68 32.29-80.33 32.29t-79.85-31.96q-33.19-31.96-33.19-78.52V-674.7q0-15.5 10.93-26.42 10.94-10.92 26.87-10.92 15.94 0 26.7 10.92t10.76 26.42v332.66q0 14.74 11.25 24.97 11.25 10.24 27.25 10.24 15.99 0 27.01-10.15Q523-327.13 523-342.04v-368.48q.57-46.45-33.22-77.68-33.78-31.23-80.86-31.23t-80.65 31q-33.57 31.01-33.57 77.34v389.05q.56 77.57 56.38 129.52 55.82 51.95 134.44 51.95 77.78 0 133.8-52.02 56.03-52.02 55.46-129.45v-368.48q0-16.14 10.94-27.03t26.87-10.89q15.93 0 26.69 10.89 10.76 10.89 10.76 27.03v368.48Z\\\"/></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: \"M750.04-322.04q0 108.65-78.11 182.41-78.11 73.76-187.43 73.76-109.33 0-187.2-73.76-77.87-73.76-77.87-182.41v-389.05q0-77.54 56.03-130.57Q331.48-894.7 409-894.7q77.52 0 133.39 53.04 55.87 53.03 55.87 130.57v369.05q0 45.9-33.67 78.19-33.68 32.29-80.33 32.29t-79.85-31.96q-33.19-31.96-33.19-78.52V-674.7q0-15.5 10.93-26.42 10.94-10.92 26.87-10.92 15.94 0 26.7 10.92t10.76 26.42v332.66q0 14.74 11.25 24.97 11.25 10.24 27.25 10.24 15.99 0 27.01-10.15Q523-327.13 523-342.04v-368.48q.57-46.45-33.22-77.68-33.78-31.23-80.86-31.23t-80.65 31q-33.57 31.01-33.57 77.34v389.05q.56 77.57 56.38 129.52 55.82 51.95 134.44 51.95 77.78 0 133.8-52.02 56.03-52.02 55.46-129.45v-368.48q0-16.14 10.94-27.03t26.87-10.89q15.93 0 26.69 10.89 10.76 10.89 10.76 27.03v368.48Z\"\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=\\\"M750.04-322.04q0 108.65-78.11 182.41-78.11 73.76-187.43 73.76-109.33 0-187.2-73.76-77.87-73.76-77.87-182.41v-389.05q0-77.54 56.03-130.57Q331.48-894.7 409-894.7q77.52 0 133.39 53.04 55.87 53.03 55.87 130.57v369.05q0 45.9-33.67 78.19-33.68 32.29-80.33 32.29t-79.85-31.96q-33.19-31.96-33.19-78.52V-674.7q0-15.5 10.93-26.42 10.94-10.92 26.87-10.92 15.94 0 26.7 10.92t10.76 26.42v332.66q0 14.74 11.25 24.97 11.25 10.24 27.25 10.24 15.99 0 27.01-10.15Q523-327.13 523-342.04v-368.48q.57-46.45-33.22-77.68-33.78-31.23-80.86-31.23t-80.65 31q-33.57 31.01-33.57 77.34v389.05q.56 77.57 56.38 129.52 55.82 51.95 134.44 51.95 77.78 0 133.8-52.02 56.03-52.02 55.46-129.45v-368.48q0-16.14 10.94-27.03t26.87-10.89q15.93 0 26.69 10.89 10.76 10.89 10.76 27.03v368.48Z\\\"/></svg>\";","import type { IconProps } from '../types';\n\nexport const defaultIconProps: IconProps = {\n width: 20,\n height: 20,\n fill: 'currentColor',\n variant: 'filled',\n};\n","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import React from 'react';\n\nimport { ReactComponent as Filled } from '../../svg/Attach/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/Attach/icon.svg';\nimport { defaultIconProps } from '../common';\nimport type { IconPropsReact } from '../types';\n\nconst name = 'attach';\n\nexport function Attach(props: IconPropsReact) {\n const { variant, ...restProps } = {\n ...defaultIconProps,\n ...props,\n };\n const IconComponent = variant === 'outlined' ? Outlined : Filled;\n\n const overrides = props.size ? { width: props.size, height: props.size } : {};\n\n return <IconComponent aria-label={name} {...restProps} {...overrides} />;\n}\n\nexport default Attach;\n"],"names":[],"sourceRoot":""}
|
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
/******/ (() => { // webpackBootstrap
|
|
2
|
+
/******/ "use strict";
|
|
3
|
+
/******/ var __webpack_modules__ = ({
|
|
4
|
+
|
|
5
|
+
/***/ 59951:
|
|
6
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7
|
+
|
|
8
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
|
+
/* harmony export */ r: () => (/* binding */ SvgIconFill)
|
|
10
|
+
/* harmony export */ });
|
|
11
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
12
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
13
|
+
var _path;
|
|
14
|
+
function _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); }
|
|
15
|
+
|
|
16
|
+
var SvgIconFill = function SvgIconFill(props) {
|
|
17
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
|
|
18
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
19
|
+
width: 48,
|
|
20
|
+
height: 48,
|
|
21
|
+
viewBox: "0 -960 960 960"
|
|
22
|
+
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
23
|
+
d: "M352.39-248.87h255.78q13.97 0 23.4-9.75 9.43-9.74 9.43-23.76 0-14.01-9.43-23.36t-23.4-9.35H351.83q-13.97 0-23.4 9.47-9.43 9.46-9.43 23.47 0 14.02 9.71 23.65 9.72 9.63 23.68 9.63Zm0-170h255.78q13.97 0 23.4-9.75 9.43-9.74 9.43-23.76 0-14.01-9.43-23.36t-23.4-9.35H351.83q-13.97 0-23.4 9.47-9.43 9.46-9.43 23.47 0 14.02 9.71 23.65 9.72 9.63 23.68 9.63Zm-127.3 353q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-669.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53h328.65q16.32 0 31.31 6.7 14.99 6.7 25.82 17.52l179.61 179.61q10.82 10.83 17.52 25.82 6.7 14.99 6.7 31.31v488.65q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H225.09Zm320.82-602.65q0 16.7 11.45 28.16 11.46 11.45 28.16 11.45h149.39l-189-186v146.39Z"
|
|
24
|
+
})));
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M352.39-248.87h255.78q13.97 0 23.4-9.75 9.43-9.74 9.43-23.76 0-14.01-9.43-23.36t-23.4-9.35H351.83q-13.97 0-23.4 9.47-9.43 9.46-9.43 23.47 0 14.02 9.71 23.65 9.72 9.63 23.68 9.63Zm0-170h255.78q13.97 0 23.4-9.75 9.43-9.74 9.43-23.76 0-14.01-9.43-23.36t-23.4-9.35H351.83q-13.97 0-23.4 9.47-9.43 9.46-9.43 23.47 0 14.02 9.71 23.65 9.72 9.63 23.68 9.63Zm-127.3 353q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-669.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53h328.65q16.32 0 31.31 6.7 14.99 6.7 25.82 17.52l179.61 179.61q10.82 10.83 17.52 25.82 6.7 14.99 6.7 31.31v488.65q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H225.09Zm320.82-602.65q0 16.7 11.45 28.16 11.46 11.45 28.16 11.45h149.39l-189-186v146.39Z\"/></svg>");
|
|
28
|
+
|
|
29
|
+
/***/ }),
|
|
30
|
+
|
|
31
|
+
/***/ 30922:
|
|
32
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
33
|
+
|
|
34
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
35
|
+
/* harmony export */ r: () => (/* binding */ SvgIcon)
|
|
36
|
+
/* harmony export */ });
|
|
37
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
38
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
39
|
+
var _path;
|
|
40
|
+
function _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); }
|
|
41
|
+
|
|
42
|
+
var SvgIcon = function SvgIcon(props) {
|
|
43
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
|
|
44
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
45
|
+
width: 48,
|
|
46
|
+
height: 48,
|
|
47
|
+
viewBox: "0 -960 960 960"
|
|
48
|
+
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
49
|
+
d: "M352.39-248.87h255.78q13.95 0 23.39-9.63 9.44-9.64 9.44-23.88 0-14-9.44-23.35-9.44-9.36-23.39-9.36H351.83q-13.95 0-23.39 9.48-9.44 9.47-9.44 23.47 0 14.01 9.6 23.64t23.79 9.63Zm0-170h255.78q13.95 0 23.39-9.63 9.44-9.64 9.44-23.88 0-14-9.44-23.35-9.44-9.36-23.39-9.36H351.83q-13.95 0-23.39 9.48-9.44 9.47-9.44 23.47 0 14.01 9.6 23.64t23.79 9.63Zm-127.3 353q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-669.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53h328.65q16.46 0 31.38 6.7 14.92 6.7 25.75 17.52l179.61 179.61q10.82 10.83 17.52 25.75 6.7 14.92 6.7 31.38v488.65q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H225.09Zm320.82-602.65v-146.39H225.09v669.82h509.82v-483.82H585.52q-16.7 0-28.16-11.45-11.45-11.46-11.45-28.16ZM225.09-814.91v186-186 669.82-669.82Z"
|
|
50
|
+
})));
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M352.39-248.87h255.78q13.95 0 23.39-9.63 9.44-9.64 9.44-23.88 0-14-9.44-23.35-9.44-9.36-23.39-9.36H351.83q-13.95 0-23.39 9.48-9.44 9.47-9.44 23.47 0 14.01 9.6 23.64t23.79 9.63Zm0-170h255.78q13.95 0 23.39-9.63 9.44-9.64 9.44-23.88 0-14-9.44-23.35-9.44-9.36-23.39-9.36H351.83q-13.95 0-23.39 9.48-9.44 9.47-9.44 23.47 0 14.01 9.6 23.64t23.79 9.63Zm-127.3 353q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-669.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53h328.65q16.46 0 31.38 6.7 14.92 6.7 25.75 17.52l179.61 179.61q10.82 10.83 17.52 25.75 6.7 14.92 6.7 31.38v488.65q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H225.09Zm320.82-602.65v-146.39H225.09v669.82h509.82v-483.82H585.52q-16.7 0-28.16-11.45-11.45-11.46-11.45-28.16ZM225.09-814.91v186-186 669.82-669.82Z\"/></svg>");
|
|
54
|
+
|
|
55
|
+
/***/ }),
|
|
56
|
+
|
|
57
|
+
/***/ 58387:
|
|
58
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
59
|
+
|
|
60
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
61
|
+
/* harmony export */ defaultIconProps: () => (/* binding */ defaultIconProps)
|
|
62
|
+
/* harmony export */ });
|
|
63
|
+
|
|
64
|
+
const defaultIconProps = {
|
|
65
|
+
width: 20,
|
|
66
|
+
height: 20,
|
|
67
|
+
fill: "currentColor",
|
|
68
|
+
variant: "filled"
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
/***/ }),
|
|
73
|
+
|
|
74
|
+
/***/ 99497:
|
|
75
|
+
/***/ ((module) => {
|
|
76
|
+
|
|
77
|
+
module.exports = require("react");
|
|
78
|
+
|
|
79
|
+
/***/ })
|
|
80
|
+
|
|
81
|
+
/******/ });
|
|
82
|
+
/************************************************************************/
|
|
83
|
+
/******/ // The module cache
|
|
84
|
+
/******/ var __webpack_module_cache__ = {};
|
|
85
|
+
/******/
|
|
86
|
+
/******/ // The require function
|
|
87
|
+
/******/ function __webpack_require__(moduleId) {
|
|
88
|
+
/******/ // Check if module is in cache
|
|
89
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
90
|
+
/******/ if (cachedModule !== undefined) {
|
|
91
|
+
/******/ return cachedModule.exports;
|
|
92
|
+
/******/ }
|
|
93
|
+
/******/ // Create a new module (and put it into the cache)
|
|
94
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
95
|
+
/******/ // no module.id needed
|
|
96
|
+
/******/ // no module.loaded needed
|
|
97
|
+
/******/ exports: {}
|
|
98
|
+
/******/ };
|
|
99
|
+
/******/
|
|
100
|
+
/******/ // Execute the module function
|
|
101
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
102
|
+
/******/
|
|
103
|
+
/******/ // Return the exports of the module
|
|
104
|
+
/******/ return module.exports;
|
|
105
|
+
/******/ }
|
|
106
|
+
/******/
|
|
107
|
+
/************************************************************************/
|
|
108
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
109
|
+
/******/ (() => {
|
|
110
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
111
|
+
/******/ __webpack_require__.n = (module) => {
|
|
112
|
+
/******/ var getter = module && module.__esModule ?
|
|
113
|
+
/******/ () => (module['default']) :
|
|
114
|
+
/******/ () => (module);
|
|
115
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
116
|
+
/******/ return getter;
|
|
117
|
+
/******/ };
|
|
118
|
+
/******/ })();
|
|
119
|
+
/******/
|
|
120
|
+
/******/ /* webpack/runtime/define property getters */
|
|
121
|
+
/******/ (() => {
|
|
122
|
+
/******/ // define getter functions for harmony exports
|
|
123
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
124
|
+
/******/ for(var key in definition) {
|
|
125
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
126
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
127
|
+
/******/ }
|
|
128
|
+
/******/ }
|
|
129
|
+
/******/ };
|
|
130
|
+
/******/ })();
|
|
131
|
+
/******/
|
|
132
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
133
|
+
/******/ (() => {
|
|
134
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
135
|
+
/******/ })();
|
|
136
|
+
/******/
|
|
137
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
138
|
+
/******/ (() => {
|
|
139
|
+
/******/ // define __esModule on exports
|
|
140
|
+
/******/ __webpack_require__.r = (exports) => {
|
|
141
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
142
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
143
|
+
/******/ }
|
|
144
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
145
|
+
/******/ };
|
|
146
|
+
/******/ })();
|
|
147
|
+
/******/
|
|
148
|
+
/************************************************************************/
|
|
149
|
+
var __webpack_exports__ = {};
|
|
150
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
151
|
+
(() => {
|
|
152
|
+
__webpack_require__.r(__webpack_exports__);
|
|
153
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
154
|
+
/* harmony export */ Description: () => (/* binding */ Description),
|
|
155
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
156
|
+
/* harmony export */ });
|
|
157
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
158
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
159
|
+
/* harmony import */ var _svg_Description_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(59951);
|
|
160
|
+
/* harmony import */ var _svg_Description_icon_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(30922);
|
|
161
|
+
/* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(58387);
|
|
162
|
+
|
|
163
|
+
var __defProp = Object.defineProperty;
|
|
164
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
165
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
166
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
167
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
168
|
+
var __spreadValues = (a, b) => {
|
|
169
|
+
for (var prop in b || (b = {}))
|
|
170
|
+
if (__hasOwnProp.call(b, prop))
|
|
171
|
+
__defNormalProp(a, prop, b[prop]);
|
|
172
|
+
if (__getOwnPropSymbols)
|
|
173
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
174
|
+
if (__propIsEnum.call(b, prop))
|
|
175
|
+
__defNormalProp(a, prop, b[prop]);
|
|
176
|
+
}
|
|
177
|
+
return a;
|
|
178
|
+
};
|
|
179
|
+
var __objRest = (source, exclude) => {
|
|
180
|
+
var target = {};
|
|
181
|
+
for (var prop in source)
|
|
182
|
+
if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
183
|
+
target[prop] = source[prop];
|
|
184
|
+
if (source != null && __getOwnPropSymbols)
|
|
185
|
+
for (var prop of __getOwnPropSymbols(source)) {
|
|
186
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
|
|
187
|
+
target[prop] = source[prop];
|
|
188
|
+
}
|
|
189
|
+
return target;
|
|
190
|
+
};
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
const name = "description";
|
|
196
|
+
function Description(props) {
|
|
197
|
+
const _a = __spreadValues(__spreadValues({}, _common__WEBPACK_IMPORTED_MODULE_3__.defaultIconProps), props), { variant } = _a, restProps = __objRest(_a, ["variant"]);
|
|
198
|
+
const IconComponent = variant === "outlined" ? _svg_Description_icon_svg__WEBPACK_IMPORTED_MODULE_2__/* .ReactComponent */ .r : _svg_Description_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__/* .ReactComponent */ .r;
|
|
199
|
+
const overrides = props.size ? { width: props.size, height: props.size } : {};
|
|
200
|
+
return /* @__PURE__ */ react__WEBPACK_IMPORTED_MODULE_0___default().createElement(IconComponent, __spreadValues(__spreadValues({ "aria-label": name }, restProps), overrides));
|
|
201
|
+
}
|
|
202
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (Description);
|
|
203
|
+
|
|
204
|
+
})();
|
|
205
|
+
|
|
206
|
+
module.exports = __webpack_exports__;
|
|
207
|
+
/******/ })()
|
|
208
|
+
;
|
|
209
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"react/Description/index.js","mappings":";;;;;;;;;;;;AAAA;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA,sBAAsB,gDAAmB;AACzC;AACA;AACA;AACA;AACA,GAAG,yCAAyC,gDAAmB;AAC/D;AACA,GAAG;AACH;AACyC;AACzC,sEAAe,mzBAAmzB;;;;;;;;;;;;ACdl0B;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA,sBAAsB,gDAAmB;AACzC;AACA;AACA;AACA;AACA,GAAG,yCAAyC,gDAAmB;AAC/D;AACA,GAAG;AACH;AACqC;AACrC,sEAAe,02BAA02B;;;;;;;;;;;ACZl3B,MAAM,mBAA8B;AAAA,EACzC,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,MAAM;AAAA,EACN,SAAS;AACX;;;;;;;;ACPA;;;;;;UCAA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;WCtBA;WACA;WACA;WACA;WACA;WACA,iCAAiC,WAAW;WAC5C;WACA;;;;;WCPA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA;;;;;WCPA;;;;;WCAA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACNkB;AAEuB;AACE;AACV;AAGjC,MAAM,OAAO;AAEN,SAAS,YAAY,OAAuB;AACjD,QAAkC,uCAC7B,qDAAgB,GAChB,QAFG,UAVV,IAUoC,IAAd,sBAAc,IAAd,CAAZ;AAIR,QAAM,gBAAgB,YAAY,aAAa,8EAAQ,GAAG,mFAAM;AAEhE,QAAM,YAAY,MAAM,OAAO,EAAE,OAAO,MAAM,MAAM,QAAQ,MAAM,KAAK,IAAI,CAAC;AAE5E,SAAO,2EAAC,+CAAc,cAAY,QAAU,YAAe,UAAW;AACxE;AAEA,iEAAe,WAAW,EAAC","sources":["webpack://icons/./src/svg/Description/icon-fill.svg","webpack://icons/./src/svg/Description/icon.svg","webpack://icons/./src/react/common.ts","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/react/Description/index.tsx"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M352.39-248.87h255.78q13.97 0 23.4-9.75 9.43-9.74 9.43-23.76 0-14.01-9.43-23.36t-23.4-9.35H351.83q-13.97 0-23.4 9.47-9.43 9.46-9.43 23.47 0 14.02 9.71 23.65 9.72 9.63 23.68 9.63Zm0-170h255.78q13.97 0 23.4-9.75 9.43-9.74 9.43-23.76 0-14.01-9.43-23.36t-23.4-9.35H351.83q-13.97 0-23.4 9.47-9.43 9.46-9.43 23.47 0 14.02 9.71 23.65 9.72 9.63 23.68 9.63Zm-127.3 353q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-669.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53h328.65q16.32 0 31.31 6.7 14.99 6.7 25.82 17.52l179.61 179.61q10.82 10.83 17.52 25.82 6.7 14.99 6.7 31.31v488.65q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H225.09Zm320.82-602.65q0 16.7 11.45 28.16 11.46 11.45 28.16 11.45h149.39l-189-186v146.39Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M352.39-248.87h255.78q13.97 0 23.4-9.75 9.43-9.74 9.43-23.76 0-14.01-9.43-23.36t-23.4-9.35H351.83q-13.97 0-23.4 9.47-9.43 9.46-9.43 23.47 0 14.02 9.71 23.65 9.72 9.63 23.68 9.63Zm0-170h255.78q13.97 0 23.4-9.75 9.43-9.74 9.43-23.76 0-14.01-9.43-23.36t-23.4-9.35H351.83q-13.97 0-23.4 9.47-9.43 9.46-9.43 23.47 0 14.02 9.71 23.65 9.72 9.63 23.68 9.63Zm-127.3 353q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-669.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53h328.65q16.32 0 31.31 6.7 14.99 6.7 25.82 17.52l179.61 179.61q10.82 10.83 17.52 25.82 6.7 14.99 6.7 31.31v488.65q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H225.09Zm320.82-602.65q0 16.7 11.45 28.16 11.46 11.45 28.16 11.45h149.39l-189-186v146.39Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M352.39-248.87h255.78q13.95 0 23.39-9.63 9.44-9.64 9.44-23.88 0-14-9.44-23.35-9.44-9.36-23.39-9.36H351.83q-13.95 0-23.39 9.48-9.44 9.47-9.44 23.47 0 14.01 9.6 23.64t23.79 9.63Zm0-170h255.78q13.95 0 23.39-9.63 9.44-9.64 9.44-23.88 0-14-9.44-23.35-9.44-9.36-23.39-9.36H351.83q-13.95 0-23.39 9.48-9.44 9.47-9.44 23.47 0 14.01 9.6 23.64t23.79 9.63Zm-127.3 353q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-669.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53h328.65q16.46 0 31.38 6.7 14.92 6.7 25.75 17.52l179.61 179.61q10.82 10.83 17.52 25.75 6.7 14.92 6.7 31.38v488.65q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H225.09Zm320.82-602.65v-146.39H225.09v669.82h509.82v-483.82H585.52q-16.7 0-28.16-11.45-11.45-11.46-11.45-28.16ZM225.09-814.91v186-186 669.82-669.82Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M352.39-248.87h255.78q13.95 0 23.39-9.63 9.44-9.64 9.44-23.88 0-14-9.44-23.35-9.44-9.36-23.39-9.36H351.83q-13.95 0-23.39 9.48-9.44 9.47-9.44 23.47 0 14.01 9.6 23.64t23.79 9.63Zm0-170h255.78q13.95 0 23.39-9.63 9.44-9.64 9.44-23.88 0-14-9.44-23.35-9.44-9.36-23.39-9.36H351.83q-13.95 0-23.39 9.48-9.44 9.47-9.44 23.47 0 14.01 9.6 23.64t23.79 9.63Zm-127.3 353q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-669.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53h328.65q16.46 0 31.38 6.7 14.92 6.7 25.75 17.52l179.61 179.61q10.82 10.83 17.52 25.75 6.7 14.92 6.7 31.38v488.65q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H225.09Zm320.82-602.65v-146.39H225.09v669.82h509.82v-483.82H585.52q-16.7 0-28.16-11.45-11.45-11.46-11.45-28.16ZM225.09-814.91v186-186 669.82-669.82Z\\\"/></svg>\";","import type { IconProps } from '../types';\n\nexport const defaultIconProps: IconProps = {\n width: 20,\n height: 20,\n fill: 'currentColor',\n variant: 'filled',\n};\n","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import React from 'react';\n\nimport { ReactComponent as Filled } from '../../svg/Description/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/Description/icon.svg';\nimport { defaultIconProps } from '../common';\nimport type { IconPropsReact } from '../types';\n\nconst name = 'description';\n\nexport function Description(props: IconPropsReact) {\n const { variant, ...restProps } = {\n ...defaultIconProps,\n ...props,\n };\n const IconComponent = variant === 'outlined' ? Outlined : Filled;\n\n const overrides = props.size ? { width: props.size, height: props.size } : {};\n\n return <IconComponent aria-label={name} {...restProps} {...overrides} />;\n}\n\nexport default Description;\n"],"names":[],"sourceRoot":""}
|
package/react/EpilotIcon.d.ts
CHANGED
|
@@ -202,6 +202,7 @@ import { Cards } from './Cards';
|
|
|
202
202
|
import { Task } from './Task';
|
|
203
203
|
import { Widgets } from './Widgets';
|
|
204
204
|
import { Attach } from './Attach';
|
|
205
|
+
import { Description } from './Description';
|
|
205
206
|
import type { IconPropsReact } from './types';
|
|
206
207
|
export declare const IconComponentsMap: {
|
|
207
208
|
epilot: typeof Epilot;
|
|
@@ -406,7 +407,8 @@ export declare const IconComponentsMap: {
|
|
|
406
407
|
cards: typeof Cards;
|
|
407
408
|
task: typeof Task;
|
|
408
409
|
widgets: typeof Widgets;
|
|
409
|
-
|
|
410
|
+
attach: typeof Attach;
|
|
411
|
+
description: typeof Description;
|
|
410
412
|
};
|
|
411
413
|
export type IconName = keyof typeof IconComponentsMap;
|
|
412
414
|
type Props = IconPropsReact & {
|
package/react/EpilotIcon.js
CHANGED
|
@@ -2970,6 +2970,58 @@ var SvgIcon = function SvgIcon(props) {
|
|
|
2970
2970
|
|
|
2971
2971
|
/***/ }),
|
|
2972
2972
|
|
|
2973
|
+
/***/ 59951:
|
|
2974
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2975
|
+
|
|
2976
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2977
|
+
/* harmony export */ r: () => (/* binding */ SvgIconFill)
|
|
2978
|
+
/* harmony export */ });
|
|
2979
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
2980
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
2981
|
+
var _path;
|
|
2982
|
+
function _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); }
|
|
2983
|
+
|
|
2984
|
+
var SvgIconFill = function SvgIconFill(props) {
|
|
2985
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
|
|
2986
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2987
|
+
width: 48,
|
|
2988
|
+
height: 48,
|
|
2989
|
+
viewBox: "0 -960 960 960"
|
|
2990
|
+
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
2991
|
+
d: "M352.39-248.87h255.78q13.97 0 23.4-9.75 9.43-9.74 9.43-23.76 0-14.01-9.43-23.36t-23.4-9.35H351.83q-13.97 0-23.4 9.47-9.43 9.46-9.43 23.47 0 14.02 9.71 23.65 9.72 9.63 23.68 9.63Zm0-170h255.78q13.97 0 23.4-9.75 9.43-9.74 9.43-23.76 0-14.01-9.43-23.36t-23.4-9.35H351.83q-13.97 0-23.4 9.47-9.43 9.46-9.43 23.47 0 14.02 9.71 23.65 9.72 9.63 23.68 9.63Zm-127.3 353q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-669.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53h328.65q16.32 0 31.31 6.7 14.99 6.7 25.82 17.52l179.61 179.61q10.82 10.83 17.52 25.82 6.7 14.99 6.7 31.31v488.65q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H225.09Zm320.82-602.65q0 16.7 11.45 28.16 11.46 11.45 28.16 11.45h149.39l-189-186v146.39Z"
|
|
2992
|
+
})));
|
|
2993
|
+
};
|
|
2994
|
+
|
|
2995
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M352.39-248.87h255.78q13.97 0 23.4-9.75 9.43-9.74 9.43-23.76 0-14.01-9.43-23.36t-23.4-9.35H351.83q-13.97 0-23.4 9.47-9.43 9.46-9.43 23.47 0 14.02 9.71 23.65 9.72 9.63 23.68 9.63Zm0-170h255.78q13.97 0 23.4-9.75 9.43-9.74 9.43-23.76 0-14.01-9.43-23.36t-23.4-9.35H351.83q-13.97 0-23.4 9.47-9.43 9.46-9.43 23.47 0 14.02 9.71 23.65 9.72 9.63 23.68 9.63Zm-127.3 353q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-669.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53h328.65q16.32 0 31.31 6.7 14.99 6.7 25.82 17.52l179.61 179.61q10.82 10.83 17.52 25.82 6.7 14.99 6.7 31.31v488.65q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H225.09Zm320.82-602.65q0 16.7 11.45 28.16 11.46 11.45 28.16 11.45h149.39l-189-186v146.39Z\"/></svg>");
|
|
2996
|
+
|
|
2997
|
+
/***/ }),
|
|
2998
|
+
|
|
2999
|
+
/***/ 30922:
|
|
3000
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3001
|
+
|
|
3002
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3003
|
+
/* harmony export */ r: () => (/* binding */ SvgIcon)
|
|
3004
|
+
/* harmony export */ });
|
|
3005
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
3006
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
3007
|
+
var _path;
|
|
3008
|
+
function _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); }
|
|
3009
|
+
|
|
3010
|
+
var SvgIcon = function SvgIcon(props) {
|
|
3011
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
|
|
3012
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3013
|
+
width: 48,
|
|
3014
|
+
height: 48,
|
|
3015
|
+
viewBox: "0 -960 960 960"
|
|
3016
|
+
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
3017
|
+
d: "M352.39-248.87h255.78q13.95 0 23.39-9.63 9.44-9.64 9.44-23.88 0-14-9.44-23.35-9.44-9.36-23.39-9.36H351.83q-13.95 0-23.39 9.48-9.44 9.47-9.44 23.47 0 14.01 9.6 23.64t23.79 9.63Zm0-170h255.78q13.95 0 23.39-9.63 9.44-9.64 9.44-23.88 0-14-9.44-23.35-9.44-9.36-23.39-9.36H351.83q-13.95 0-23.39 9.48-9.44 9.47-9.44 23.47 0 14.01 9.6 23.64t23.79 9.63Zm-127.3 353q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-669.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53h328.65q16.46 0 31.38 6.7 14.92 6.7 25.75 17.52l179.61 179.61q10.82 10.83 17.52 25.75 6.7 14.92 6.7 31.38v488.65q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H225.09Zm320.82-602.65v-146.39H225.09v669.82h509.82v-483.82H585.52q-16.7 0-28.16-11.45-11.45-11.46-11.45-28.16ZM225.09-814.91v186-186 669.82-669.82Z"
|
|
3018
|
+
})));
|
|
3019
|
+
};
|
|
3020
|
+
|
|
3021
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M352.39-248.87h255.78q13.95 0 23.39-9.63 9.44-9.64 9.44-23.88 0-14-9.44-23.35-9.44-9.36-23.39-9.36H351.83q-13.95 0-23.39 9.48-9.44 9.47-9.44 23.47 0 14.01 9.6 23.64t23.79 9.63Zm0-170h255.78q13.95 0 23.39-9.63 9.44-9.64 9.44-23.88 0-14-9.44-23.35-9.44-9.36-23.39-9.36H351.83q-13.95 0-23.39 9.48-9.44 9.47-9.44 23.47 0 14.01 9.6 23.64t23.79 9.63Zm-127.3 353q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-669.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53h328.65q16.46 0 31.38 6.7 14.92 6.7 25.75 17.52l179.61 179.61q10.82 10.83 17.52 25.75 6.7 14.92 6.7 31.38v488.65q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H225.09Zm320.82-602.65v-146.39H225.09v669.82h509.82v-483.82H585.52q-16.7 0-28.16-11.45-11.45-11.46-11.45-28.16ZM225.09-814.91v186-186 669.82-669.82Z\"/></svg>");
|
|
3022
|
+
|
|
3023
|
+
/***/ }),
|
|
3024
|
+
|
|
2973
3025
|
/***/ 21080:
|
|
2974
3026
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2975
3027
|
|
|
@@ -11628,7 +11680,7 @@ var __objRest = (source, exclude) => {
|
|
|
11628
11680
|
|
|
11629
11681
|
|
|
11630
11682
|
|
|
11631
|
-
const name = "
|
|
11683
|
+
const name = "attach";
|
|
11632
11684
|
function Attach(props) {
|
|
11633
11685
|
const _a = __spreadValues(__spreadValues({}, _common__WEBPACK_IMPORTED_MODULE_3__.defaultIconProps), props), { variant } = _a, restProps = __objRest(_a, ["variant"]);
|
|
11634
11686
|
const IconComponent = variant === "outlined" ? _svg_Attach_icon_svg__WEBPACK_IMPORTED_MODULE_2__/* .ReactComponent */ .r : _svg_Attach_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__/* .ReactComponent */ .r;
|
|
@@ -13878,6 +13930,62 @@ function DeleteForever(props) {
|
|
|
13878
13930
|
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (DeleteForever)));
|
|
13879
13931
|
|
|
13880
13932
|
|
|
13933
|
+
/***/ }),
|
|
13934
|
+
|
|
13935
|
+
/***/ 99076:
|
|
13936
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13937
|
+
|
|
13938
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
13939
|
+
/* harmony export */ Description: () => (/* binding */ Description)
|
|
13940
|
+
/* harmony export */ });
|
|
13941
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
13942
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
13943
|
+
/* harmony import */ var _svg_Description_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(59951);
|
|
13944
|
+
/* harmony import */ var _svg_Description_icon_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(30922);
|
|
13945
|
+
/* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(58387);
|
|
13946
|
+
|
|
13947
|
+
var __defProp = Object.defineProperty;
|
|
13948
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
13949
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
13950
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
13951
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
13952
|
+
var __spreadValues = (a, b) => {
|
|
13953
|
+
for (var prop in b || (b = {}))
|
|
13954
|
+
if (__hasOwnProp.call(b, prop))
|
|
13955
|
+
__defNormalProp(a, prop, b[prop]);
|
|
13956
|
+
if (__getOwnPropSymbols)
|
|
13957
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
13958
|
+
if (__propIsEnum.call(b, prop))
|
|
13959
|
+
__defNormalProp(a, prop, b[prop]);
|
|
13960
|
+
}
|
|
13961
|
+
return a;
|
|
13962
|
+
};
|
|
13963
|
+
var __objRest = (source, exclude) => {
|
|
13964
|
+
var target = {};
|
|
13965
|
+
for (var prop in source)
|
|
13966
|
+
if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
13967
|
+
target[prop] = source[prop];
|
|
13968
|
+
if (source != null && __getOwnPropSymbols)
|
|
13969
|
+
for (var prop of __getOwnPropSymbols(source)) {
|
|
13970
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
|
|
13971
|
+
target[prop] = source[prop];
|
|
13972
|
+
}
|
|
13973
|
+
return target;
|
|
13974
|
+
};
|
|
13975
|
+
|
|
13976
|
+
|
|
13977
|
+
|
|
13978
|
+
|
|
13979
|
+
const name = "description";
|
|
13980
|
+
function Description(props) {
|
|
13981
|
+
const _a = __spreadValues(__spreadValues({}, _common__WEBPACK_IMPORTED_MODULE_3__.defaultIconProps), props), { variant } = _a, restProps = __objRest(_a, ["variant"]);
|
|
13982
|
+
const IconComponent = variant === "outlined" ? _svg_Description_icon_svg__WEBPACK_IMPORTED_MODULE_2__/* .ReactComponent */ .r : _svg_Description_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__/* .ReactComponent */ .r;
|
|
13983
|
+
const overrides = props.size ? { width: props.size, height: props.size } : {};
|
|
13984
|
+
return /* @__PURE__ */ react__WEBPACK_IMPORTED_MODULE_0___default().createElement(IconComponent, __spreadValues(__spreadValues({ "aria-label": name }, restProps), overrides));
|
|
13985
|
+
}
|
|
13986
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (Description)));
|
|
13987
|
+
|
|
13988
|
+
|
|
13881
13989
|
/***/ }),
|
|
13882
13990
|
|
|
13883
13991
|
/***/ 56102:
|
|
@@ -22362,6 +22470,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
22362
22470
|
/* harmony import */ var _Task__WEBPACK_IMPORTED_MODULE_201__ = __webpack_require__(39152);
|
|
22363
22471
|
/* harmony import */ var _Widgets__WEBPACK_IMPORTED_MODULE_202__ = __webpack_require__(3052);
|
|
22364
22472
|
/* harmony import */ var _Attach__WEBPACK_IMPORTED_MODULE_203__ = __webpack_require__(81777);
|
|
22473
|
+
/* harmony import */ var _Description__WEBPACK_IMPORTED_MODULE_204__ = __webpack_require__(99076);
|
|
22365
22474
|
|
|
22366
22475
|
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
22367
22476
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
@@ -22580,6 +22689,7 @@ var __objRest = (source, exclude) => {
|
|
|
22580
22689
|
|
|
22581
22690
|
|
|
22582
22691
|
|
|
22692
|
+
|
|
22583
22693
|
|
|
22584
22694
|
|
|
22585
22695
|
const IconComponentsMap = {
|
|
@@ -22785,7 +22895,8 @@ const IconComponentsMap = {
|
|
|
22785
22895
|
cards: _Cards__WEBPACK_IMPORTED_MODULE_200__.Cards,
|
|
22786
22896
|
task: _Task__WEBPACK_IMPORTED_MODULE_201__.Task,
|
|
22787
22897
|
widgets: _Widgets__WEBPACK_IMPORTED_MODULE_202__.Widgets,
|
|
22788
|
-
|
|
22898
|
+
attach: _Attach__WEBPACK_IMPORTED_MODULE_203__.Attach,
|
|
22899
|
+
description: _Description__WEBPACK_IMPORTED_MODULE_204__.Description
|
|
22789
22900
|
};
|
|
22790
22901
|
const EpilotIcon = (props) => {
|
|
22791
22902
|
const _a = props, { name } = _a, restProps = __objRest(_a, ["name"]);
|