@epilot360/icons 1.16.17 → 1.16.19
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 +8 -0
- package/index.js +1481 -1191
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/react/CalendarToday/index.d.ts +4 -0
- package/react/CalendarToday/index.js +209 -0
- package/react/CalendarToday/index.js.map +1 -0
- package/react/EpilotIcon.d.ts +4 -0
- package/react/EpilotIcon.js +518 -296
- package/react/EpilotIcon.js.map +1 -1
- package/react/FileShared/index.d.ts +4 -0
- package/react/FileShared/index.js +209 -0
- package/react/FileShared/index.js.map +1 -0
- package/react/index.d.ts +2 -0
- package/react/index.js +823 -595
- package/react/index.js.map +1 -1
- package/svg/CalendarToday/icon-fill.svg +1 -0
- package/svg/CalendarToday/icon.svg +1 -0
- package/svg/CalendarToday/index.d.ts +3 -0
- package/svg/CalendarToday/index.js +159 -0
- package/svg/CalendarToday/index.js.map +1 -0
- package/svg/FileShared/icon-fill.svg +1 -0
- package/svg/FileShared/icon.svg +1 -0
- package/svg/FileShared/index.d.ts +3 -0
- package/svg/FileShared/index.js +159 -0
- package/svg/FileShared/index.js.map +1 -0
- package/svg/index.d.ts +2 -0
- package/svg/index.js +757 -595
- package/svg/index.js.map +1 -1
- package/svg/svgIcon.d.ts +2 -0
- package/svg/svgIcon.js +452 -296
- package/svg/svgIcon.js.map +1 -1
- package/__mocks__/icon-file-mock.d.ts +0 -2
- package/__mocks__/icon-file-mock.js +0 -3
- package/__mocks__/icon-file-mock.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M185.087-65.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-609.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521H245v-22.913q0-15.381 11.005-26.234 11.005-10.853 26.191-10.853 15.612 0 26.513 10.853 10.9 10.853 10.9 26.234v22.913h320.782v-22.913q0-15.381 11.005-26.234 11.004-10.853 26.191-10.853 15.612 0 26.512 10.853Q715-872.99 715-857.609v22.913h59.913q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v609.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm0-79.218h589.826V-570H185.087v424.913Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M185.087-65.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-609.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521H245v-22.913q0-15.381 11.005-26.234 11.005-10.853 26.191-10.853 15.612 0 26.513 10.853 10.9 10.853 10.9 26.234v22.913h320.782v-22.913q0-15.381 11.005-26.234 11.004-10.853 26.191-10.853 15.612 0 26.512 10.853Q715-872.99 715-857.609v22.913h59.913q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v609.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm0-79.218h589.826V-570H185.087v424.913Zm0-484.913h589.826v-124.913H185.087V-630Zm0 0v-124.913V-630Z"/></svg>
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
/******/ (() => { // webpackBootstrap
|
|
2
|
+
/******/ "use strict";
|
|
3
|
+
/******/ var __webpack_modules__ = ({
|
|
4
|
+
|
|
5
|
+
/***/ 50361:
|
|
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: "M185.087-65.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-609.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521H245v-22.913q0-15.381 11.005-26.234 11.005-10.853 26.191-10.853 15.612 0 26.513 10.853 10.9 10.853 10.9 26.234v22.913h320.782v-22.913q0-15.381 11.005-26.234 11.004-10.853 26.191-10.853 15.612 0 26.512 10.853Q715-872.99 715-857.609v22.913h59.913q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v609.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm0-79.218h589.826V-570H185.087v424.913Z"
|
|
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=\"M185.087-65.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-609.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521H245v-22.913q0-15.381 11.005-26.234 11.005-10.853 26.191-10.853 15.612 0 26.513 10.853 10.9 10.853 10.9 26.234v22.913h320.782v-22.913q0-15.381 11.005-26.234 11.004-10.853 26.191-10.853 15.612 0 26.512 10.853Q715-872.99 715-857.609v22.913h59.913q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v609.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm0-79.218h589.826V-570H185.087v424.913Z\"/></svg>");
|
|
29
|
+
|
|
30
|
+
/***/ }),
|
|
31
|
+
|
|
32
|
+
/***/ 33903:
|
|
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: "M185.087-65.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-609.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521H245v-22.913q0-15.381 11.005-26.234 11.005-10.853 26.191-10.853 15.612 0 26.513 10.853 10.9 10.853 10.9 26.234v22.913h320.782v-22.913q0-15.381 11.005-26.234 11.004-10.853 26.191-10.853 15.612 0 26.512 10.853Q715-872.99 715-857.609v22.913h59.913q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v609.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm0-79.218h589.826V-570H185.087v424.913Zm0-484.913h589.826v-124.913H185.087V-630Zm0 0v-124.913V-630Z"
|
|
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=\"M185.087-65.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-609.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521H245v-22.913q0-15.381 11.005-26.234 11.005-10.853 26.191-10.853 15.612 0 26.513 10.853 10.9 10.853 10.9 26.234v22.913h320.782v-22.913q0-15.381 11.005-26.234 11.004-10.853 26.191-10.853 15.612 0 26.512 10.853Q715-872.99 715-857.609v22.913h59.913q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v609.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm0-79.218h589.826V-570H185.087v424.913Zm0-484.913h589.826v-124.913H185.087V-630Zm0 0v-124.913V-630Z\"/></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 */ CalendarTodaySVG: () => (/* binding */ CalendarTodaySVG),
|
|
140
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
141
|
+
/* harmony export */ });
|
|
142
|
+
/* harmony import */ var _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(50361);
|
|
143
|
+
/* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(33903);
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
const CalendarTodaySVG = (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__ = (CalendarTodaySVG);
|
|
153
|
+
|
|
154
|
+
})();
|
|
155
|
+
|
|
156
|
+
module.exports = __webpack_exports__;
|
|
157
|
+
/******/ })()
|
|
158
|
+
;
|
|
159
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg/CalendarToday/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,qoBAAqoB;;;;;;;;;;;;;ACdppB;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,isBAAisB;;;;;;;ACdhtB;;;;;;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,mBAAmB,CAAC,SAA6B;AAL9D;AAME,QAAM,WAAU,kCAAM,YAAN,YAAiB;AAEjC,SAAO,YAAY,aAAa,0DAAW,GAAG,+DAAS;AACzD;AAEA,iEAAe,gBAAgB,EAAC","sources":["webpack://icons/./src/svg/CalendarToday/icon-fill.svg","webpack://icons/./src/svg/CalendarToday/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/CalendarToday/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: \"M185.087-65.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-609.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521H245v-22.913q0-15.381 11.005-26.234 11.005-10.853 26.191-10.853 15.612 0 26.513 10.853 10.9 10.853 10.9 26.234v22.913h320.782v-22.913q0-15.381 11.005-26.234 11.004-10.853 26.191-10.853 15.612 0 26.512 10.853Q715-872.99 715-857.609v22.913h59.913q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v609.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm0-79.218h589.826V-570H185.087v424.913Z\"\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=\\\"M185.087-65.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-609.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521H245v-22.913q0-15.381 11.005-26.234 11.005-10.853 26.191-10.853 15.612 0 26.513 10.853 10.9 10.853 10.9 26.234v22.913h320.782v-22.913q0-15.381 11.005-26.234 11.004-10.853 26.191-10.853 15.612 0 26.512 10.853Q715-872.99 715-857.609v22.913h59.913q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v609.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm0-79.218h589.826V-570H185.087v424.913Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M185.087-65.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-609.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521H245v-22.913q0-15.381 11.005-26.234 11.005-10.853 26.191-10.853 15.612 0 26.513 10.853 10.9 10.853 10.9 26.234v22.913h320.782v-22.913q0-15.381 11.005-26.234 11.004-10.853 26.191-10.853 15.612 0 26.512 10.853Q715-872.99 715-857.609v22.913h59.913q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v609.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm0-79.218h589.826V-570H185.087v424.913Zm0-484.913h589.826v-124.913H185.087V-630Zm0 0v-124.913V-630Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M185.087-65.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-609.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521H245v-22.913q0-15.381 11.005-26.234 11.005-10.853 26.191-10.853 15.612 0 26.513 10.853 10.9 10.853 10.9 26.234v22.913h320.782v-22.913q0-15.381 11.005-26.234 11.004-10.853 26.191-10.853 15.612 0 26.512 10.853Q715-872.99 715-857.609v22.913h59.913q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v609.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm0-79.218h589.826V-570H185.087v424.913Zm0-484.913h589.826v-124.913H185.087V-630Zm0 0v-124.913V-630Z\\\"/></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 CalendarTodaySVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default CalendarTodaySVG;\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="M145.087-145.869q-32.507 0-55.862-23.856-23.356-23.855-23.356-55.362v-509.826q0-31.74 23.356-55.762 23.355-24.021 55.862-24.021h236.782q15.391 0 30.565 6.695 15.175 6.696 26.001 17.522l42.821 42.566h333.657q31.74 0 55.762 23.855 24.021 23.856 24.021 55.363v443.608q0 31.507-24.021 55.362-24.022 23.856-55.762 23.856H145.087ZM439-291.13h320v-10.522q0-41.435-42.5-68.217Q674-396.652 599-396.652t-117.5 26.783Q439-343.087 439-301.652v10.522Zm160-165.522q30 0 51.5-21.217 21.5-21.218 21.5-51.783 0-30-21.5-51.5t-51.5-21.5q-30 0-51.5 21.5t-21.5 51.5q0 30.565 21.5 51.783 21.5 21.217 51.5 21.217Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M145.087-145.869q-32.507 0-55.862-23.856-23.356-23.855-23.356-55.362v-509.826q0-31.74 23.356-55.762 23.355-24.021 55.862-24.021h236.782q15.974 0 30.857 6.695 14.883 6.696 25.797 17.611l42.733 42.477h333.657q31.74 0 55.762 23.855 24.021 23.856 24.021 55.363v443.608q0 31.507-24.021 55.362-24.022 23.856-55.762 23.856H145.087Zm0-79.218h669.826v-443.608H448.087l-66.218-66.218H145.087v509.826Zm0 0v-509.826 509.826ZM439-291.13h320v-10.522q0-41.435-42.5-68.217Q674-396.652 599-396.652t-117.5 26.783Q439-343.087 439-301.652v10.522Zm159.92-165.522q30.08 0 51.58-21.138 21.5-21.137 21.5-51.782 0-30.08-21.42-51.58-21.421-21.5-51.5-21.5-30.08 0-51.58 21.421-21.5 21.42-21.5 51.5 0 30.644 21.42 51.862 21.421 21.217 51.5 21.217Z"/></svg>
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
/******/ (() => { // webpackBootstrap
|
|
2
|
+
/******/ "use strict";
|
|
3
|
+
/******/ var __webpack_modules__ = ({
|
|
4
|
+
|
|
5
|
+
/***/ 57356:
|
|
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: "M145.087-145.869q-32.507 0-55.862-23.856-23.356-23.855-23.356-55.362v-509.826q0-31.74 23.356-55.762 23.355-24.021 55.862-24.021h236.782q15.391 0 30.565 6.695 15.175 6.696 26.001 17.522l42.821 42.566h333.657q31.74 0 55.762 23.855 24.021 23.856 24.021 55.363v443.608q0 31.507-24.021 55.362-24.022 23.856-55.762 23.856H145.087ZM439-291.13h320v-10.522q0-41.435-42.5-68.217Q674-396.652 599-396.652t-117.5 26.783Q439-343.087 439-301.652v10.522Zm160-165.522q30 0 51.5-21.217 21.5-21.218 21.5-51.783 0-30-21.5-51.5t-51.5-21.5q-30 0-51.5 21.5t-21.5 51.5q0 30.565 21.5 51.783 21.5 21.217 51.5 21.217Z"
|
|
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=\"M145.087-145.869q-32.507 0-55.862-23.856-23.356-23.855-23.356-55.362v-509.826q0-31.74 23.356-55.762 23.355-24.021 55.862-24.021h236.782q15.391 0 30.565 6.695 15.175 6.696 26.001 17.522l42.821 42.566h333.657q31.74 0 55.762 23.855 24.021 23.856 24.021 55.363v443.608q0 31.507-24.021 55.362-24.022 23.856-55.762 23.856H145.087ZM439-291.13h320v-10.522q0-41.435-42.5-68.217Q674-396.652 599-396.652t-117.5 26.783Q439-343.087 439-301.652v10.522Zm160-165.522q30 0 51.5-21.217 21.5-21.218 21.5-51.783 0-30-21.5-51.5t-51.5-21.5q-30 0-51.5 21.5t-21.5 51.5q0 30.565 21.5 51.783 21.5 21.217 51.5 21.217Z\"/></svg>");
|
|
29
|
+
|
|
30
|
+
/***/ }),
|
|
31
|
+
|
|
32
|
+
/***/ 21845:
|
|
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: "M145.087-145.869q-32.507 0-55.862-23.856-23.356-23.855-23.356-55.362v-509.826q0-31.74 23.356-55.762 23.355-24.021 55.862-24.021h236.782q15.974 0 30.857 6.695 14.883 6.696 25.797 17.611l42.733 42.477h333.657q31.74 0 55.762 23.855 24.021 23.856 24.021 55.363v443.608q0 31.507-24.021 55.362-24.022 23.856-55.762 23.856H145.087Zm0-79.218h669.826v-443.608H448.087l-66.218-66.218H145.087v509.826Zm0 0v-509.826 509.826ZM439-291.13h320v-10.522q0-41.435-42.5-68.217Q674-396.652 599-396.652t-117.5 26.783Q439-343.087 439-301.652v10.522Zm159.92-165.522q30.08 0 51.58-21.138 21.5-21.137 21.5-51.782 0-30.08-21.42-51.58-21.421-21.5-51.5-21.5-30.08 0-51.58 21.421-21.5 21.42-21.5 51.5 0 30.644 21.42 51.862 21.421 21.217 51.5 21.217Z"
|
|
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=\"M145.087-145.869q-32.507 0-55.862-23.856-23.356-23.855-23.356-55.362v-509.826q0-31.74 23.356-55.762 23.355-24.021 55.862-24.021h236.782q15.974 0 30.857 6.695 14.883 6.696 25.797 17.611l42.733 42.477h333.657q31.74 0 55.762 23.855 24.021 23.856 24.021 55.363v443.608q0 31.507-24.021 55.362-24.022 23.856-55.762 23.856H145.087Zm0-79.218h669.826v-443.608H448.087l-66.218-66.218H145.087v509.826Zm0 0v-509.826 509.826ZM439-291.13h320v-10.522q0-41.435-42.5-68.217Q674-396.652 599-396.652t-117.5 26.783Q439-343.087 439-301.652v10.522Zm159.92-165.522q30.08 0 51.58-21.138 21.5-21.137 21.5-51.782 0-30.08-21.42-51.58-21.421-21.5-51.5-21.5-30.08 0-51.58 21.421-21.5 21.42-21.5 51.5 0 30.644 21.42 51.862 21.421 21.217 51.5 21.217Z\"/></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 */ FileSharedSVG: () => (/* binding */ FileSharedSVG),
|
|
140
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
141
|
+
/* harmony export */ });
|
|
142
|
+
/* harmony import */ var _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(57356);
|
|
143
|
+
/* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(21845);
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
const FileSharedSVG = (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__ = (FileSharedSVG);
|
|
153
|
+
|
|
154
|
+
})();
|
|
155
|
+
|
|
156
|
+
module.exports = __webpack_exports__;
|
|
157
|
+
/******/ })()
|
|
158
|
+
;
|
|
159
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg/FileShared/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,osBAAosB;;;;;;;;;;;;;ACdntB;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,q0BAAq0B;;;;;;;ACdp1B;;;;;;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,gBAAgB,CAAC,SAA6B;AAL3D;AAME,QAAM,WAAU,kCAAM,YAAN,YAAiB;AAEjC,SAAO,YAAY,aAAa,0DAAW,GAAG,+DAAS;AACzD;AAEA,iEAAe,aAAa,EAAC","sources":["webpack://icons/./src/svg/FileShared/icon-fill.svg","webpack://icons/./src/svg/FileShared/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/FileShared/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: \"M145.087-145.869q-32.507 0-55.862-23.856-23.356-23.855-23.356-55.362v-509.826q0-31.74 23.356-55.762 23.355-24.021 55.862-24.021h236.782q15.391 0 30.565 6.695 15.175 6.696 26.001 17.522l42.821 42.566h333.657q31.74 0 55.762 23.855 24.021 23.856 24.021 55.363v443.608q0 31.507-24.021 55.362-24.022 23.856-55.762 23.856H145.087ZM439-291.13h320v-10.522q0-41.435-42.5-68.217Q674-396.652 599-396.652t-117.5 26.783Q439-343.087 439-301.652v10.522Zm160-165.522q30 0 51.5-21.217 21.5-21.218 21.5-51.783 0-30-21.5-51.5t-51.5-21.5q-30 0-51.5 21.5t-21.5 51.5q0 30.565 21.5 51.783 21.5 21.217 51.5 21.217Z\"\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=\\\"M145.087-145.869q-32.507 0-55.862-23.856-23.356-23.855-23.356-55.362v-509.826q0-31.74 23.356-55.762 23.355-24.021 55.862-24.021h236.782q15.391 0 30.565 6.695 15.175 6.696 26.001 17.522l42.821 42.566h333.657q31.74 0 55.762 23.855 24.021 23.856 24.021 55.363v443.608q0 31.507-24.021 55.362-24.022 23.856-55.762 23.856H145.087ZM439-291.13h320v-10.522q0-41.435-42.5-68.217Q674-396.652 599-396.652t-117.5 26.783Q439-343.087 439-301.652v10.522Zm160-165.522q30 0 51.5-21.217 21.5-21.218 21.5-51.783 0-30-21.5-51.5t-51.5-21.5q-30 0-51.5 21.5t-21.5 51.5q0 30.565 21.5 51.783 21.5 21.217 51.5 21.217Z\\\"/></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: \"M145.087-145.869q-32.507 0-55.862-23.856-23.356-23.855-23.356-55.362v-509.826q0-31.74 23.356-55.762 23.355-24.021 55.862-24.021h236.782q15.974 0 30.857 6.695 14.883 6.696 25.797 17.611l42.733 42.477h333.657q31.74 0 55.762 23.855 24.021 23.856 24.021 55.363v443.608q0 31.507-24.021 55.362-24.022 23.856-55.762 23.856H145.087Zm0-79.218h669.826v-443.608H448.087l-66.218-66.218H145.087v509.826Zm0 0v-509.826 509.826ZM439-291.13h320v-10.522q0-41.435-42.5-68.217Q674-396.652 599-396.652t-117.5 26.783Q439-343.087 439-301.652v10.522Zm159.92-165.522q30.08 0 51.58-21.138 21.5-21.137 21.5-51.782 0-30.08-21.42-51.58-21.421-21.5-51.5-21.5-30.08 0-51.58 21.421-21.5 21.42-21.5 51.5 0 30.644 21.42 51.862 21.421 21.217 51.5 21.217Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M145.087-145.869q-32.507 0-55.862-23.856-23.356-23.855-23.356-55.362v-509.826q0-31.74 23.356-55.762 23.355-24.021 55.862-24.021h236.782q15.974 0 30.857 6.695 14.883 6.696 25.797 17.611l42.733 42.477h333.657q31.74 0 55.762 23.855 24.021 23.856 24.021 55.363v443.608q0 31.507-24.021 55.362-24.022 23.856-55.762 23.856H145.087Zm0-79.218h669.826v-443.608H448.087l-66.218-66.218H145.087v509.826Zm0 0v-509.826 509.826ZM439-291.13h320v-10.522q0-41.435-42.5-68.217Q674-396.652 599-396.652t-117.5 26.783Q439-343.087 439-301.652v10.522Zm159.92-165.522q30.08 0 51.58-21.138 21.5-21.137 21.5-51.782 0-30.08-21.42-51.58-21.421-21.5-51.5-21.5-30.08 0-51.58 21.421-21.5 21.42-21.5 51.5 0 30.644 21.42 51.862 21.421 21.217 51.5 21.217Z\\\"/></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 FileSharedSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default FileSharedSVG;\n"],"names":[],"sourceRoot":""}
|
package/svg/index.d.ts
CHANGED
|
@@ -28,6 +28,7 @@ export * from './ChevronLeft';
|
|
|
28
28
|
export * from './Search';
|
|
29
29
|
export * from './Settings';
|
|
30
30
|
export * from './Calendar';
|
|
31
|
+
export * from './CalendarToday';
|
|
31
32
|
export * from './Explore';
|
|
32
33
|
export * from './DragIndicator';
|
|
33
34
|
export * from './Download';
|
|
@@ -55,6 +56,7 @@ export * from './MarkMessageUnread';
|
|
|
55
56
|
export * from './MarkMessageRead';
|
|
56
57
|
export * from './MoveToInbox';
|
|
57
58
|
export * from './File';
|
|
59
|
+
export * from './FileShared';
|
|
58
60
|
export * from './Note';
|
|
59
61
|
export * from './Document';
|
|
60
62
|
export * from './Templates';
|