@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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epilot360/icons",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.3",
|
|
4
4
|
"author": "epilot GmbH",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"scripts": {
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"@babel/preset-typescript": "^7.23.2",
|
|
44
44
|
"@epilot/eslint-config": "^2.1.0",
|
|
45
45
|
"@epilot360/webpack-config-epilot360": "^3.0.0",
|
|
46
|
-
"@material-symbols/svg-400": "^0.
|
|
47
|
-
"@material-symbols/svg-600": "^0.
|
|
46
|
+
"@material-symbols/svg-400": "^0.15.0",
|
|
47
|
+
"@material-symbols/svg-600": "^0.15.0",
|
|
48
48
|
"@storybook/addon-essentials": "^7.5.1",
|
|
49
49
|
"@storybook/addon-interactions": "^7.5.1",
|
|
50
50
|
"@storybook/addon-links": "^7.5.1",
|
package/react/Comment/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
(()=>{"use strict";var e={1506:(e,r,t)=>{t.d(r,{r:()=>i});var n,o=t(9497);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},a.apply(this,arguments)}var i=function(e){return o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:48,height:48,viewBox:"0 -960 960 960"},e),n||(n=o.createElement("path",{d:"
|
|
1
|
+
(()=>{"use strict";var e={1506:(e,r,t)=>{t.d(r,{r:()=>i});var n,o=t(9497);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},a.apply(this,arguments)}var i=function(e){return o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:48,height:48,viewBox:"0 -960 960 960"},e),n||(n=o.createElement("path",{d:"m225.869-225.869-92.043 92.043q-19.087 19.087-43.522 9.064t-24.435-36.282v-653.869q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h669.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v509.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H225.869ZM270-399h253q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T523-459H270q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T270-399Zm0-130h420q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T690-589H270q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T270-529Zm0-130h420q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T690-719H270q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T270-659Z"})))}},5734:(e,r,t)=>{t.d(r,{r:()=>i});var n,o=t(9497);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},a.apply(this,arguments)}var i=function(e){return o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:48,height:48,viewBox:"0 -960 960 960"},e),n||(n=o.createElement("path",{d:"m225.869-225.869-92.043 92.043q-19.087 19.087-43.522 8.958t-24.435-36.176v-653.869q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h669.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v509.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H225.869Zm-26-79.218h615.044v-509.826H145.087v570.607l54.782-60.781Zm-54.782 0v-509.826 509.826ZM270-399h253q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T523-459H270q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T270-399Zm0-130h420q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T690-589H270q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T270-529Zm0-130h420q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T690-719H270q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T270-659Z"})))}},8387:(e,r,t)=>{t.d(r,{defaultIconProps:()=>n});const n={width:20,height:20,fill:"currentColor",variant:"filled"}},9497:e=>{e.exports=require("react")}},r={};function t(n){var o=r[n];if(void 0!==o)return o.exports;var a=r[n]={exports:{}};return e[n](a,a.exports,t),a.exports}t.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return t.d(r,{a:r}),r},t.d=(e,r)=>{for(var n in r)t.o(r,n)&&!t.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:r[n]})},t.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),t.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};(()=>{t.r(n),t.d(n,{Comment:()=>h,default:()=>m});var e=t(9497),r=t.n(e),o=t(1506),a=t(5734),i=t(8387),l=Object.defineProperty,c=Object.getOwnPropertySymbols,v=Object.prototype.hasOwnProperty,s=Object.prototype.propertyIsEnumerable,u=(e,r,t)=>r in e?l(e,r,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[r]=t,p=(e,r)=>{for(var t in r||(r={}))v.call(r,t)&&u(e,t,r[t]);if(c)for(var t of c(r))s.call(r,t)&&u(e,t,r[t]);return e},f=(e,r)=>{var t={};for(var n in e)v.call(e,n)&&r.indexOf(n)<0&&(t[n]=e[n]);if(null!=e&&c)for(var n of c(e))r.indexOf(n)<0&&s.call(e,n)&&(t[n]=e[n]);return t};const d="comment";function h(e){const t=p(p({},i.defaultIconProps),e),{variant:n}=t,l=f(t,["variant"]),c="outlined"===n?a.r:o.r,v=e.size?{width:e.size,height:e.size}:{};return r().createElement(c,p(p({"aria-label":d},l),v))}const m=h})(),module.exports=n})();
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"react/Comment/index.js","mappings":"8DAAIA,E,UACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,GAAU,CAAE,OAAOL,CAAQ,EAAUJ,EAASa,MAAMC,KAAMR,UAAY,CAElV,IAAIS,EAAc,SAAqBC,GACrC,OAAoB,gBAAoB,MAAOhB,EAAS,CACtDiB,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,kBACRJ,GAAQjB,IAAUA,EAAqB,gBAAoB,OAAQ,CACpEsB,EAAG,svBAEP,C,sCCZItB,E,UACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,GAAU,CAAE,OAAOL,CAAQ,EAAUJ,EAASa,MAAMC,KAAMR,UAAY,CAElV,IAAIgB,EAAU,SAAiBN,GAC7B,OAAoB,gBAAoB,MAAOhB,EAAS,CACtDiB,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,kBACRJ,GAAQjB,IAAUA,EAAqB,gBAAoB,OAAQ,CACpEsB,EAAG,60BAEP,C,iDCVO,MAAME,EAA8B,CACzCL,MAAO,GACPC,OAAQ,GACRK,KAAM,eACNC,QAAS,S,WCNXC,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,EAAoBT,EAAEe,EAAQ,CAAEE,EAAGF,IAC5BA,CAAM,ECLdN,EAAoBT,EAAI,CAACM,EAASY,KACjC,IAAI,IAAI9B,KAAO8B,EACXT,EAAoBU,EAAED,EAAY9B,KAASqB,EAAoBU,EAAEb,EAASlB,IAC5ER,OAAOwC,eAAed,EAASlB,EAAK,CAAEiC,YAAY,EAAMC,IAAKJ,EAAW9B,IAE1E,ECNDqB,EAAoBU,EAAI,CAACI,EAAKC,IAAU5C,OAAOS,UAAUC,eAAeC,KAAKgC,EAAKC,GCClFf,EAAoBgB,EAAKnB,IACH,oBAAXoB,QAA0BA,OAAOC,aAC1C/C,OAAOwC,eAAed,EAASoB,OAAOC,YAAa,CAAEC,MAAO,WAE7DhD,OAAOwC,eAAed,EAAS,aAAc,CAAEsB,OAAO,GAAO,E,ulBCE9D,MAAMC,EAAO,UAEN,SAASC,EAAQnC,GACtB,MAAkC,SAC7B,EAAAO,kBACAP,IAFGS,QAAAA,GAA0B,EAAd2B,EAAA,EAAc,EAAd,CAAZ,YAIFC,EAA4B,aAAZ5B,EAAyB,IAAW,IAEpD6B,EAAYtC,EAAMuC,KAAO,CAAErC,MAAOF,EAAMuC,KAAMpC,OAAQH,EAAMuC,MAAS,CAAC,EAE5E,OAAO,kBAACF,EAAA,KAAc,aAAYH,GAAUE,GAAeE,GAC7D,CAEA,S","sources":["webpack://icons/./src/svg/Comment/icon-fill.svg","webpack://icons/./src/svg/Comment/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/Comment/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: \"M270-399h253q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T523-459H270q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T270-399Zm0-130h420q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T690-589H270q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T270-529Zm0-130h420q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T690-719H270q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T270-659Zm-44.131 433.131-92.043 92.043q-19.087 19.087-43.522 9.064t-24.435-36.282v-653.869q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h669.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v509.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H225.869Z\"\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=\\\"M270-399h253q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T523-459H270q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T270-399Zm0-130h420q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T690-589H270q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T270-529Zm0-130h420q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T690-719H270q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T270-659Zm-44.131 433.131-92.043 92.043q-19.087 19.087-43.522 9.064t-24.435-36.282v-653.869q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h669.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v509.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H225.869Z\\\"/></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: \"M270-399h253q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T523-459H270q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T270-399Zm0-130h420q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T690-589H270q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T270-529Zm0-130h420q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T690-719H270q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T270-659Zm-44.131 433.131-92.043 92.043q-19.087 19.087-43.522 8.958t-24.435-36.176v-653.869q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h669.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v509.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H225.869Zm-26-79.218h615.044v-509.826H145.087v570.607l54.782-60.781Zm-54.782 0v-509.826 509.826Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M270-399h253q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T523-459H270q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T270-399Zm0-130h420q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T690-589H270q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T270-529Zm0-130h420q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T690-719H270q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T270-659Zm-44.131 433.131-92.043 92.043q-19.087 19.087-43.522 8.958t-24.435-36.176v-653.869q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h669.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v509.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H225.869Zm-26-79.218h615.044v-509.826H145.087v570.607l54.782-60.781Zm-54.782 0v-509.826 509.826Z\\\"/></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/Comment/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/Comment/icon.svg';\nimport { defaultIconProps } from '../common';\nimport type { IconPropsReact } from '../types';\n\nconst name = 'comment';\n\nexport function Comment(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 Comment;\n"],"names":["_path","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","this","SvgIconFill","props","xmlns","width","height","viewBox","d","SvgIcon","defaultIconProps","fill","variant","module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","a","definition","o","defineProperty","enumerable","get","obj","prop","r","Symbol","toStringTag","value","name","Comment","restProps","IconComponent","overrides","size"],"sourceRoot":""}
|
|
1
|
+
{"version":3,"file":"react/Comment/index.js","mappings":"8DAAIA,E,UACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,GAAU,CAAE,OAAOL,CAAQ,EAAUJ,EAASa,MAAMC,KAAMR,UAAY,CAElV,IAAIS,EAAc,SAAqBC,GACrC,OAAoB,gBAAoB,MAAOhB,EAAS,CACtDiB,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,kBACRJ,GAAQjB,IAAUA,EAAqB,gBAAoB,OAAQ,CACpEsB,EAAG,svBAEP,C,sCCZItB,E,UACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,GAAU,CAAE,OAAOL,CAAQ,EAAUJ,EAASa,MAAMC,KAAMR,UAAY,CAElV,IAAIgB,EAAU,SAAiBN,GAC7B,OAAoB,gBAAoB,MAAOhB,EAAS,CACtDiB,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,kBACRJ,GAAQjB,IAAUA,EAAqB,gBAAoB,OAAQ,CACpEsB,EAAG,60BAEP,C,iDCVO,MAAME,EAA8B,CACzCL,MAAO,GACPC,OAAQ,GACRK,KAAM,eACNC,QAAS,S,WCNXC,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,EAAoBT,EAAEe,EAAQ,CAAEE,EAAGF,IAC5BA,CAAM,ECLdN,EAAoBT,EAAI,CAACM,EAASY,KACjC,IAAI,IAAI9B,KAAO8B,EACXT,EAAoBU,EAAED,EAAY9B,KAASqB,EAAoBU,EAAEb,EAASlB,IAC5ER,OAAOwC,eAAed,EAASlB,EAAK,CAAEiC,YAAY,EAAMC,IAAKJ,EAAW9B,IAE1E,ECNDqB,EAAoBU,EAAI,CAACI,EAAKC,IAAU5C,OAAOS,UAAUC,eAAeC,KAAKgC,EAAKC,GCClFf,EAAoBgB,EAAKnB,IACH,oBAAXoB,QAA0BA,OAAOC,aAC1C/C,OAAOwC,eAAed,EAASoB,OAAOC,YAAa,CAAEC,MAAO,WAE7DhD,OAAOwC,eAAed,EAAS,aAAc,CAAEsB,OAAO,GAAO,E,ulBCE9D,MAAMC,EAAO,UAEN,SAASC,EAAQnC,GACtB,MAAkC,SAC7B,EAAAO,kBACAP,IAFGS,QAAAA,GAA0B,EAAd2B,EAAA,EAAc,EAAd,CAAZ,YAIFC,EAA4B,aAAZ5B,EAAyB,IAAW,IAEpD6B,EAAYtC,EAAMuC,KAAO,CAAErC,MAAOF,EAAMuC,KAAMpC,OAAQH,EAAMuC,MAAS,CAAC,EAE5E,OAAO,kBAACF,EAAA,KAAc,aAAYH,GAAUE,GAAeE,GAC7D,CAEA,S","sources":["webpack://icons/./src/svg/Comment/icon-fill.svg","webpack://icons/./src/svg/Comment/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/Comment/index.tsx"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"m225.869-225.869-92.043 92.043q-19.087 19.087-43.522 9.064t-24.435-36.282v-653.869q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h669.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v509.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H225.869ZM270-399h253q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T523-459H270q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T270-399Zm0-130h420q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T690-589H270q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T270-529Zm0-130h420q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T690-719H270q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T270-659Z\"\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.869-225.869-92.043 92.043q-19.087 19.087-43.522 9.064t-24.435-36.282v-653.869q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h669.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v509.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H225.869ZM270-399h253q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T523-459H270q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T270-399Zm0-130h420q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T690-589H270q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T270-529Zm0-130h420q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T690-719H270q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T270-659Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"m225.869-225.869-92.043 92.043q-19.087 19.087-43.522 8.958t-24.435-36.176v-653.869q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h669.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v509.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H225.869Zm-26-79.218h615.044v-509.826H145.087v570.607l54.782-60.781Zm-54.782 0v-509.826 509.826ZM270-399h253q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T523-459H270q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T270-399Zm0-130h420q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T690-589H270q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T270-529Zm0-130h420q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T690-719H270q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T270-659Z\"\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.869-225.869-92.043 92.043q-19.087 19.087-43.522 8.958t-24.435-36.176v-653.869q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h669.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v509.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H225.869Zm-26-79.218h615.044v-509.826H145.087v570.607l54.782-60.781Zm-54.782 0v-509.826 509.826ZM270-399h253q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T523-459H270q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T270-399Zm0-130h420q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T690-589H270q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T270-529Zm0-130h420q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T690-719H270q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325T270-659Z\\\"/></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/Comment/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/Comment/icon.svg';\nimport { defaultIconProps } from '../common';\nimport type { IconPropsReact } from '../types';\n\nconst name = 'comment';\n\nexport function Comment(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 Comment;\n"],"names":["_path","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","this","SvgIconFill","props","xmlns","width","height","viewBox","d","SvgIcon","defaultIconProps","fill","variant","module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","a","definition","o","defineProperty","enumerable","get","obj","prop","r","Symbol","toStringTag","value","name","Comment","restProps","IconComponent","overrides","size"],"sourceRoot":""}
|
package/react/Delete/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
(()=>{"use strict";var e={8514:(e,r,t)=>{t.d(r,{r:()=>i});var n,o=t(9497);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},a.apply(this,arguments)}var i=function(e){return o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:48,height:48,viewBox:"0 -960 960 960"},e),n||(n=o.createElement("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.
|
|
1
|
+
(()=>{"use strict";var e={8514:(e,r,t)=>{t.d(r,{r:()=>i});var n,o=t(9497);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},a.apply(this,arguments)}var i=function(e){return o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:48,height:48,viewBox:"0 -960 960 960"},e),n||(n=o.createElement("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"})))}},8696:(e,r,t)=>{t.d(r,{r:()=>i});var n,o=t(9497);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},a.apply(this,arguments)}var i=function(e){return o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:48,height:48,viewBox:"0 -960 960 960"},e),n||(n=o.createElement("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"})))}},8387:(e,r,t)=>{t.d(r,{defaultIconProps:()=>n});const n={width:20,height:20,fill:"currentColor",variant:"filled"}},9497:e=>{e.exports=require("react")}},r={};function t(n){var o=r[n];if(void 0!==o)return o.exports;var a=r[n]={exports:{}};return e[n](a,a.exports,t),a.exports}t.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return t.d(r,{a:r}),r},t.d=(e,r)=>{for(var n in r)t.o(r,n)&&!t.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:r[n]})},t.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),t.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};(()=>{t.r(n),t.d(n,{Delete:()=>d,default:()=>q});var e=t(9497),r=t.n(e),o=t(8514),a=t(8696),i=t(8387),l=Object.defineProperty,v=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,s=Object.prototype.propertyIsEnumerable,u=(e,r,t)=>r in e?l(e,r,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[r]=t,p=(e,r)=>{for(var t in r||(r={}))c.call(r,t)&&u(e,t,r[t]);if(v)for(var t of v(r))s.call(r,t)&&u(e,t,r[t]);return e},f=(e,r)=>{var t={};for(var n in e)c.call(e,n)&&r.indexOf(n)<0&&(t[n]=e[n]);if(null!=e&&v)for(var n of v(e))r.indexOf(n)<0&&s.call(e,n)&&(t[n]=e[n]);return t};const h="delete";function d(e){const t=p(p({},i.defaultIconProps),e),{variant:n}=t,l=f(t,["variant"]),v="outlined"===n?a.r:o.r,c=e.size?{width:e.size,height:e.size}:{};return r().createElement(v,p(p({"aria-label":h},l),c))}const q=d})(),module.exports=n})();
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"react/Delete/index.js","mappings":"8DAAIA,E,UACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,GAAU,CAAE,OAAOL,CAAQ,EAAUJ,EAASa,MAAMC,KAAMR,UAAY,CAElV,IAAIS,EAAc,SAAqBC,GACrC,OAAoB,gBAAoB,MAAOhB,EAAS,CACtDiB,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,kBACRJ,GAAQjB,IAAUA,EAAqB,gBAAoB,OAAQ,CACpEsB,EAAG,mjBAEP,C,sCCZItB,E,UACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,GAAU,CAAE,OAAOL,CAAQ,EAAUJ,EAASa,MAAMC,KAAMR,UAAY,CAElV,IAAIgB,EAAU,SAAiBN,GAC7B,OAAoB,gBAAoB,MAAOhB,EAAS,CACtDiB,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,kBACRJ,GAAQjB,IAAUA,EAAqB,gBAAoB,OAAQ,CACpEsB,EAAG,soBAEP,C,iDCVO,MAAME,EAA8B,CACzCL,MAAO,GACPC,OAAQ,GACRK,KAAM,eACNC,QAAS,S,WCNXC,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,EAAoBT,EAAEe,EAAQ,CAAEE,EAAGF,IAC5BA,CAAM,ECLdN,EAAoBT,EAAI,CAACM,EAASY,KACjC,IAAI,IAAI9B,KAAO8B,EACXT,EAAoBU,EAAED,EAAY9B,KAASqB,EAAoBU,EAAEb,EAASlB,IAC5ER,OAAOwC,eAAed,EAASlB,EAAK,CAAEiC,YAAY,EAAMC,IAAKJ,EAAW9B,IAE1E,ECNDqB,EAAoBU,EAAI,CAACI,EAAKC,IAAU5C,OAAOS,UAAUC,eAAeC,KAAKgC,EAAKC,GCClFf,EAAoBgB,EAAKnB,IACH,oBAAXoB,QAA0BA,OAAOC,aAC1C/C,OAAOwC,eAAed,EAASoB,OAAOC,YAAa,CAAEC,MAAO,WAE7DhD,OAAOwC,eAAed,EAAS,aAAc,CAAEsB,OAAO,GAAO,E,slBCE9D,MAAMC,EAAO,SAEN,SAASC,EAAOnC,GACrB,MAAkC,SAC7B,EAAAO,kBACAP,IAFGS,QAAAA,GAA0B,EAAd2B,EAAA,EAAc,EAAd,CAAZ,YAIFC,EAA4B,aAAZ5B,EAAyB,IAAW,IAEpD6B,EAAYtC,EAAMuC,KAAO,CAAErC,MAAOF,EAAMuC,KAAMpC,OAAQH,EAAMuC,MAAS,CAAC,EAE5E,OAAO,kBAACF,EAAA,KAAc,aAAYH,GAAUE,GAAeE,GAC7D,CAEA,S","sources":["webpack://icons/./src/svg/Delete/icon-fill.svg","webpack://icons/./src/svg/Delete/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/Delete/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: \"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.478Zm103.174-160.696h69.609v-399h-69.609v399Zm171.087 0h70.174v-399h-70.174v399Z\"\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.478Zm103.174-160.696h69.609v-399h-69.609v399Zm171.087 0h70.174v-399h-70.174v399Z\\\"/></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-343.87 478.913h69.609v-399h-69.609v399Zm171.087 0h70.174v-399h-70.174v399ZM256.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-343.87 478.913h69.609v-399h-69.609v399Zm171.087 0h70.174v-399h-70.174v399ZM256.478-745.478v560.391-560.391Z\\\"/></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/Delete/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/Delete/icon.svg';\nimport { defaultIconProps } from '../common';\nimport type { IconPropsReact } from '../types';\n\nconst name = 'delete';\n\nexport function Delete(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 Delete;\n"],"names":["_path","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","this","SvgIconFill","props","xmlns","width","height","viewBox","d","SvgIcon","defaultIconProps","fill","variant","module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","a","definition","o","defineProperty","enumerable","get","obj","prop","r","Symbol","toStringTag","value","name","Delete","restProps","IconComponent","overrides","size"],"sourceRoot":""}
|
|
1
|
+
{"version":3,"file":"react/Delete/index.js","mappings":"8DAAIA,E,UACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,GAAU,CAAE,OAAOL,CAAQ,EAAUJ,EAASa,MAAMC,KAAMR,UAAY,CAElV,IAAIS,EAAc,SAAqBC,GACrC,OAAoB,gBAAoB,MAAOhB,EAAS,CACtDiB,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,kBACRJ,GAAQjB,IAAUA,EAAqB,gBAAoB,OAAQ,CACpEsB,EAAG,k6BAEP,C,sCCZItB,E,UACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,GAAU,CAAE,OAAOL,CAAQ,EAAUJ,EAASa,MAAMC,KAAMR,UAAY,CAElV,IAAIgB,EAAU,SAAiBN,GAC7B,OAAoB,gBAAoB,MAAOhB,EAAS,CACtDiB,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,kBACRJ,GAAQjB,IAAUA,EAAqB,gBAAoB,OAAQ,CACpEsB,EAAG,q/BAEP,C,iDCVO,MAAME,EAA8B,CACzCL,MAAO,GACPC,OAAQ,GACRK,KAAM,eACNC,QAAS,S,WCNXC,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,EAAoBT,EAAEe,EAAQ,CAAEE,EAAGF,IAC5BA,CAAM,ECLdN,EAAoBT,EAAI,CAACM,EAASY,KACjC,IAAI,IAAI9B,KAAO8B,EACXT,EAAoBU,EAAED,EAAY9B,KAASqB,EAAoBU,EAAEb,EAASlB,IAC5ER,OAAOwC,eAAed,EAASlB,EAAK,CAAEiC,YAAY,EAAMC,IAAKJ,EAAW9B,IAE1E,ECNDqB,EAAoBU,EAAI,CAACI,EAAKC,IAAU5C,OAAOS,UAAUC,eAAeC,KAAKgC,EAAKC,GCClFf,EAAoBgB,EAAKnB,IACH,oBAAXoB,QAA0BA,OAAOC,aAC1C/C,OAAOwC,eAAed,EAASoB,OAAOC,YAAa,CAAEC,MAAO,WAE7DhD,OAAOwC,eAAed,EAAS,aAAc,CAAEsB,OAAO,GAAO,E,slBCE9D,MAAMC,EAAO,SAEN,SAASC,EAAOnC,GACrB,MAAkC,SAC7B,EAAAO,kBACAP,IAFGS,QAAAA,GAA0B,EAAd2B,EAAA,EAAc,EAAd,CAAZ,YAIFC,EAA4B,aAAZ5B,EAAyB,IAAW,IAEpD6B,EAAYtC,EAAMuC,KAAO,CAAErC,MAAOF,EAAMuC,KAAMpC,OAAQH,EAAMuC,MAAS,CAAC,EAE5E,OAAO,kBAACF,EAAA,KAAc,aAAYH,GAAUE,GAAeE,GAC7D,CAEA,S","sources":["webpack://icons/./src/svg/Delete/icon-fill.svg","webpack://icons/./src/svg/Delete/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/Delete/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: \"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>\";","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/Delete/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/Delete/icon.svg';\nimport { defaultIconProps } from '../common';\nimport type { IconPropsReact } from '../types';\n\nconst name = 'delete';\n\nexport function Delete(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 Delete;\n"],"names":["_path","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","this","SvgIconFill","props","xmlns","width","height","viewBox","d","SvgIcon","defaultIconProps","fill","variant","module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","a","definition","o","defineProperty","enumerable","get","obj","prop","r","Symbol","toStringTag","value","name","Delete","restProps","IconComponent","overrides","size"],"sourceRoot":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(()=>{"use strict";var e={6820:(e,r,t)=>{t.d(r,{r:()=>i});var n,o=t(9497);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},a.apply(this,arguments)}var i=function(e){return o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:48,height:48,viewBox:"0 -960 960 960"},e),n||(n=o.createElement("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"})))}},4405:(e,r,t)=>{t.d(r,{r:()=>i});var n,o=t(9497);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},a.apply(this,arguments)}var i=function(e){return o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:48,height:48,viewBox:"0 -960 960 960"},e),n||(n=o.createElement("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"})))}},8387:(e,r,t)=>{t.d(r,{defaultIconProps:()=>n});const n={width:20,height:20,fill:"currentColor",variant:"filled"}},9497:e=>{e.exports=require("react")}},r={};function t(n){var o=r[n];if(void 0!==o)return o.exports;var a=r[n]={exports:{}};return e[n](a,a.exports,t),a.exports}t.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return t.d(r,{a:r}),r},t.d=(e,r)=>{for(var n in r)t.o(r,n)&&!t.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:r[n]})},t.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),t.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};(()=>{t.r(n),t.d(n,{EntityBuilder:()=>d,default:()=>b});var e=t(9497),r=t.n(e),o=t(6820),a=t(4405),i=t(8387),l=Object.defineProperty,v=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,u=Object.prototype.propertyIsEnumerable,s=(e,r,t)=>r in e?l(e,r,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[r]=t,h=(e,r)=>{for(var t in r||(r={}))c.call(r,t)&&s(e,t,r[t]);if(v)for(var t of v(r))u.call(r,t)&&s(e,t,r[t]);return e},p=(e,r)=>{var t={};for(var n in e)c.call(e,n)&&r.indexOf(n)<0&&(t[n]=e[n]);if(null!=e&&v)for(var n of v(e))r.indexOf(n)<0&&u.call(e,n)&&(t[n]=e[n]);return t};const f="entity_builder";function d(e){const t=h(h({},i.defaultIconProps),e),{variant:n}=t,l=p(t,["variant"]),v="outlined"===n?a.r:o.r,c=e.size?{width:e.size,height:e.size}:{};return r().createElement(v,h(h({"aria-label":f},l),c))}const b=d})(),module.exports=n})();
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"react/EntityBuilder/index.js","mappings":"8DAAIA,E,UACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,GAAU,CAAE,OAAOL,CAAQ,EAAUJ,EAASa,MAAMC,KAAMR,UAAY,CAElV,IAAIS,EAAc,SAAqBC,GACrC,OAAoB,gBAAoB,MAAOhB,EAAS,CACtDiB,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,kBACRJ,GAAQjB,IAAUA,EAAqB,gBAAoB,OAAQ,CACpEsB,EAAG,yiCAEP,C,sCCZItB,E,UACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,GAAU,CAAE,OAAOL,CAAQ,EAAUJ,EAASa,MAAMC,KAAMR,UAAY,CAElV,IAAIgB,EAAU,SAAiBN,GAC7B,OAAoB,gBAAoB,MAAOhB,EAAS,CACtDiB,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,kBACRJ,GAAQjB,IAAUA,EAAqB,gBAAoB,OAAQ,CACpEsB,EAAG,ynCAEP,C,iDCVO,MAAME,EAA8B,CACzCL,MAAO,GACPC,OAAQ,GACRK,KAAM,eACNC,QAAS,S,WCNXC,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,EAAoBT,EAAEe,EAAQ,CAAEE,EAAGF,IAC5BA,CAAM,ECLdN,EAAoBT,EAAI,CAACM,EAASY,KACjC,IAAI,IAAI9B,KAAO8B,EACXT,EAAoBU,EAAED,EAAY9B,KAASqB,EAAoBU,EAAEb,EAASlB,IAC5ER,OAAOwC,eAAed,EAASlB,EAAK,CAAEiC,YAAY,EAAMC,IAAKJ,EAAW9B,IAE1E,ECNDqB,EAAoBU,EAAI,CAACI,EAAKC,IAAU5C,OAAOS,UAAUC,eAAeC,KAAKgC,EAAKC,GCClFf,EAAoBgB,EAAKnB,IACH,oBAAXoB,QAA0BA,OAAOC,aAC1C/C,OAAOwC,eAAed,EAASoB,OAAOC,YAAa,CAAEC,MAAO,WAE7DhD,OAAOwC,eAAed,EAAS,aAAc,CAAEsB,OAAO,GAAO,E,6lBCE9D,MAAMC,EAAO,iBAEN,SAASC,EAAcnC,GAC5B,MAAkC,SAC7B,EAAAO,kBACAP,IAFGS,QAAAA,GAA0B,EAAd2B,EAAA,EAAc,EAAd,CAAZ,YAIFC,EAA4B,aAAZ5B,EAAyB,IAAW,IAEpD6B,EAAYtC,EAAMuC,KAAO,CAAErC,MAAOF,EAAMuC,KAAMpC,OAAQH,EAAMuC,MAAS,CAAC,EAE5E,OAAO,kBAACF,EAAA,KAAc,aAAYH,GAAUE,GAAeE,GAC7D,CAEA,S","sources":["webpack://icons/./src/svg/EntityBuilder/icon-fill.svg","webpack://icons/./src/svg/EntityBuilder/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/EntityBuilder/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: \"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>\";","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/EntityBuilder/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/EntityBuilder/icon.svg';\nimport { defaultIconProps } from '../common';\nimport type { IconPropsReact } from '../types';\n\nconst name = 'entity_builder';\n\nexport function EntityBuilder(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 EntityBuilder;\n"],"names":["_path","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","this","SvgIconFill","props","xmlns","width","height","viewBox","d","SvgIcon","defaultIconProps","fill","variant","module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","a","definition","o","defineProperty","enumerable","get","obj","prop","r","Symbol","toStringTag","value","name","EntityBuilder","restProps","IconComponent","overrides","size"],"sourceRoot":""}
|
package/react/EpilotIcon.d.ts
CHANGED
|
@@ -87,6 +87,10 @@ import { Primary } from './Primary';
|
|
|
87
87
|
import { PriceMapping } from './PriceMapping';
|
|
88
88
|
import { Reply } from './Reply';
|
|
89
89
|
import { Resize } from './Resize';
|
|
90
|
+
import { Portal } from './Portal';
|
|
91
|
+
import { ThumbUp } from './ThumbUp';
|
|
92
|
+
import { ThumbDown } from './ThumbDown';
|
|
93
|
+
import { EntityBuilder } from './EntityBuilder';
|
|
90
94
|
import type { IconPropsReact } from './types';
|
|
91
95
|
export declare const IconComponentsMap: {
|
|
92
96
|
epilot: typeof Epilot;
|
|
@@ -177,6 +181,10 @@ export declare const IconComponentsMap: {
|
|
|
177
181
|
price_mapping: typeof PriceMapping;
|
|
178
182
|
reply: typeof Reply;
|
|
179
183
|
resize: typeof Resize;
|
|
184
|
+
portal: typeof Portal;
|
|
185
|
+
thumb_up: typeof ThumbUp;
|
|
186
|
+
thumb_down: typeof ThumbDown;
|
|
187
|
+
entity_builder: typeof EntityBuilder;
|
|
180
188
|
};
|
|
181
189
|
export type IconName = keyof typeof IconComponentsMap;
|
|
182
190
|
type Props = IconPropsReact & {
|