@epilot360/icons 1.17.46 → 1.17.48
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/README.md +23 -0
- package/icons.config.yaml +36 -0
- package/index.js +2834 -1529
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/react/Code/index.d.ts +4 -0
- package/react/Code/index.js +209 -0
- package/react/Code/index.js.map +1 -0
- package/react/EpilotIcon.d.ts +18 -0
- package/react/EpilotIcon.js +3315 -2316
- package/react/EpilotIcon.js.map +1 -1
- package/react/FormatBold/index.d.ts +4 -0
- package/react/FormatBold/index.js +209 -0
- package/react/FormatBold/index.js.map +1 -0
- package/react/FormatItalic/index.d.ts +4 -0
- package/react/FormatItalic/index.js +209 -0
- package/react/FormatItalic/index.js.map +1 -0
- package/react/FormatListBulleted/index.d.ts +4 -0
- package/react/FormatListBulleted/index.js +209 -0
- package/react/FormatListBulleted/index.js.map +1 -0
- package/react/FormatListNumbered/index.d.ts +4 -0
- package/react/FormatListNumbered/index.js +209 -0
- package/react/FormatListNumbered/index.js.map +1 -0
- package/react/FormatStrikethrough/index.d.ts +4 -0
- package/react/FormatStrikethrough/index.js +209 -0
- package/react/FormatStrikethrough/index.js.map +1 -0
- package/react/FormatUnderlined/index.d.ts +4 -0
- package/react/FormatUnderlined/index.js +209 -0
- package/react/FormatUnderlined/index.js.map +1 -0
- package/react/Heading/index.d.ts +4 -0
- package/react/Heading/index.js +209 -0
- package/react/Heading/index.js.map +1 -0
- package/react/Store/index.d.ts +4 -0
- package/react/Store/index.js +209 -0
- package/react/Store/index.js.map +1 -0
- package/react/index.d.ts +9 -0
- package/react/index.js +4110 -3084
- package/react/index.js.map +1 -1
- package/svg/Code/icon-fill.svg +1 -0
- package/svg/Code/icon.svg +1 -0
- package/svg/Code/index.d.ts +3 -0
- package/svg/Code/index.js +159 -0
- package/svg/Code/index.js.map +1 -0
- package/svg/FormatBold/icon-fill.svg +1 -0
- package/svg/FormatBold/icon.svg +1 -0
- package/svg/FormatBold/index.d.ts +3 -0
- package/svg/FormatBold/index.js +159 -0
- package/svg/FormatBold/index.js.map +1 -0
- package/svg/FormatItalic/icon-fill.svg +1 -0
- package/svg/FormatItalic/icon.svg +1 -0
- package/svg/FormatItalic/index.d.ts +3 -0
- package/svg/FormatItalic/index.js +159 -0
- package/svg/FormatItalic/index.js.map +1 -0
- package/svg/FormatListBulleted/icon-fill.svg +1 -0
- package/svg/FormatListBulleted/icon.svg +1 -0
- package/svg/FormatListBulleted/index.d.ts +3 -0
- package/svg/FormatListBulleted/index.js +159 -0
- package/svg/FormatListBulleted/index.js.map +1 -0
- package/svg/FormatListNumbered/icon-fill.svg +1 -0
- package/svg/FormatListNumbered/icon.svg +1 -0
- package/svg/FormatListNumbered/index.d.ts +3 -0
- package/svg/FormatListNumbered/index.js +159 -0
- package/svg/FormatListNumbered/index.js.map +1 -0
- package/svg/FormatStrikethrough/icon-fill.svg +1 -0
- package/svg/FormatStrikethrough/icon.svg +1 -0
- package/svg/FormatStrikethrough/index.d.ts +3 -0
- package/svg/FormatStrikethrough/index.js +159 -0
- package/svg/FormatStrikethrough/index.js.map +1 -0
- package/svg/FormatUnderlined/icon-fill.svg +1 -0
- package/svg/FormatUnderlined/icon.svg +1 -0
- package/svg/FormatUnderlined/index.d.ts +3 -0
- package/svg/FormatUnderlined/index.js +159 -0
- package/svg/FormatUnderlined/index.js.map +1 -0
- package/svg/Heading/icon-fill.svg +1 -0
- package/svg/Heading/icon.svg +1 -0
- package/svg/Heading/index.d.ts +3 -0
- package/svg/Heading/index.js +159 -0
- package/svg/Heading/index.js.map +1 -0
- package/svg/Store/icon-fill.svg +1 -0
- package/svg/Store/icon.svg +1 -0
- package/svg/Store/index.d.ts +3 -0
- package/svg/Store/index.js +159 -0
- package/svg/Store/index.js.map +1 -0
- package/svg/index.d.ts +9 -0
- package/svg/index.js +1279 -550
- package/svg/index.js.map +1 -1
- package/svg/svgIcon.d.ts +9 -0
- package/svg/svgIcon.js +981 -279
- package/svg/svgIcon.js.map +1 -1
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
/******/ (() => { // webpackBootstrap
|
|
2
|
+
/******/ "use strict";
|
|
3
|
+
/******/ var __webpack_modules__ = ({
|
|
4
|
+
|
|
5
|
+
/***/ 60987:
|
|
6
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7
|
+
|
|
8
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
|
+
/* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
10
|
+
/* harmony export */ });
|
|
11
|
+
/* unused harmony export ReactComponent */
|
|
12
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
13
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
14
|
+
var _path;
|
|
15
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
16
|
+
|
|
17
|
+
var SvgIconFill = function SvgIconFill(props) {
|
|
18
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
20
|
+
width: 48,
|
|
21
|
+
height: 48,
|
|
22
|
+
viewBox: "0 -960 960 960"
|
|
23
|
+
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M230-106.09q-16.71 0-28.16-11.5t-11.45-28.28q0-16.78 11.45-28.39T230-185.87h500q16.71 0 28.16 11.79 11.45 11.78 11.45 28.56t-11.45 28.11q-11.45 11.32-28.16 11.32H230Zm250-153q-108.48 0-171.2-61.89-62.71-61.89-62.71-168.67v-298.61q0-20.84 14.78-35.44 14.79-14.6 35.72-14.6t35.76 14.6q14.82 14.6 14.82 35.44v295.78q0 63 35.42 99.02Q418-357.43 480-357.43t97.41-36.03q35.42-36.02 35.42-99.02v-295.78q0-20.84 15.07-35.44 15.07-14.6 36-14.6t35.75 14.6q14.83 14.6 14.83 35.44v298.61q0 106.78-63 168.67-63 61.89-171.48 61.89Z"
|
|
25
|
+
})));
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M230-106.09q-16.71 0-28.16-11.5t-11.45-28.28q0-16.78 11.45-28.39T230-185.87h500q16.71 0 28.16 11.79 11.45 11.78 11.45 28.56t-11.45 28.11q-11.45 11.32-28.16 11.32H230Zm250-153q-108.48 0-171.2-61.89-62.71-61.89-62.71-168.67v-298.61q0-20.84 14.78-35.44 14.79-14.6 35.72-14.6t35.76 14.6q14.82 14.6 14.82 35.44v295.78q0 63 35.42 99.02Q418-357.43 480-357.43t97.41-36.03q35.42-36.02 35.42-99.02v-295.78q0-20.84 15.07-35.44 15.07-14.6 36-14.6t35.75 14.6q14.83 14.6 14.83 35.44v298.61q0 106.78-63 168.67-63 61.89-171.48 61.89Z\"/></svg>");
|
|
29
|
+
|
|
30
|
+
/***/ }),
|
|
31
|
+
|
|
32
|
+
/***/ 28048:
|
|
33
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
34
|
+
|
|
35
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
36
|
+
/* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
37
|
+
/* harmony export */ });
|
|
38
|
+
/* unused harmony export ReactComponent */
|
|
39
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
40
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
41
|
+
var _path;
|
|
42
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
43
|
+
|
|
44
|
+
var SvgIcon = function SvgIcon(props) {
|
|
45
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
46
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
47
|
+
width: 48,
|
|
48
|
+
height: 48,
|
|
49
|
+
viewBox: "0 -960 960 960"
|
|
50
|
+
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
51
|
+
d: "M230-106.09q-16.71 0-28.16-11.5t-11.45-28.28q0-16.78 11.45-28.39T230-185.87h500q16.71 0 28.16 11.79 11.45 11.78 11.45 28.56t-11.45 28.11q-11.45 11.32-28.16 11.32H230Zm250-153q-108.48 0-171.2-61.89-62.71-61.89-62.71-168.67v-298.61q0-20.84 14.78-35.44 14.79-14.6 35.72-14.6t35.76 14.6q14.82 14.6 14.82 35.44v295.78q0 63 35.42 99.02Q418-357.43 480-357.43t97.41-36.03q35.42-36.02 35.42-99.02v-295.78q0-20.84 15.07-35.44 15.07-14.6 36-14.6t35.75 14.6q14.83 14.6 14.83 35.44v298.61q0 106.78-63 168.67-63 61.89-171.48 61.89Z"
|
|
52
|
+
})));
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M230-106.09q-16.71 0-28.16-11.5t-11.45-28.28q0-16.78 11.45-28.39T230-185.87h500q16.71 0 28.16 11.79 11.45 11.78 11.45 28.56t-11.45 28.11q-11.45 11.32-28.16 11.32H230Zm250-153q-108.48 0-171.2-61.89-62.71-61.89-62.71-168.67v-298.61q0-20.84 14.78-35.44 14.79-14.6 35.72-14.6t35.76 14.6q14.82 14.6 14.82 35.44v295.78q0 63 35.42 99.02Q418-357.43 480-357.43t97.41-36.03q35.42-36.02 35.42-99.02v-295.78q0-20.84 15.07-35.44 15.07-14.6 36-14.6t35.75 14.6q14.83 14.6 14.83 35.44v298.61q0 106.78-63 168.67-63 61.89-171.48 61.89Z\"/></svg>");
|
|
56
|
+
|
|
57
|
+
/***/ }),
|
|
58
|
+
|
|
59
|
+
/***/ 99497:
|
|
60
|
+
/***/ ((module) => {
|
|
61
|
+
|
|
62
|
+
module.exports = require("react");
|
|
63
|
+
|
|
64
|
+
/***/ })
|
|
65
|
+
|
|
66
|
+
/******/ });
|
|
67
|
+
/************************************************************************/
|
|
68
|
+
/******/ // The module cache
|
|
69
|
+
/******/ var __webpack_module_cache__ = {};
|
|
70
|
+
/******/
|
|
71
|
+
/******/ // The require function
|
|
72
|
+
/******/ function __webpack_require__(moduleId) {
|
|
73
|
+
/******/ // Check if module is in cache
|
|
74
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
75
|
+
/******/ if (cachedModule !== undefined) {
|
|
76
|
+
/******/ return cachedModule.exports;
|
|
77
|
+
/******/ }
|
|
78
|
+
/******/ // Create a new module (and put it into the cache)
|
|
79
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
80
|
+
/******/ // no module.id needed
|
|
81
|
+
/******/ // no module.loaded needed
|
|
82
|
+
/******/ exports: {}
|
|
83
|
+
/******/ };
|
|
84
|
+
/******/
|
|
85
|
+
/******/ // Execute the module function
|
|
86
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
87
|
+
/******/
|
|
88
|
+
/******/ // Return the exports of the module
|
|
89
|
+
/******/ return module.exports;
|
|
90
|
+
/******/ }
|
|
91
|
+
/******/
|
|
92
|
+
/************************************************************************/
|
|
93
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
94
|
+
/******/ (() => {
|
|
95
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
96
|
+
/******/ __webpack_require__.n = (module) => {
|
|
97
|
+
/******/ var getter = module && module.__esModule ?
|
|
98
|
+
/******/ () => (module['default']) :
|
|
99
|
+
/******/ () => (module);
|
|
100
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
101
|
+
/******/ return getter;
|
|
102
|
+
/******/ };
|
|
103
|
+
/******/ })();
|
|
104
|
+
/******/
|
|
105
|
+
/******/ /* webpack/runtime/define property getters */
|
|
106
|
+
/******/ (() => {
|
|
107
|
+
/******/ // define getter functions for harmony exports
|
|
108
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
109
|
+
/******/ for(var key in definition) {
|
|
110
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
111
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
112
|
+
/******/ }
|
|
113
|
+
/******/ }
|
|
114
|
+
/******/ };
|
|
115
|
+
/******/ })();
|
|
116
|
+
/******/
|
|
117
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
118
|
+
/******/ (() => {
|
|
119
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
120
|
+
/******/ })();
|
|
121
|
+
/******/
|
|
122
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
123
|
+
/******/ (() => {
|
|
124
|
+
/******/ // define __esModule on exports
|
|
125
|
+
/******/ __webpack_require__.r = (exports) => {
|
|
126
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
127
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
128
|
+
/******/ }
|
|
129
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
130
|
+
/******/ };
|
|
131
|
+
/******/ })();
|
|
132
|
+
/******/
|
|
133
|
+
/************************************************************************/
|
|
134
|
+
var __webpack_exports__ = {};
|
|
135
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
136
|
+
(() => {
|
|
137
|
+
__webpack_require__.r(__webpack_exports__);
|
|
138
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
139
|
+
/* harmony export */ FormatUnderlinedSVG: () => (/* binding */ FormatUnderlinedSVG),
|
|
140
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
141
|
+
/* harmony export */ });
|
|
142
|
+
/* harmony import */ var _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(60987);
|
|
143
|
+
/* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(28048);
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
const FormatUnderlinedSVG = (opts) => {
|
|
148
|
+
var _a;
|
|
149
|
+
const variant = (_a = opts == null ? void 0 : opts.variant) != null ? _a : "filled";
|
|
150
|
+
return variant === "outlined" ? _icon_svg__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z : _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z;
|
|
151
|
+
};
|
|
152
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (FormatUnderlinedSVG);
|
|
153
|
+
|
|
154
|
+
})();
|
|
155
|
+
|
|
156
|
+
module.exports = __webpack_exports__;
|
|
157
|
+
/******/ })()
|
|
158
|
+
;
|
|
159
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg/FormatUnderlined/index.js","mappings":";;;;;;;;;;;;;AAAA;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACyC;AACzC,iEAAe,2nBAA2nB;;;;;;;;;;;;;ACd1oB;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACqC;AACrC,iEAAe,2nBAA2nB;;;;;;;ACd1oB;;;;;;UCAA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;WCtBA;WACA;WACA;WACA;WACA;WACA,iCAAiC,WAAW;WAC5C;WACA;;;;;WCPA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA;;;;;WCPA;;;;;WCAA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D;;;;;;;;;;;;;;;ACJsB;AACE;AAEjB,MAAM,sBAAsB,CAAC,SAA6B;AALjE;AAME,QAAM,WAAU,kCAAM,YAAN,YAAiB;AAEjC,SAAO,YAAY,aAAa,0DAAW,GAAG,+DAAS;AACzD;AAEA,iEAAe,mBAAmB,EAAC","sources":["webpack://icons/./src/svg/FormatUnderlined/icon-fill.svg","webpack://icons/./src/svg/FormatUnderlined/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/FormatUnderlined/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: \"M230-106.09q-16.71 0-28.16-11.5t-11.45-28.28q0-16.78 11.45-28.39T230-185.87h500q16.71 0 28.16 11.79 11.45 11.78 11.45 28.56t-11.45 28.11q-11.45 11.32-28.16 11.32H230Zm250-153q-108.48 0-171.2-61.89-62.71-61.89-62.71-168.67v-298.61q0-20.84 14.78-35.44 14.79-14.6 35.72-14.6t35.76 14.6q14.82 14.6 14.82 35.44v295.78q0 63 35.42 99.02Q418-357.43 480-357.43t97.41-36.03q35.42-36.02 35.42-99.02v-295.78q0-20.84 15.07-35.44 15.07-14.6 36-14.6t35.75 14.6q14.83 14.6 14.83 35.44v298.61q0 106.78-63 168.67-63 61.89-171.48 61.89Z\"\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=\\\"M230-106.09q-16.71 0-28.16-11.5t-11.45-28.28q0-16.78 11.45-28.39T230-185.87h500q16.71 0 28.16 11.79 11.45 11.78 11.45 28.56t-11.45 28.11q-11.45 11.32-28.16 11.32H230Zm250-153q-108.48 0-171.2-61.89-62.71-61.89-62.71-168.67v-298.61q0-20.84 14.78-35.44 14.79-14.6 35.72-14.6t35.76 14.6q14.82 14.6 14.82 35.44v295.78q0 63 35.42 99.02Q418-357.43 480-357.43t97.41-36.03q35.42-36.02 35.42-99.02v-295.78q0-20.84 15.07-35.44 15.07-14.6 36-14.6t35.75 14.6q14.83 14.6 14.83 35.44v298.61q0 106.78-63 168.67-63 61.89-171.48 61.89Z\\\"/></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: \"M230-106.09q-16.71 0-28.16-11.5t-11.45-28.28q0-16.78 11.45-28.39T230-185.87h500q16.71 0 28.16 11.79 11.45 11.78 11.45 28.56t-11.45 28.11q-11.45 11.32-28.16 11.32H230Zm250-153q-108.48 0-171.2-61.89-62.71-61.89-62.71-168.67v-298.61q0-20.84 14.78-35.44 14.79-14.6 35.72-14.6t35.76 14.6q14.82 14.6 14.82 35.44v295.78q0 63 35.42 99.02Q418-357.43 480-357.43t97.41-36.03q35.42-36.02 35.42-99.02v-295.78q0-20.84 15.07-35.44 15.07-14.6 36-14.6t35.75 14.6q14.83 14.6 14.83 35.44v298.61q0 106.78-63 168.67-63 61.89-171.48 61.89Z\"\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=\\\"M230-106.09q-16.71 0-28.16-11.5t-11.45-28.28q0-16.78 11.45-28.39T230-185.87h500q16.71 0 28.16 11.79 11.45 11.78 11.45 28.56t-11.45 28.11q-11.45 11.32-28.16 11.32H230Zm250-153q-108.48 0-171.2-61.89-62.71-61.89-62.71-168.67v-298.61q0-20.84 14.78-35.44 14.79-14.6 35.72-14.6t35.76 14.6q14.82 14.6 14.82 35.44v295.78q0 63 35.42 99.02Q418-357.43 480-357.43t97.41-36.03q35.42-36.02 35.42-99.02v-295.78q0-20.84 15.07-35.44 15.07-14.6 36-14.6t35.75 14.6q14.83 14.6 14.83 35.44v298.61q0 106.78-63 168.67-63 61.89-171.48 61.89Z\\\"/></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 FormatUnderlinedSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default FormatUnderlinedSVG;\n"],"names":[],"sourceRoot":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M420.39-695.48H244.91q-25.07 0-42.06-17.42-16.98-17.42-16.98-42.3 0-24.84 16.98-42.17 16.99-17.33 42.06-17.33h470.18q24.79 0 42.2 17.45 17.41 17.44 17.41 42.28t-17.41 42.17q-17.41 17.32-42.2 17.32H540.17v490q0 24.84-17.47 42.23-17.48 17.38-42.45 17.38-25.21 0-42.53-17.55-17.33-17.55-17.33-42.62v-489.44Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M420.39-695.48H244.91q-25.07 0-42.06-17.42-16.98-17.42-16.98-42.3 0-24.84 16.98-42.17 16.99-17.33 42.06-17.33h470.18q24.79 0 42.2 17.45 17.41 17.44 17.41 42.28t-17.41 42.17q-17.41 17.32-42.2 17.32H540.17v490q0 24.84-17.47 42.23-17.48 17.38-42.45 17.38-25.21 0-42.53-17.55-17.33-17.55-17.33-42.62v-489.44Z"/></svg>
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
/******/ (() => { // webpackBootstrap
|
|
2
|
+
/******/ "use strict";
|
|
3
|
+
/******/ var __webpack_modules__ = ({
|
|
4
|
+
|
|
5
|
+
/***/ 34556:
|
|
6
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7
|
+
|
|
8
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
|
+
/* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
10
|
+
/* harmony export */ });
|
|
11
|
+
/* unused harmony export ReactComponent */
|
|
12
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
13
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
14
|
+
var _path;
|
|
15
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
16
|
+
|
|
17
|
+
var SvgIconFill = function SvgIconFill(props) {
|
|
18
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
20
|
+
width: 48,
|
|
21
|
+
height: 48,
|
|
22
|
+
viewBox: "0 -960 960 960"
|
|
23
|
+
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M420.39-695.48H244.91q-25.07 0-42.06-17.42-16.98-17.42-16.98-42.3 0-24.84 16.98-42.17 16.99-17.33 42.06-17.33h470.18q24.79 0 42.2 17.45 17.41 17.44 17.41 42.28t-17.41 42.17q-17.41 17.32-42.2 17.32H540.17v490q0 24.84-17.47 42.23-17.48 17.38-42.45 17.38-25.21 0-42.53-17.55-17.33-17.55-17.33-42.62v-489.44Z"
|
|
25
|
+
})));
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M420.39-695.48H244.91q-25.07 0-42.06-17.42-16.98-17.42-16.98-42.3 0-24.84 16.98-42.17 16.99-17.33 42.06-17.33h470.18q24.79 0 42.2 17.45 17.41 17.44 17.41 42.28t-17.41 42.17q-17.41 17.32-42.2 17.32H540.17v490q0 24.84-17.47 42.23-17.48 17.38-42.45 17.38-25.21 0-42.53-17.55-17.33-17.55-17.33-42.62v-489.44Z\"/></svg>");
|
|
29
|
+
|
|
30
|
+
/***/ }),
|
|
31
|
+
|
|
32
|
+
/***/ 69102:
|
|
33
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
34
|
+
|
|
35
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
36
|
+
/* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
37
|
+
/* harmony export */ });
|
|
38
|
+
/* unused harmony export ReactComponent */
|
|
39
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
40
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
41
|
+
var _path;
|
|
42
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
43
|
+
|
|
44
|
+
var SvgIcon = function SvgIcon(props) {
|
|
45
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
46
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
47
|
+
width: 48,
|
|
48
|
+
height: 48,
|
|
49
|
+
viewBox: "0 -960 960 960"
|
|
50
|
+
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
51
|
+
d: "M420.39-695.48H244.91q-25.07 0-42.06-17.42-16.98-17.42-16.98-42.3 0-24.84 16.98-42.17 16.99-17.33 42.06-17.33h470.18q24.79 0 42.2 17.45 17.41 17.44 17.41 42.28t-17.41 42.17q-17.41 17.32-42.2 17.32H540.17v490q0 24.84-17.47 42.23-17.48 17.38-42.45 17.38-25.21 0-42.53-17.55-17.33-17.55-17.33-42.62v-489.44Z"
|
|
52
|
+
})));
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M420.39-695.48H244.91q-25.07 0-42.06-17.42-16.98-17.42-16.98-42.3 0-24.84 16.98-42.17 16.99-17.33 42.06-17.33h470.18q24.79 0 42.2 17.45 17.41 17.44 17.41 42.28t-17.41 42.17q-17.41 17.32-42.2 17.32H540.17v490q0 24.84-17.47 42.23-17.48 17.38-42.45 17.38-25.21 0-42.53-17.55-17.33-17.55-17.33-42.62v-489.44Z\"/></svg>");
|
|
56
|
+
|
|
57
|
+
/***/ }),
|
|
58
|
+
|
|
59
|
+
/***/ 99497:
|
|
60
|
+
/***/ ((module) => {
|
|
61
|
+
|
|
62
|
+
module.exports = require("react");
|
|
63
|
+
|
|
64
|
+
/***/ })
|
|
65
|
+
|
|
66
|
+
/******/ });
|
|
67
|
+
/************************************************************************/
|
|
68
|
+
/******/ // The module cache
|
|
69
|
+
/******/ var __webpack_module_cache__ = {};
|
|
70
|
+
/******/
|
|
71
|
+
/******/ // The require function
|
|
72
|
+
/******/ function __webpack_require__(moduleId) {
|
|
73
|
+
/******/ // Check if module is in cache
|
|
74
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
75
|
+
/******/ if (cachedModule !== undefined) {
|
|
76
|
+
/******/ return cachedModule.exports;
|
|
77
|
+
/******/ }
|
|
78
|
+
/******/ // Create a new module (and put it into the cache)
|
|
79
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
80
|
+
/******/ // no module.id needed
|
|
81
|
+
/******/ // no module.loaded needed
|
|
82
|
+
/******/ exports: {}
|
|
83
|
+
/******/ };
|
|
84
|
+
/******/
|
|
85
|
+
/******/ // Execute the module function
|
|
86
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
87
|
+
/******/
|
|
88
|
+
/******/ // Return the exports of the module
|
|
89
|
+
/******/ return module.exports;
|
|
90
|
+
/******/ }
|
|
91
|
+
/******/
|
|
92
|
+
/************************************************************************/
|
|
93
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
94
|
+
/******/ (() => {
|
|
95
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
96
|
+
/******/ __webpack_require__.n = (module) => {
|
|
97
|
+
/******/ var getter = module && module.__esModule ?
|
|
98
|
+
/******/ () => (module['default']) :
|
|
99
|
+
/******/ () => (module);
|
|
100
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
101
|
+
/******/ return getter;
|
|
102
|
+
/******/ };
|
|
103
|
+
/******/ })();
|
|
104
|
+
/******/
|
|
105
|
+
/******/ /* webpack/runtime/define property getters */
|
|
106
|
+
/******/ (() => {
|
|
107
|
+
/******/ // define getter functions for harmony exports
|
|
108
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
109
|
+
/******/ for(var key in definition) {
|
|
110
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
111
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
112
|
+
/******/ }
|
|
113
|
+
/******/ }
|
|
114
|
+
/******/ };
|
|
115
|
+
/******/ })();
|
|
116
|
+
/******/
|
|
117
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
118
|
+
/******/ (() => {
|
|
119
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
120
|
+
/******/ })();
|
|
121
|
+
/******/
|
|
122
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
123
|
+
/******/ (() => {
|
|
124
|
+
/******/ // define __esModule on exports
|
|
125
|
+
/******/ __webpack_require__.r = (exports) => {
|
|
126
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
127
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
128
|
+
/******/ }
|
|
129
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
130
|
+
/******/ };
|
|
131
|
+
/******/ })();
|
|
132
|
+
/******/
|
|
133
|
+
/************************************************************************/
|
|
134
|
+
var __webpack_exports__ = {};
|
|
135
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
136
|
+
(() => {
|
|
137
|
+
__webpack_require__.r(__webpack_exports__);
|
|
138
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
139
|
+
/* harmony export */ HeadingSVG: () => (/* binding */ HeadingSVG),
|
|
140
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
141
|
+
/* harmony export */ });
|
|
142
|
+
/* harmony import */ var _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(34556);
|
|
143
|
+
/* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(69102);
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
const HeadingSVG = (opts) => {
|
|
148
|
+
var _a;
|
|
149
|
+
const variant = (_a = opts == null ? void 0 : opts.variant) != null ? _a : "filled";
|
|
150
|
+
return variant === "outlined" ? _icon_svg__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z : _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z;
|
|
151
|
+
};
|
|
152
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (HeadingSVG);
|
|
153
|
+
|
|
154
|
+
})();
|
|
155
|
+
|
|
156
|
+
module.exports = __webpack_exports__;
|
|
157
|
+
/******/ })()
|
|
158
|
+
;
|
|
159
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg/Heading/index.js","mappings":";;;;;;;;;;;;;AAAA;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACyC;AACzC,iEAAe,saAAsa;;;;;;;;;;;;;ACdrb;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACqC;AACrC,iEAAe,saAAsa;;;;;;;ACdrb;;;;;;UCAA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;WCtBA;WACA;WACA;WACA;WACA;WACA,iCAAiC,WAAW;WAC5C;WACA;;;;;WCPA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA;;;;;WCPA;;;;;WCAA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D;;;;;;;;;;;;;;;ACJsB;AACE;AAEjB,MAAM,aAAa,CAAC,SAA6B;AALxD;AAME,QAAM,WAAU,kCAAM,YAAN,YAAiB;AAEjC,SAAO,YAAY,aAAa,0DAAW,GAAG,+DAAS;AACzD;AAEA,iEAAe,UAAU,EAAC","sources":["webpack://icons/./src/svg/Heading/icon-fill.svg","webpack://icons/./src/svg/Heading/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/Heading/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: \"M420.39-695.48H244.91q-25.07 0-42.06-17.42-16.98-17.42-16.98-42.3 0-24.84 16.98-42.17 16.99-17.33 42.06-17.33h470.18q24.79 0 42.2 17.45 17.41 17.44 17.41 42.28t-17.41 42.17q-17.41 17.32-42.2 17.32H540.17v490q0 24.84-17.47 42.23-17.48 17.38-42.45 17.38-25.21 0-42.53-17.55-17.33-17.55-17.33-42.62v-489.44Z\"\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=\\\"M420.39-695.48H244.91q-25.07 0-42.06-17.42-16.98-17.42-16.98-42.3 0-24.84 16.98-42.17 16.99-17.33 42.06-17.33h470.18q24.79 0 42.2 17.45 17.41 17.44 17.41 42.28t-17.41 42.17q-17.41 17.32-42.2 17.32H540.17v490q0 24.84-17.47 42.23-17.48 17.38-42.45 17.38-25.21 0-42.53-17.55-17.33-17.55-17.33-42.62v-489.44Z\\\"/></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: \"M420.39-695.48H244.91q-25.07 0-42.06-17.42-16.98-17.42-16.98-42.3 0-24.84 16.98-42.17 16.99-17.33 42.06-17.33h470.18q24.79 0 42.2 17.45 17.41 17.44 17.41 42.28t-17.41 42.17q-17.41 17.32-42.2 17.32H540.17v490q0 24.84-17.47 42.23-17.48 17.38-42.45 17.38-25.21 0-42.53-17.55-17.33-17.55-17.33-42.62v-489.44Z\"\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=\\\"M420.39-695.48H244.91q-25.07 0-42.06-17.42-16.98-17.42-16.98-42.3 0-24.84 16.98-42.17 16.99-17.33 42.06-17.33h470.18q24.79 0 42.2 17.45 17.41 17.44 17.41 42.28t-17.41 42.17q-17.41 17.32-42.2 17.32H540.17v490q0 24.84-17.47 42.23-17.48 17.38-42.45 17.38-25.21 0-42.53-17.55-17.33-17.55-17.33-42.62v-489.44Z\\\"/></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 HeadingSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default HeadingSVG;\n"],"names":[],"sourceRoot":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M195-812.78h572q16.71 0 28.16 11.78t11.45 28.57q0 16.78-11.45 28.1Q783.71-733 767-733H195q-16.71 0-28.16-11.5t-11.45-28.28q0-16.79 11.45-28.39 11.45-11.61 28.16-11.61Zm5 666q-16.71 0-28.16-11.45t-11.45-28.16v-205.39h-22.17q-18.66 0-29.57-13.83-10.91-13.82-6.78-31.78l46.26-204.26q2.57-13.83 13.64-22.59 11.08-8.76 24.97-8.76h588.09q13.32 0 24.4 8.76 11.07 8.76 13.64 22.59l46.83 204.26q3.56 17.96-7.35 31.78-10.91 13.83-29.57 13.83h-22.17v205.39q0 16.71-11.5 28.16t-28.29 11.45q-16.78 0-28.1-11.45-11.33-11.45-11.33-28.16v-205.39H561.61v205.39q0 16.71-11.45 28.16T522-146.78H200ZM239.61-226h242.78v-165.78H239.61V-226Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M190-819.78h582q16.71 0 28.16 11.78t11.45 28.57q0 16.78-11.45 28.1Q788.71-740 772-740H190q-16.71 0-28.16-11.5t-11.45-28.28q0-16.79 11.45-28.39 11.45-11.61 28.16-11.61Zm5 679q-16.71 0-28.16-11.45t-11.45-28.16v-218.39h-22.17q-18.66 0-29.57-13.83-10.91-13.82-6.78-31.78l46.26-204.26q2.57-13.83 13.64-22.59 11.08-8.76 24.97-8.76h598.09q13.32 0 24.4 8.76 11.07 8.76 13.64 22.59l46.83 204.26q3.56 17.96-7.35 31.78-10.91 13.83-29.57 13.83h-22.17v218.39q0 16.71-11.5 28.16t-28.29 11.45q-16.78 0-28.1-11.45-11.33-11.45-11.33-28.16v-218.39H556.61v218.39q0 16.71-11.45 28.16T517-140.78H195ZM234.61-220h242.78v-178.78H234.61V-220Zm-51.13-258h594.04-594.04Zm0 0h594.04l-27.61-122.78H211.09L183.48-478Z"/></svg>
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
/******/ (() => { // webpackBootstrap
|
|
2
|
+
/******/ "use strict";
|
|
3
|
+
/******/ var __webpack_modules__ = ({
|
|
4
|
+
|
|
5
|
+
/***/ 40226:
|
|
6
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7
|
+
|
|
8
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
|
+
/* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
10
|
+
/* harmony export */ });
|
|
11
|
+
/* unused harmony export ReactComponent */
|
|
12
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
13
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
14
|
+
var _path;
|
|
15
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
16
|
+
|
|
17
|
+
var SvgIconFill = function SvgIconFill(props) {
|
|
18
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
20
|
+
width: 48,
|
|
21
|
+
height: 48,
|
|
22
|
+
viewBox: "0 -960 960 960"
|
|
23
|
+
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M195-812.78h572q16.71 0 28.16 11.78t11.45 28.57q0 16.78-11.45 28.1Q783.71-733 767-733H195q-16.71 0-28.16-11.5t-11.45-28.28q0-16.79 11.45-28.39 11.45-11.61 28.16-11.61Zm5 666q-16.71 0-28.16-11.45t-11.45-28.16v-205.39h-22.17q-18.66 0-29.57-13.83-10.91-13.82-6.78-31.78l46.26-204.26q2.57-13.83 13.64-22.59 11.08-8.76 24.97-8.76h588.09q13.32 0 24.4 8.76 11.07 8.76 13.64 22.59l46.83 204.26q3.56 17.96-7.35 31.78-10.91 13.83-29.57 13.83h-22.17v205.39q0 16.71-11.5 28.16t-28.29 11.45q-16.78 0-28.1-11.45-11.33-11.45-11.33-28.16v-205.39H561.61v205.39q0 16.71-11.45 28.16T522-146.78H200ZM239.61-226h242.78v-165.78H239.61V-226Z"
|
|
25
|
+
})));
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M195-812.78h572q16.71 0 28.16 11.78t11.45 28.57q0 16.78-11.45 28.1Q783.71-733 767-733H195q-16.71 0-28.16-11.5t-11.45-28.28q0-16.79 11.45-28.39 11.45-11.61 28.16-11.61Zm5 666q-16.71 0-28.16-11.45t-11.45-28.16v-205.39h-22.17q-18.66 0-29.57-13.83-10.91-13.82-6.78-31.78l46.26-204.26q2.57-13.83 13.64-22.59 11.08-8.76 24.97-8.76h588.09q13.32 0 24.4 8.76 11.07 8.76 13.64 22.59l46.83 204.26q3.56 17.96-7.35 31.78-10.91 13.83-29.57 13.83h-22.17v205.39q0 16.71-11.5 28.16t-28.29 11.45q-16.78 0-28.1-11.45-11.33-11.45-11.33-28.16v-205.39H561.61v205.39q0 16.71-11.45 28.16T522-146.78H200ZM239.61-226h242.78v-165.78H239.61V-226Z\"/></svg>");
|
|
29
|
+
|
|
30
|
+
/***/ }),
|
|
31
|
+
|
|
32
|
+
/***/ 29400:
|
|
33
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
34
|
+
|
|
35
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
36
|
+
/* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
37
|
+
/* harmony export */ });
|
|
38
|
+
/* unused harmony export ReactComponent */
|
|
39
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
40
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
41
|
+
var _path;
|
|
42
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
43
|
+
|
|
44
|
+
var SvgIcon = function SvgIcon(props) {
|
|
45
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
46
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
47
|
+
width: 48,
|
|
48
|
+
height: 48,
|
|
49
|
+
viewBox: "0 -960 960 960"
|
|
50
|
+
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
51
|
+
d: "M190-819.78h582q16.71 0 28.16 11.78t11.45 28.57q0 16.78-11.45 28.1Q788.71-740 772-740H190q-16.71 0-28.16-11.5t-11.45-28.28q0-16.79 11.45-28.39 11.45-11.61 28.16-11.61Zm5 679q-16.71 0-28.16-11.45t-11.45-28.16v-218.39h-22.17q-18.66 0-29.57-13.83-10.91-13.82-6.78-31.78l46.26-204.26q2.57-13.83 13.64-22.59 11.08-8.76 24.97-8.76h598.09q13.32 0 24.4 8.76 11.07 8.76 13.64 22.59l46.83 204.26q3.56 17.96-7.35 31.78-10.91 13.83-29.57 13.83h-22.17v218.39q0 16.71-11.5 28.16t-28.29 11.45q-16.78 0-28.1-11.45-11.33-11.45-11.33-28.16v-218.39H556.61v218.39q0 16.71-11.45 28.16T517-140.78H195ZM234.61-220h242.78v-178.78H234.61V-220Zm-51.13-258h594.04-594.04Zm0 0h594.04l-27.61-122.78H211.09L183.48-478Z"
|
|
52
|
+
})));
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M190-819.78h582q16.71 0 28.16 11.78t11.45 28.57q0 16.78-11.45 28.1Q788.71-740 772-740H190q-16.71 0-28.16-11.5t-11.45-28.28q0-16.79 11.45-28.39 11.45-11.61 28.16-11.61Zm5 679q-16.71 0-28.16-11.45t-11.45-28.16v-218.39h-22.17q-18.66 0-29.57-13.83-10.91-13.82-6.78-31.78l46.26-204.26q2.57-13.83 13.64-22.59 11.08-8.76 24.97-8.76h598.09q13.32 0 24.4 8.76 11.07 8.76 13.64 22.59l46.83 204.26q3.56 17.96-7.35 31.78-10.91 13.83-29.57 13.83h-22.17v218.39q0 16.71-11.5 28.16t-28.29 11.45q-16.78 0-28.1-11.45-11.33-11.45-11.33-28.16v-218.39H556.61v218.39q0 16.71-11.45 28.16T517-140.78H195ZM234.61-220h242.78v-178.78H234.61V-220Zm-51.13-258h594.04-594.04Zm0 0h594.04l-27.61-122.78H211.09L183.48-478Z\"/></svg>");
|
|
56
|
+
|
|
57
|
+
/***/ }),
|
|
58
|
+
|
|
59
|
+
/***/ 99497:
|
|
60
|
+
/***/ ((module) => {
|
|
61
|
+
|
|
62
|
+
module.exports = require("react");
|
|
63
|
+
|
|
64
|
+
/***/ })
|
|
65
|
+
|
|
66
|
+
/******/ });
|
|
67
|
+
/************************************************************************/
|
|
68
|
+
/******/ // The module cache
|
|
69
|
+
/******/ var __webpack_module_cache__ = {};
|
|
70
|
+
/******/
|
|
71
|
+
/******/ // The require function
|
|
72
|
+
/******/ function __webpack_require__(moduleId) {
|
|
73
|
+
/******/ // Check if module is in cache
|
|
74
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
75
|
+
/******/ if (cachedModule !== undefined) {
|
|
76
|
+
/******/ return cachedModule.exports;
|
|
77
|
+
/******/ }
|
|
78
|
+
/******/ // Create a new module (and put it into the cache)
|
|
79
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
80
|
+
/******/ // no module.id needed
|
|
81
|
+
/******/ // no module.loaded needed
|
|
82
|
+
/******/ exports: {}
|
|
83
|
+
/******/ };
|
|
84
|
+
/******/
|
|
85
|
+
/******/ // Execute the module function
|
|
86
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
87
|
+
/******/
|
|
88
|
+
/******/ // Return the exports of the module
|
|
89
|
+
/******/ return module.exports;
|
|
90
|
+
/******/ }
|
|
91
|
+
/******/
|
|
92
|
+
/************************************************************************/
|
|
93
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
94
|
+
/******/ (() => {
|
|
95
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
96
|
+
/******/ __webpack_require__.n = (module) => {
|
|
97
|
+
/******/ var getter = module && module.__esModule ?
|
|
98
|
+
/******/ () => (module['default']) :
|
|
99
|
+
/******/ () => (module);
|
|
100
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
101
|
+
/******/ return getter;
|
|
102
|
+
/******/ };
|
|
103
|
+
/******/ })();
|
|
104
|
+
/******/
|
|
105
|
+
/******/ /* webpack/runtime/define property getters */
|
|
106
|
+
/******/ (() => {
|
|
107
|
+
/******/ // define getter functions for harmony exports
|
|
108
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
109
|
+
/******/ for(var key in definition) {
|
|
110
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
111
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
112
|
+
/******/ }
|
|
113
|
+
/******/ }
|
|
114
|
+
/******/ };
|
|
115
|
+
/******/ })();
|
|
116
|
+
/******/
|
|
117
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
118
|
+
/******/ (() => {
|
|
119
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
120
|
+
/******/ })();
|
|
121
|
+
/******/
|
|
122
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
123
|
+
/******/ (() => {
|
|
124
|
+
/******/ // define __esModule on exports
|
|
125
|
+
/******/ __webpack_require__.r = (exports) => {
|
|
126
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
127
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
128
|
+
/******/ }
|
|
129
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
130
|
+
/******/ };
|
|
131
|
+
/******/ })();
|
|
132
|
+
/******/
|
|
133
|
+
/************************************************************************/
|
|
134
|
+
var __webpack_exports__ = {};
|
|
135
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
136
|
+
(() => {
|
|
137
|
+
__webpack_require__.r(__webpack_exports__);
|
|
138
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
139
|
+
/* harmony export */ StoreSVG: () => (/* binding */ StoreSVG),
|
|
140
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
141
|
+
/* harmony export */ });
|
|
142
|
+
/* harmony import */ var _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(40226);
|
|
143
|
+
/* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(29400);
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
const StoreSVG = (opts) => {
|
|
148
|
+
var _a;
|
|
149
|
+
const variant = (_a = opts == null ? void 0 : opts.variant) != null ? _a : "filled";
|
|
150
|
+
return variant === "outlined" ? _icon_svg__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z : _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z;
|
|
151
|
+
};
|
|
152
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (StoreSVG);
|
|
153
|
+
|
|
154
|
+
})();
|
|
155
|
+
|
|
156
|
+
module.exports = __webpack_exports__;
|
|
157
|
+
/******/ })()
|
|
158
|
+
;
|
|
159
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg/Store/index.js","mappings":";;;;;;;;;;;;;AAAA;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACyC;AACzC,iEAAe,guBAAguB;;;;;;;;;;;;;ACd/uB;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACqC;AACrC,iEAAe,syBAAsyB;;;;;;;ACdrzB;;;;;;UCAA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;WCtBA;WACA;WACA;WACA;WACA;WACA,iCAAiC,WAAW;WAC5C;WACA;;;;;WCPA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA;;;;;WCPA;;;;;WCAA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D;;;;;;;;;;;;;;;ACJsB;AACE;AAEjB,MAAM,WAAW,CAAC,SAA6B;AALtD;AAME,QAAM,WAAU,kCAAM,YAAN,YAAiB;AAEjC,SAAO,YAAY,aAAa,0DAAW,GAAG,+DAAS;AACzD;AAEA,iEAAe,QAAQ,EAAC","sources":["webpack://icons/./src/svg/Store/icon-fill.svg","webpack://icons/./src/svg/Store/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/Store/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: \"M195-812.78h572q16.71 0 28.16 11.78t11.45 28.57q0 16.78-11.45 28.1Q783.71-733 767-733H195q-16.71 0-28.16-11.5t-11.45-28.28q0-16.79 11.45-28.39 11.45-11.61 28.16-11.61Zm5 666q-16.71 0-28.16-11.45t-11.45-28.16v-205.39h-22.17q-18.66 0-29.57-13.83-10.91-13.82-6.78-31.78l46.26-204.26q2.57-13.83 13.64-22.59 11.08-8.76 24.97-8.76h588.09q13.32 0 24.4 8.76 11.07 8.76 13.64 22.59l46.83 204.26q3.56 17.96-7.35 31.78-10.91 13.83-29.57 13.83h-22.17v205.39q0 16.71-11.5 28.16t-28.29 11.45q-16.78 0-28.1-11.45-11.33-11.45-11.33-28.16v-205.39H561.61v205.39q0 16.71-11.45 28.16T522-146.78H200ZM239.61-226h242.78v-165.78H239.61V-226Z\"\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=\\\"M195-812.78h572q16.71 0 28.16 11.78t11.45 28.57q0 16.78-11.45 28.1Q783.71-733 767-733H195q-16.71 0-28.16-11.5t-11.45-28.28q0-16.79 11.45-28.39 11.45-11.61 28.16-11.61Zm5 666q-16.71 0-28.16-11.45t-11.45-28.16v-205.39h-22.17q-18.66 0-29.57-13.83-10.91-13.82-6.78-31.78l46.26-204.26q2.57-13.83 13.64-22.59 11.08-8.76 24.97-8.76h588.09q13.32 0 24.4 8.76 11.07 8.76 13.64 22.59l46.83 204.26q3.56 17.96-7.35 31.78-10.91 13.83-29.57 13.83h-22.17v205.39q0 16.71-11.5 28.16t-28.29 11.45q-16.78 0-28.1-11.45-11.33-11.45-11.33-28.16v-205.39H561.61v205.39q0 16.71-11.45 28.16T522-146.78H200ZM239.61-226h242.78v-165.78H239.61V-226Z\\\"/></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: \"M190-819.78h582q16.71 0 28.16 11.78t11.45 28.57q0 16.78-11.45 28.1Q788.71-740 772-740H190q-16.71 0-28.16-11.5t-11.45-28.28q0-16.79 11.45-28.39 11.45-11.61 28.16-11.61Zm5 679q-16.71 0-28.16-11.45t-11.45-28.16v-218.39h-22.17q-18.66 0-29.57-13.83-10.91-13.82-6.78-31.78l46.26-204.26q2.57-13.83 13.64-22.59 11.08-8.76 24.97-8.76h598.09q13.32 0 24.4 8.76 11.07 8.76 13.64 22.59l46.83 204.26q3.56 17.96-7.35 31.78-10.91 13.83-29.57 13.83h-22.17v218.39q0 16.71-11.5 28.16t-28.29 11.45q-16.78 0-28.1-11.45-11.33-11.45-11.33-28.16v-218.39H556.61v218.39q0 16.71-11.45 28.16T517-140.78H195ZM234.61-220h242.78v-178.78H234.61V-220Zm-51.13-258h594.04-594.04Zm0 0h594.04l-27.61-122.78H211.09L183.48-478Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M190-819.78h582q16.71 0 28.16 11.78t11.45 28.57q0 16.78-11.45 28.1Q788.71-740 772-740H190q-16.71 0-28.16-11.5t-11.45-28.28q0-16.79 11.45-28.39 11.45-11.61 28.16-11.61Zm5 679q-16.71 0-28.16-11.45t-11.45-28.16v-218.39h-22.17q-18.66 0-29.57-13.83-10.91-13.82-6.78-31.78l46.26-204.26q2.57-13.83 13.64-22.59 11.08-8.76 24.97-8.76h598.09q13.32 0 24.4 8.76 11.07 8.76 13.64 22.59l46.83 204.26q3.56 17.96-7.35 31.78-10.91 13.83-29.57 13.83h-22.17v218.39q0 16.71-11.5 28.16t-28.29 11.45q-16.78 0-28.1-11.45-11.33-11.45-11.33-28.16v-218.39H556.61v218.39q0 16.71-11.45 28.16T517-140.78H195ZM234.61-220h242.78v-178.78H234.61V-220Zm-51.13-258h594.04-594.04Zm0 0h594.04l-27.61-122.78H211.09L183.48-478Z\\\"/></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 StoreSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default StoreSVG;\n"],"names":[],"sourceRoot":""}
|
package/svg/index.d.ts
CHANGED
|
@@ -104,6 +104,7 @@ export * from './PersonCheck';
|
|
|
104
104
|
export * from './PersonAdd';
|
|
105
105
|
export * from './Comment';
|
|
106
106
|
export * from './Star';
|
|
107
|
+
export * from './Store';
|
|
107
108
|
export * from './Exclamation';
|
|
108
109
|
export * from './Primary';
|
|
109
110
|
export * from './PriceMapping';
|
|
@@ -240,4 +241,12 @@ export * from './Coupon';
|
|
|
240
241
|
export * from './ProductRecommendation';
|
|
241
242
|
export * from './Location';
|
|
242
243
|
export * from './Labs';
|
|
244
|
+
export * from './FormatBold';
|
|
245
|
+
export * from './FormatItalic';
|
|
246
|
+
export * from './FormatUnderlined';
|
|
247
|
+
export * from './FormatStrikethrough';
|
|
248
|
+
export * from './Heading';
|
|
249
|
+
export * from './FormatListBulleted';
|
|
250
|
+
export * from './FormatListNumbered';
|
|
251
|
+
export * from './Code';
|
|
243
252
|
export * from './svgIcon';
|