@epilot360/icons 1.16.19 → 1.16.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/icons.config.yaml +4 -0
- package/index.js +1160 -1015
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/react/EpilotIcon.d.ts +2 -0
- package/react/EpilotIcon.js +363 -252
- package/react/EpilotIcon.js.map +1 -1
- package/react/Thread/index.d.ts +4 -0
- package/react/Thread/index.js +209 -0
- package/react/Thread/index.js.map +1 -0
- package/react/index.d.ts +1 -0
- package/react/index.js +621 -507
- package/react/index.js.map +1 -1
- package/svg/Thread/icon-fill.svg +1 -0
- package/svg/Thread/icon.svg +1 -0
- package/svg/Thread/index.d.ts +3 -0
- package/svg/Thread/index.js +159 -0
- package/svg/Thread/index.js.map +1 -0
- package/svg/index.d.ts +1 -0
- package/svg/index.js +588 -507
- package/svg/index.js.map +1 -1
- package/svg/svgIcon.d.ts +1 -0
- package/svg/svgIcon.js +330 -252
- package/svg/svgIcon.js.map +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M526.087-474.088q10.261 8.131 23.522 8.131t24.087-8.131l280.086-229.651v-72.87L549.609-533.696 246.001-776.609v72.87l280.086 229.651ZM106.218-104.173q-32.479 0-55.849-23.87Q27-151.913 27-183.391v-512.608q0-16.957 11.327-28.283 11.326-11.327 28.283-11.327 16.956 0 28.282 11.327 11.327 11.326 11.327 28.283v512.608H786.61q16.956 0 28.282 11.326 11.327 11.326 11.327 28.283 0 16.956-11.327 28.283-11.326 11.326-28.282 11.326H106.218Zm139.783-139.218q-32.478 0-56.131-23.87-23.652-23.87-23.652-55.914v-453.434q0-32.478 23.652-56.131 23.653-23.652 56.131-23.652h607.781q32.479 0 55.849 23.652 23.37 23.653 23.37 56.131v453.434q0 32.044-23.37 55.914-23.37 23.87-55.849 23.87H246.001Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M246.001-243.391q-32.74 0-56.262-23.87-23.521-23.87-23.521-55.914v-453.434q0-32.74 23.521-56.261 23.522-23.522 56.262-23.522h607.781q32.507 0 55.863 23.522 23.356 23.521 23.356 56.261v453.434q0 32.044-23.356 55.914-23.356 23.87-55.863 23.87H246.001Zm280.086-230.697L246.001-703.739v380.564h607.781v-380.564L573.696-474.088q-11.02 8.131-24.184 8.131-13.164 0-23.425-8.131Zm23.522-59.608 299.173-242.913H251.001l298.608 242.913ZM106.218-104.173q-32.507 0-55.863-23.856t-23.356-55.362v-512.608q0-16.707 11.502-28.158 11.502-11.452 28.283-11.452t28.107 11.452q11.327 11.451 11.327 28.158v512.608h680.391q16.706 0 28.157 11.501 11.452 11.502 11.452 28.283t-11.452 28.108q-11.451 11.326-28.157 11.326H106.218Zm747.564-598.436v-74H246.001v74-74h607.781v74Z"/></svg>
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
/******/ (() => { // webpackBootstrap
|
|
2
|
+
/******/ "use strict";
|
|
3
|
+
/******/ var __webpack_modules__ = ({
|
|
4
|
+
|
|
5
|
+
/***/ 72915:
|
|
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: "M526.087-474.088q10.261 8.131 23.522 8.131t24.087-8.131l280.086-229.651v-72.87L549.609-533.696 246.001-776.609v72.87l280.086 229.651ZM106.218-104.173q-32.479 0-55.849-23.87Q27-151.913 27-183.391v-512.608q0-16.957 11.327-28.283 11.326-11.327 28.283-11.327 16.956 0 28.282 11.327 11.327 11.326 11.327 28.283v512.608H786.61q16.956 0 28.282 11.326 11.327 11.326 11.327 28.283 0 16.956-11.327 28.283-11.326 11.326-28.282 11.326H106.218Zm139.783-139.218q-32.478 0-56.131-23.87-23.652-23.87-23.652-55.914v-453.434q0-32.478 23.652-56.131 23.653-23.652 56.131-23.652h607.781q32.479 0 55.849 23.652 23.37 23.653 23.37 56.131v453.434q0 32.044-23.37 55.914-23.37 23.87-55.849 23.87H246.001Z"
|
|
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=\"M526.087-474.088q10.261 8.131 23.522 8.131t24.087-8.131l280.086-229.651v-72.87L549.609-533.696 246.001-776.609v72.87l280.086 229.651ZM106.218-104.173q-32.479 0-55.849-23.87Q27-151.913 27-183.391v-512.608q0-16.957 11.327-28.283 11.326-11.327 28.283-11.327 16.956 0 28.282 11.327 11.327 11.326 11.327 28.283v512.608H786.61q16.956 0 28.282 11.326 11.327 11.326 11.327 28.283 0 16.956-11.327 28.283-11.326 11.326-28.282 11.326H106.218Zm139.783-139.218q-32.478 0-56.131-23.87-23.652-23.87-23.652-55.914v-453.434q0-32.478 23.652-56.131 23.653-23.652 56.131-23.652h607.781q32.479 0 55.849 23.652 23.37 23.653 23.37 56.131v453.434q0 32.044-23.37 55.914-23.37 23.87-55.849 23.87H246.001Z\"/></svg>");
|
|
29
|
+
|
|
30
|
+
/***/ }),
|
|
31
|
+
|
|
32
|
+
/***/ 40574:
|
|
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: "M246.001-243.391q-32.74 0-56.262-23.87-23.521-23.87-23.521-55.914v-453.434q0-32.74 23.521-56.261 23.522-23.522 56.262-23.522h607.781q32.507 0 55.863 23.522 23.356 23.521 23.356 56.261v453.434q0 32.044-23.356 55.914-23.356 23.87-55.863 23.87H246.001Zm280.086-230.697L246.001-703.739v380.564h607.781v-380.564L573.696-474.088q-11.02 8.131-24.184 8.131-13.164 0-23.425-8.131Zm23.522-59.608 299.173-242.913H251.001l298.608 242.913ZM106.218-104.173q-32.507 0-55.863-23.856t-23.356-55.362v-512.608q0-16.707 11.502-28.158 11.502-11.452 28.283-11.452t28.107 11.452q11.327 11.451 11.327 28.158v512.608h680.391q16.706 0 28.157 11.501 11.452 11.502 11.452 28.283t-11.452 28.108q-11.451 11.326-28.157 11.326H106.218Zm747.564-598.436v-74H246.001v74-74h607.781v74Z"
|
|
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=\"M246.001-243.391q-32.74 0-56.262-23.87-23.521-23.87-23.521-55.914v-453.434q0-32.74 23.521-56.261 23.522-23.522 56.262-23.522h607.781q32.507 0 55.863 23.522 23.356 23.521 23.356 56.261v453.434q0 32.044-23.356 55.914-23.356 23.87-55.863 23.87H246.001Zm280.086-230.697L246.001-703.739v380.564h607.781v-380.564L573.696-474.088q-11.02 8.131-24.184 8.131-13.164 0-23.425-8.131Zm23.522-59.608 299.173-242.913H251.001l298.608 242.913ZM106.218-104.173q-32.507 0-55.863-23.856t-23.356-55.362v-512.608q0-16.707 11.502-28.158 11.502-11.452 28.283-11.452t28.107 11.452q11.327 11.451 11.327 28.158v512.608h680.391q16.706 0 28.157 11.501 11.452 11.502 11.452 28.283t-11.452 28.108q-11.451 11.326-28.157 11.326H106.218Zm747.564-598.436v-74H246.001v74-74h607.781v74Z\"/></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 */ ThreadSVG: () => (/* binding */ ThreadSVG),
|
|
140
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
141
|
+
/* harmony export */ });
|
|
142
|
+
/* harmony import */ var _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(72915);
|
|
143
|
+
/* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(40574);
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
const ThreadSVG = (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__ = (ThreadSVG);
|
|
153
|
+
|
|
154
|
+
})();
|
|
155
|
+
|
|
156
|
+
module.exports = __webpack_exports__;
|
|
157
|
+
/******/ })()
|
|
158
|
+
;
|
|
159
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg/Thread/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,4xBAA4xB;;;;;;;;;;;;;ACd3yB;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,m2BAAm2B;;;;;;;ACdl3B;;;;;;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,YAAY,CAAC,SAA6B;AALvD;AAME,QAAM,WAAU,kCAAM,YAAN,YAAiB;AAEjC,SAAO,YAAY,aAAa,0DAAW,GAAG,+DAAS;AACzD;AAEA,iEAAe,SAAS,EAAC","sources":["webpack://icons/./src/svg/Thread/icon-fill.svg","webpack://icons/./src/svg/Thread/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/Thread/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: \"M526.087-474.088q10.261 8.131 23.522 8.131t24.087-8.131l280.086-229.651v-72.87L549.609-533.696 246.001-776.609v72.87l280.086 229.651ZM106.218-104.173q-32.479 0-55.849-23.87Q27-151.913 27-183.391v-512.608q0-16.957 11.327-28.283 11.326-11.327 28.283-11.327 16.956 0 28.282 11.327 11.327 11.326 11.327 28.283v512.608H786.61q16.956 0 28.282 11.326 11.327 11.326 11.327 28.283 0 16.956-11.327 28.283-11.326 11.326-28.282 11.326H106.218Zm139.783-139.218q-32.478 0-56.131-23.87-23.652-23.87-23.652-55.914v-453.434q0-32.478 23.652-56.131 23.653-23.652 56.131-23.652h607.781q32.479 0 55.849 23.652 23.37 23.653 23.37 56.131v453.434q0 32.044-23.37 55.914-23.37 23.87-55.849 23.87H246.001Z\"\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=\\\"M526.087-474.088q10.261 8.131 23.522 8.131t24.087-8.131l280.086-229.651v-72.87L549.609-533.696 246.001-776.609v72.87l280.086 229.651ZM106.218-104.173q-32.479 0-55.849-23.87Q27-151.913 27-183.391v-512.608q0-16.957 11.327-28.283 11.326-11.327 28.283-11.327 16.956 0 28.282 11.327 11.327 11.326 11.327 28.283v512.608H786.61q16.956 0 28.282 11.326 11.327 11.326 11.327 28.283 0 16.956-11.327 28.283-11.326 11.326-28.282 11.326H106.218Zm139.783-139.218q-32.478 0-56.131-23.87-23.652-23.87-23.652-55.914v-453.434q0-32.478 23.652-56.131 23.653-23.652 56.131-23.652h607.781q32.479 0 55.849 23.652 23.37 23.653 23.37 56.131v453.434q0 32.044-23.37 55.914-23.37 23.87-55.849 23.87H246.001Z\\\"/></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: \"M246.001-243.391q-32.74 0-56.262-23.87-23.521-23.87-23.521-55.914v-453.434q0-32.74 23.521-56.261 23.522-23.522 56.262-23.522h607.781q32.507 0 55.863 23.522 23.356 23.521 23.356 56.261v453.434q0 32.044-23.356 55.914-23.356 23.87-55.863 23.87H246.001Zm280.086-230.697L246.001-703.739v380.564h607.781v-380.564L573.696-474.088q-11.02 8.131-24.184 8.131-13.164 0-23.425-8.131Zm23.522-59.608 299.173-242.913H251.001l298.608 242.913ZM106.218-104.173q-32.507 0-55.863-23.856t-23.356-55.362v-512.608q0-16.707 11.502-28.158 11.502-11.452 28.283-11.452t28.107 11.452q11.327 11.451 11.327 28.158v512.608h680.391q16.706 0 28.157 11.501 11.452 11.502 11.452 28.283t-11.452 28.108q-11.451 11.326-28.157 11.326H106.218Zm747.564-598.436v-74H246.001v74-74h607.781v74Z\"\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=\\\"M246.001-243.391q-32.74 0-56.262-23.87-23.521-23.87-23.521-55.914v-453.434q0-32.74 23.521-56.261 23.522-23.522 56.262-23.522h607.781q32.507 0 55.863 23.522 23.356 23.521 23.356 56.261v453.434q0 32.044-23.356 55.914-23.356 23.87-55.863 23.87H246.001Zm280.086-230.697L246.001-703.739v380.564h607.781v-380.564L573.696-474.088q-11.02 8.131-24.184 8.131-13.164 0-23.425-8.131Zm23.522-59.608 299.173-242.913H251.001l298.608 242.913ZM106.218-104.173q-32.507 0-55.863-23.856t-23.356-55.362v-512.608q0-16.707 11.502-28.158 11.502-11.452 28.283-11.452t28.107 11.452q11.327 11.451 11.327 28.158v512.608h680.391q16.706 0 28.157 11.501 11.452 11.502 11.452 28.283t-11.452 28.108q-11.451 11.326-28.157 11.326H106.218Zm747.564-598.436v-74H246.001v74-74h607.781v74Z\\\"/></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 ThreadSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default ThreadSVG;\n"],"names":[],"sourceRoot":""}
|
package/svg/index.d.ts
CHANGED