@epilot360/icons 1.16.13 → 1.16.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +154 -9
- package/build/index.js.map +1 -1
- package/build/react/AddTask/index.d.ts +4 -0
- package/build/react/AddTask/index.js +209 -0
- package/build/react/AddTask/index.js.map +1 -0
- package/build/react/EpilotIcon.d.ts +2 -0
- package/build/react/EpilotIcon.js +112 -1
- package/build/react/EpilotIcon.js.map +1 -1
- package/build/react/index.d.ts +1 -0
- package/build/react/index.js +118 -4
- package/build/react/index.js.map +1 -1
- package/build/svg/AddTask/icon-fill.svg +1 -0
- package/build/svg/AddTask/icon.svg +1 -0
- package/build/svg/AddTask/index.d.ts +3 -0
- package/build/svg/AddTask/index.js +159 -0
- package/build/svg/AddTask/index.js.map +1 -0
- package/build/svg/index.d.ts +1 -0
- package/build/svg/index.js +85 -4
- package/build/svg/index.js.map +1 -1
- package/build/svg/svgIcon.d.ts +1 -0
- package/build/svg/svgIcon.js +79 -1
- package/build/svg/svgIcon.js.map +1 -1
- package/build/version.json +2 -2
- package/dist/bundle.js +1 -1
- package/dist/bundle.js.map +1 -1
- package/dist/version.json +2 -2
- package/icons.config.yaml +4 -0
- package/index.js +154 -9
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/react/AddTask/index.d.ts +4 -0
- package/react/AddTask/index.js +209 -0
- package/react/AddTask/index.js.map +1 -0
- package/react/EpilotIcon.d.ts +2 -0
- package/react/EpilotIcon.js +112 -1
- package/react/EpilotIcon.js.map +1 -1
- package/react/index.d.ts +1 -0
- package/react/index.js +118 -4
- package/react/index.js.map +1 -1
- package/src/react/AddTask/index.tsx +22 -0
- package/src/react/AddTask/story.stories.tsx +13 -0
- package/src/react/EpilotIcon.tsx +2 -0
- package/src/react/index.ts +1 -0
- package/src/svg/AddTask/icon-fill.svg +1 -0
- package/src/svg/AddTask/icon.svg +1 -0
- package/src/svg/AddTask/index.ts +12 -0
- package/src/svg/index.ts +1 -0
- package/src/svg/svgIcon.ts +2 -0
- package/svg/AddTask/icon-fill.svg +1 -0
- package/svg/AddTask/icon.svg +1 -0
- package/svg/AddTask/index.d.ts +3 -0
- package/svg/AddTask/index.js +159 -0
- package/svg/AddTask/index.js.map +1 -0
- package/svg/index.d.ts +1 -0
- package/svg/index.js +85 -4
- package/svg/index.js.map +1 -1
- package/svg/svgIcon.d.ts +1 -0
- package/svg/svgIcon.js +79 -1
- package/svg/svgIcon.js.map +1 -1
- package/version.json +2 -2
package/svg/svgIcon.d.ts
CHANGED
|
@@ -170,6 +170,7 @@ export declare const svgMap: {
|
|
|
170
170
|
dangerous: (opts?: IconProps) => string;
|
|
171
171
|
apartment: (opts?: IconProps) => string;
|
|
172
172
|
play_circle: (opts?: IconProps) => string;
|
|
173
|
+
add_task: (opts?: IconProps) => string;
|
|
173
174
|
};
|
|
174
175
|
export type IconSVGName = keyof typeof svgMap;
|
|
175
176
|
type Opts = IconProps & {
|
package/svg/svgIcon.js
CHANGED
|
@@ -380,6 +380,60 @@ var SvgIcon = function SvgIcon(props) {
|
|
|
380
380
|
|
|
381
381
|
/***/ }),
|
|
382
382
|
|
|
383
|
+
/***/ 54065:
|
|
384
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
385
|
+
|
|
386
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
387
|
+
/* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
388
|
+
/* harmony export */ });
|
|
389
|
+
/* unused harmony export ReactComponent */
|
|
390
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
391
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
392
|
+
var _path;
|
|
393
|
+
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); }
|
|
394
|
+
|
|
395
|
+
var SvgIconFill = function SvgIconFill(props) {
|
|
396
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
397
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
398
|
+
width: 48,
|
|
399
|
+
height: 48,
|
|
400
|
+
viewBox: "0 -960 960 960"
|
|
401
|
+
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
402
|
+
d: "M480-65.869q-85.826 0-161.37-32.348-75.543-32.348-131.804-88.609-56.261-56.261-88.61-131.804Q65.87-394.174 65.87-480q0-85.826 32.348-161.37 32.348-75.543 88.609-131.804 56.261-56.261 131.804-88.892 75.544-32.63 161.37-32.63 56.695 0 109.978 15.804Q643.261-863.088 691-832.479q14.392 7 18.022 22.956 3.631 15.957-6.065 28.783-9.696 13.392-25.935 16.37-16.239 2.979-31.196-4.021-36.913-23.044-79.26-34.783-42.348-11.739-86.565-11.739-140.114 0-237.513 97.4-97.4 97.399-97.4 237.513t97.5 237.513q97.501 97.4 237.76 97.4 22.566 0 44.196-3.37 21.63-3.369 42.543-9.108 17.522-3.435 32.979 3.326 15.456 6.761 21.587 22.718 6.13 15.956-1.348 30.848-7.478 14.891-22.87 18.891-29.174 8.174-58.5 12.044-29.325 3.87-58.934 3.87ZM760.391-280.39H680q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108T680-359.609h80.391V-440q0-16.707 11.501-28.158 11.502-11.451 28.283-11.451 16.782 0 28.108 11.451T839.609-440v80.391H920q16.707 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108T920-280.391h-80.391V-200q0 16.707-11.501 28.158-11.502 11.451-28.283 11.451-16.782 0-28.108-11.451T760.391-200v-80.391ZM419.87-403.696l389.739-390.305q11.381-11.261 27.995-11.261t28.875 11.761q12.261 12.327 12.261 28.718 0 16.392-12.261 28.653L448.218-317.87q-12.392 11.827-28.631 11.827t-28.066-11.827L275.739-434.652q-11.261-11.261-10.761-27.87.5-16.608 11.6-28.435 11.666-11.261 28.718-11.261t28.313 11.261l86.261 87.261Z"
|
|
403
|
+
})));
|
|
404
|
+
};
|
|
405
|
+
|
|
406
|
+
/* 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=\"M480-65.869q-85.826 0-161.37-32.348-75.543-32.348-131.804-88.609-56.261-56.261-88.61-131.804Q65.87-394.174 65.87-480q0-85.826 32.348-161.37 32.348-75.543 88.609-131.804 56.261-56.261 131.804-88.892 75.544-32.63 161.37-32.63 56.695 0 109.978 15.804Q643.261-863.088 691-832.479q14.392 7 18.022 22.956 3.631 15.957-6.065 28.783-9.696 13.392-25.935 16.37-16.239 2.979-31.196-4.021-36.913-23.044-79.26-34.783-42.348-11.739-86.565-11.739-140.114 0-237.513 97.4-97.4 97.399-97.4 237.513t97.5 237.513q97.501 97.4 237.76 97.4 22.566 0 44.196-3.37 21.63-3.369 42.543-9.108 17.522-3.435 32.979 3.326 15.456 6.761 21.587 22.718 6.13 15.956-1.348 30.848-7.478 14.891-22.87 18.891-29.174 8.174-58.5 12.044-29.325 3.87-58.934 3.87ZM760.391-280.39H680q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108T680-359.609h80.391V-440q0-16.707 11.501-28.158 11.502-11.451 28.283-11.451 16.782 0 28.108 11.451T839.609-440v80.391H920q16.707 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108T920-280.391h-80.391V-200q0 16.707-11.501 28.158-11.502 11.451-28.283 11.451-16.782 0-28.108-11.451T760.391-200v-80.391ZM419.87-403.696l389.739-390.305q11.381-11.261 27.995-11.261t28.875 11.761q12.261 12.327 12.261 28.718 0 16.392-12.261 28.653L448.218-317.87q-12.392 11.827-28.631 11.827t-28.066-11.827L275.739-434.652q-11.261-11.261-10.761-27.87.5-16.608 11.6-28.435 11.666-11.261 28.718-11.261t28.313 11.261l86.261 87.261Z\"/></svg>");
|
|
407
|
+
|
|
408
|
+
/***/ }),
|
|
409
|
+
|
|
410
|
+
/***/ 31708:
|
|
411
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
412
|
+
|
|
413
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
414
|
+
/* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
415
|
+
/* harmony export */ });
|
|
416
|
+
/* unused harmony export ReactComponent */
|
|
417
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
418
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
419
|
+
var _path;
|
|
420
|
+
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); }
|
|
421
|
+
|
|
422
|
+
var SvgIcon = function SvgIcon(props) {
|
|
423
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
424
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
425
|
+
width: 48,
|
|
426
|
+
height: 48,
|
|
427
|
+
viewBox: "0 -960 960 960"
|
|
428
|
+
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
429
|
+
d: "M480-65.869q-85.826 0-161.37-32.348-75.543-32.348-131.804-88.609-56.261-56.261-88.61-131.804Q65.87-394.174 65.87-480q0-85.826 32.348-161.37 32.348-75.543 88.609-131.804 56.261-56.261 131.804-88.892 75.544-32.63 161.37-32.63 56.695 0 109.978 15.804Q643.261-863.088 691-832.479q14.392 7 18.022 22.956 3.631 15.957-6.065 28.783-9.696 13.392-25.935 16.37-16.239 2.979-31.196-4.021-36.913-23.044-79.26-34.783-42.348-11.739-86.565-11.739-140.114 0-237.513 97.4-97.4 97.399-97.4 237.513t97.5 237.513q97.501 97.4 237.76 97.4 22.566 0 44.196-3.37 21.63-3.369 42.543-9.108 17.522-3.435 32.979 3.326 15.456 6.761 21.587 22.718 6.13 15.956-1.348 30.848-7.478 14.891-22.87 18.891-29.174 8.174-58.5 12.044-29.325 3.87-58.934 3.87ZM760.391-280.39H680q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108T680-359.609h80.391V-440q0-16.707 11.501-28.158 11.502-11.451 28.283-11.451 16.782 0 28.108 11.451T839.609-440v80.391H920q16.707 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108T920-280.391h-80.391V-200q0 16.707-11.501 28.158-11.502 11.451-28.283 11.451-16.782 0-28.108-11.451T760.391-200v-80.391ZM419.87-403.696l389.739-390.305q11.381-11.261 27.995-11.261t28.875 11.761q12.261 12.327 12.261 28.718 0 16.392-12.261 28.653L448.218-317.87q-12.392 11.827-28.631 11.827t-28.066-11.827L275.739-434.652q-11.261-11.261-10.761-27.87.5-16.608 11.6-28.435 11.666-11.261 28.718-11.261t28.313 11.261l86.261 87.261Z"
|
|
430
|
+
})));
|
|
431
|
+
};
|
|
432
|
+
|
|
433
|
+
/* 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=\"M480-65.869q-85.826 0-161.37-32.348-75.543-32.348-131.804-88.609-56.261-56.261-88.61-131.804Q65.87-394.174 65.87-480q0-85.826 32.348-161.37 32.348-75.543 88.609-131.804 56.261-56.261 131.804-88.892 75.544-32.63 161.37-32.63 56.695 0 109.978 15.804Q643.261-863.088 691-832.479q14.392 7 18.022 22.956 3.631 15.957-6.065 28.783-9.696 13.392-25.935 16.37-16.239 2.979-31.196-4.021-36.913-23.044-79.26-34.783-42.348-11.739-86.565-11.739-140.114 0-237.513 97.4-97.4 97.399-97.4 237.513t97.5 237.513q97.501 97.4 237.76 97.4 22.566 0 44.196-3.37 21.63-3.369 42.543-9.108 17.522-3.435 32.979 3.326 15.456 6.761 21.587 22.718 6.13 15.956-1.348 30.848-7.478 14.891-22.87 18.891-29.174 8.174-58.5 12.044-29.325 3.87-58.934 3.87ZM760.391-280.39H680q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108T680-359.609h80.391V-440q0-16.707 11.501-28.158 11.502-11.451 28.283-11.451 16.782 0 28.108 11.451T839.609-440v80.391H920q16.707 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108T920-280.391h-80.391V-200q0 16.707-11.501 28.158-11.502 11.451-28.283 11.451-16.782 0-28.108-11.451T760.391-200v-80.391ZM419.87-403.696l389.739-390.305q11.381-11.261 27.995-11.261t28.875 11.761q12.261 12.327 12.261 28.718 0 16.392-12.261 28.653L448.218-317.87q-12.392 11.827-28.631 11.827t-28.066-11.827L275.739-434.652q-11.261-11.261-10.761-27.87.5-16.608 11.6-28.435 11.666-11.261 28.718-11.261t28.313 11.261l86.261 87.261Z\"/></svg>");
|
|
434
|
+
|
|
435
|
+
/***/ }),
|
|
436
|
+
|
|
383
437
|
/***/ 66277:
|
|
384
438
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
385
439
|
|
|
@@ -9353,6 +9407,27 @@ const AddLinkSVG = (opts) => {
|
|
|
9353
9407
|
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (AddLinkSVG)));
|
|
9354
9408
|
|
|
9355
9409
|
|
|
9410
|
+
/***/ }),
|
|
9411
|
+
|
|
9412
|
+
/***/ 55011:
|
|
9413
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9414
|
+
|
|
9415
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9416
|
+
/* harmony export */ AddTaskSVG: () => (/* binding */ AddTaskSVG)
|
|
9417
|
+
/* harmony export */ });
|
|
9418
|
+
/* harmony import */ var _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(54065);
|
|
9419
|
+
/* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(31708);
|
|
9420
|
+
|
|
9421
|
+
|
|
9422
|
+
|
|
9423
|
+
const AddTaskSVG = (opts) => {
|
|
9424
|
+
var _a;
|
|
9425
|
+
const variant = (_a = opts == null ? void 0 : opts.variant) != null ? _a : "filled";
|
|
9426
|
+
return variant === "outlined" ? _icon_svg__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z : _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z;
|
|
9427
|
+
};
|
|
9428
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (AddTaskSVG)));
|
|
9429
|
+
|
|
9430
|
+
|
|
9356
9431
|
/***/ }),
|
|
9357
9432
|
|
|
9358
9433
|
/***/ 79715:
|
|
@@ -13031,6 +13106,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13031
13106
|
/* harmony import */ var _Dangerous__WEBPACK_IMPORTED_MODULE_167__ = __webpack_require__(22786);
|
|
13032
13107
|
/* harmony import */ var _Apartment__WEBPACK_IMPORTED_MODULE_168__ = __webpack_require__(15551);
|
|
13033
13108
|
/* harmony import */ var _PlayCircle__WEBPACK_IMPORTED_MODULE_169__ = __webpack_require__(20450);
|
|
13109
|
+
/* harmony import */ var _AddTask__WEBPACK_IMPORTED_MODULE_170__ = __webpack_require__(55011);
|
|
13034
13110
|
|
|
13035
13111
|
var __defProp = Object.defineProperty;
|
|
13036
13112
|
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
@@ -13228,6 +13304,7 @@ var __objRest = (source, exclude) => {
|
|
|
13228
13304
|
|
|
13229
13305
|
|
|
13230
13306
|
|
|
13307
|
+
|
|
13231
13308
|
|
|
13232
13309
|
|
|
13233
13310
|
const svgMap = {
|
|
@@ -13400,7 +13477,8 @@ const svgMap = {
|
|
|
13400
13477
|
recycling: _Recycling__WEBPACK_IMPORTED_MODULE_166__.RecyclingSVG,
|
|
13401
13478
|
dangerous: _Dangerous__WEBPACK_IMPORTED_MODULE_167__.DangerousSVG,
|
|
13402
13479
|
apartment: _Apartment__WEBPACK_IMPORTED_MODULE_168__.ApartmentSVG,
|
|
13403
|
-
play_circle: _PlayCircle__WEBPACK_IMPORTED_MODULE_169__.PlayCircleSVG
|
|
13480
|
+
play_circle: _PlayCircle__WEBPACK_IMPORTED_MODULE_169__.PlayCircleSVG,
|
|
13481
|
+
add_task: _AddTask__WEBPACK_IMPORTED_MODULE_170__.AddTaskSVG
|
|
13404
13482
|
};
|
|
13405
13483
|
const defaultOpts = {
|
|
13406
13484
|
name: "epilot",
|