@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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M850.956-623.521q30.914 0 55.349 24.435 24.435 24.435 24.435 54.783v56.564q0 12.13-3.066 27.761-3.065 15.63-8.065 26.63L801.348-157.999q-10.696 26.087-36.565 44.196-25.87 18.109-54.523 18.109H320.218q-32.914 0-56.066-22.87-23.153-22.87-23.153-56.349v-416.695q0-14.957 5.631-29.348 5.63-14.392 17.022-25.783L443.52-837.607q17.957-18.522 42.827-23.501 24.869-4.978 46.957 6.718 21.522 11.13 32 34.5 10.478 23.37 4.783 49.153l-30.652 147.216h311.521ZM120.608-95.694q-24.696 0-42.261-17.566-17.565-17.565-17.565-42.261v-408.174q0-24.131 17-41.978 17-17.848 41.695-17.848h1.696q24.131 0 41.978 17.848 17.848 17.847 17.848 41.978v408.174q0 24.696-17.848 42.261-17.847 17.566-41.978 17.566h-.565Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M845.956-623.521q31.122 0 55.453 23.935 24.331 23.935 24.331 55.283v56.403q0 8.193 1.217 16.873 1.217 8.679-2.348 15.679L796.348-157.999q-10.906 26.384-36.826 44.344t-54.262 17.96H258.999V-623.52l205.217-218.782q18.122-19.087 42.078-23.566 23.957-4.478 45.988 7.218 21.239 11.13 31.435 34.283 10.196 23.152 3.635 48.37L554.87-623.521h291.086ZM332-584.39v409.477h386.26l127.131-301.826v-67.564H461.086l47.913-228.086L332-584.39ZM139-95.694q-33.257 0-56.238-22.981-22.98-22.981-22.98-56.238v-369.39q0-32.663 22.98-55.941 22.981-23.277 56.238-23.277h119.999v79.218H139v369.39h119.999v79.219H139Zm193-79.219V-584.39v409.477Z"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(()=>{"use strict";var e={4513:(e,t,r)=>{r.d(t,{Z:()=>o});r(9497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M850.956-623.521q30.914 0 55.349 24.435 24.435 24.435 24.435 54.783v56.564q0 12.13-3.066 27.761-3.065 15.63-8.065 26.63L801.348-157.999q-10.696 26.087-36.565 44.196-25.87 18.109-54.523 18.109H320.218q-32.914 0-56.066-22.87-23.153-22.87-23.153-56.349v-416.695q0-14.957 5.631-29.348 5.63-14.392 17.022-25.783L443.52-837.607q17.957-18.522 42.827-23.501 24.869-4.978 46.957 6.718 21.522 11.13 32 34.5 10.478 23.37 4.783 49.153l-30.652 147.216h311.521ZM120.608-95.694q-24.696 0-42.261-17.566-17.565-17.565-17.565-42.261v-408.174q0-24.131 17-41.978 17-17.848 41.695-17.848h1.696q24.131 0 41.978 17.848 17.848 17.847 17.848 41.978v408.174q0 24.696-17.848 42.261-17.847 17.566-41.978 17.566h-.565Z"/></svg>'},2536:(e,t,r)=>{r.d(t,{Z:()=>o});r(9497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M845.956-623.521q31.122 0 55.453 23.935 24.331 23.935 24.331 55.283v56.403q0 8.193 1.217 16.873 1.217 8.679-2.348 15.679L796.348-157.999q-10.906 26.384-36.826 44.344t-54.262 17.96H258.999V-623.52l205.217-218.782q18.122-19.087 42.078-23.566 23.957-4.478 45.988 7.218 21.239 11.13 31.435 34.283 10.196 23.152 3.635 48.37L554.87-623.521h291.086ZM332-584.39v409.477h386.26l127.131-301.826v-67.564H461.086l47.913-228.086L332-584.39ZM139-95.694q-33.257 0-56.238-22.981-22.98-22.981-22.98-56.238v-369.39q0-32.663 22.98-55.941 22.981-23.277 56.238-23.277h119.999v79.218H139v369.39h119.999v79.219H139Zm193-79.219V-584.39v409.477Z"/></svg>'},9497:e=>{e.exports=require("react")}},t={};function r(o){var v=t[o];if(void 0!==v)return v.exports;var l=t[o]={exports:{}};return e[o](l,l.exports,r),l.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var o in t)r.o(t,o)&&!r.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};(()=>{r.r(o),r.d(o,{ThumbUpSVG:()=>v,default:()=>l});var e=r(4513),t=r(2536);const v=r=>{var o;return"outlined"===(null!=(o=null==r?void 0:r.variant)?o:"filled")?t.Z:e.Z},l=v})(),module.exports=o})();
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg/ThumbUp/index.js","mappings":"kEAcA,qyB,0CCAA,guB,WCdAA,EAAOC,QAAUC,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACX,EAASa,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEf,EAASc,IAC5EE,OAAOC,eAAejB,EAASc,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFlB,EAAoBsB,EAAKzB,IACH,oBAAX0B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAejB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAejB,EAAS,aAAc,CAAE4B,OAAO,GAAO,E,sFCAvD,MAAMC,EAAcC,IAL3B,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/ThumbUp/icon-fill.svg","webpack://icons/./src/svg/ThumbUp/icon.svg","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/svg/ThumbUp/index.ts"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M850.956-623.521q30.914 0 55.349 24.435 24.435 24.435 24.435 54.783v56.564q0 12.13-3.066 27.761-3.065 15.63-8.065 26.63L801.348-157.999q-10.696 26.087-36.565 44.196-25.87 18.109-54.523 18.109H320.218q-32.914 0-56.066-22.87-23.153-22.87-23.153-56.349v-416.695q0-14.957 5.631-29.348 5.63-14.392 17.022-25.783L443.52-837.607q17.957-18.522 42.827-23.501 24.869-4.978 46.957 6.718 21.522 11.13 32 34.5 10.478 23.37 4.783 49.153l-30.652 147.216h311.521ZM120.608-95.694q-24.696 0-42.261-17.566-17.565-17.565-17.565-42.261v-408.174q0-24.131 17-41.978 17-17.848 41.695-17.848h1.696q24.131 0 41.978 17.848 17.848 17.847 17.848 41.978v408.174q0 24.696-17.848 42.261-17.847 17.566-41.978 17.566h-.565Z\"\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=\\\"M850.956-623.521q30.914 0 55.349 24.435 24.435 24.435 24.435 54.783v56.564q0 12.13-3.066 27.761-3.065 15.63-8.065 26.63L801.348-157.999q-10.696 26.087-36.565 44.196-25.87 18.109-54.523 18.109H320.218q-32.914 0-56.066-22.87-23.153-22.87-23.153-56.349v-416.695q0-14.957 5.631-29.348 5.63-14.392 17.022-25.783L443.52-837.607q17.957-18.522 42.827-23.501 24.869-4.978 46.957 6.718 21.522 11.13 32 34.5 10.478 23.37 4.783 49.153l-30.652 147.216h311.521ZM120.608-95.694q-24.696 0-42.261-17.566-17.565-17.565-17.565-42.261v-408.174q0-24.131 17-41.978 17-17.848 41.695-17.848h1.696q24.131 0 41.978 17.848 17.848 17.847 17.848 41.978v408.174q0 24.696-17.848 42.261-17.847 17.566-41.978 17.566h-.565Z\\\"/></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: \"M845.956-623.521q31.122 0 55.453 23.935 24.331 23.935 24.331 55.283v56.403q0 8.193 1.217 16.873 1.217 8.679-2.348 15.679L796.348-157.999q-10.906 26.384-36.826 44.344t-54.262 17.96H258.999V-623.52l205.217-218.782q18.122-19.087 42.078-23.566 23.957-4.478 45.988 7.218 21.239 11.13 31.435 34.283 10.196 23.152 3.635 48.37L554.87-623.521h291.086ZM332-584.39v409.477h386.26l127.131-301.826v-67.564H461.086l47.913-228.086L332-584.39ZM139-95.694q-33.257 0-56.238-22.981-22.98-22.981-22.98-56.238v-369.39q0-32.663 22.98-55.941 22.981-23.277 56.238-23.277h119.999v79.218H139v369.39h119.999v79.219H139Zm193-79.219V-584.39v409.477Z\"\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=\\\"M845.956-623.521q31.122 0 55.453 23.935 24.331 23.935 24.331 55.283v56.403q0 8.193 1.217 16.873 1.217 8.679-2.348 15.679L796.348-157.999q-10.906 26.384-36.826 44.344t-54.262 17.96H258.999V-623.52l205.217-218.782q18.122-19.087 42.078-23.566 23.957-4.478 45.988 7.218 21.239 11.13 31.435 34.283 10.196 23.152 3.635 48.37L554.87-623.521h291.086ZM332-584.39v409.477h386.26l127.131-301.826v-67.564H461.086l47.913-228.086L332-584.39ZM139-95.694q-33.257 0-56.238-22.981-22.98-22.981-22.98-56.238v-369.39q0-32.663 22.98-55.941 22.981-23.277 56.238-23.277h119.999v79.218H139v369.39h119.999v79.219H139Zm193-79.219V-584.39v409.477Z\\\"/></svg>\";","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const ThumbUpSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default ThumbUpSVG;\n"],"names":["module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","ThumbUpSVG","opts","variant"],"sourceRoot":""}
|
package/svg/index.d.ts
CHANGED
|
@@ -86,4 +86,8 @@ export * from './Primary';
|
|
|
86
86
|
export * from './PriceMapping';
|
|
87
87
|
export * from './Reply';
|
|
88
88
|
export * from './Resize';
|
|
89
|
+
export * from './Portal';
|
|
90
|
+
export * from './ThumbUp';
|
|
91
|
+
export * from './ThumbDown';
|
|
92
|
+
export * from './EntityBuilder';
|
|
89
93
|
export * from './svgIcon';
|