@medway-ui/icons 1.4.0 → 1.5.0
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/dist/components/icons/{Test.cjs → AlmostAi.cjs} +8 -8
- package/dist/components/icons/{TestTime.d.cts → AlmostAi.d.cts} +2 -2
- package/dist/components/icons/{TestTime.d.ts → AlmostAi.d.ts} +2 -2
- package/dist/components/icons/AlmostAi.js +9 -0
- package/dist/components/icons/{HistoryBack.cjs → AttentionAi.cjs} +8 -8
- package/dist/components/icons/{HistoryBack.d.cts → AttentionAi.d.cts} +2 -2
- package/dist/components/icons/{HistoryBack.d.ts → AttentionAi.d.ts} +2 -2
- package/dist/components/icons/AttentionAi.js +9 -0
- package/dist/components/icons/CalendarEdit.cjs +43 -0
- package/dist/components/icons/CalendarEdit.d.cts +6 -0
- package/dist/components/icons/CalendarEdit.d.ts +6 -0
- package/dist/components/icons/CalendarEdit.js +9 -0
- package/dist/components/icons/Card.cjs +43 -0
- package/dist/components/icons/{Test.d.cts → Card.d.cts} +2 -2
- package/dist/components/icons/{Test.d.ts → Card.d.ts} +2 -2
- package/dist/components/icons/Card.js +9 -0
- package/dist/components/icons/CloudSync.cjs +43 -0
- package/dist/components/icons/CloudSync.d.cts +6 -0
- package/dist/components/icons/CloudSync.d.ts +6 -0
- package/dist/components/icons/CloudSync.js +9 -0
- package/dist/components/icons/Compass02.cjs +43 -0
- package/dist/components/icons/Compass02.d.cts +6 -0
- package/dist/components/icons/Compass02.d.ts +6 -0
- package/dist/components/icons/Compass02.js +9 -0
- package/dist/components/icons/CriticalAi.cjs +43 -0
- package/dist/components/icons/CriticalAi.d.cts +6 -0
- package/dist/components/icons/CriticalAi.d.ts +6 -0
- package/dist/components/icons/CriticalAi.js +9 -0
- package/dist/components/icons/EventEdit.cjs +43 -0
- package/dist/components/icons/EventEdit.d.cts +6 -0
- package/dist/components/icons/EventEdit.d.ts +6 -0
- package/dist/components/icons/EventEdit.js +9 -0
- package/dist/components/icons/GoalAi.cjs +43 -0
- package/dist/components/icons/GoalAi.d.cts +6 -0
- package/dist/components/icons/GoalAi.d.ts +6 -0
- package/dist/components/icons/GoalAi.js +9 -0
- package/dist/components/icons/PlaylistAdd.cjs +43 -0
- package/dist/components/icons/PlaylistAdd.d.cts +6 -0
- package/dist/components/icons/PlaylistAdd.d.ts +6 -0
- package/dist/components/icons/PlaylistAdd.js +9 -0
- package/dist/components/icons/PlaylistCheck.cjs +43 -0
- package/dist/components/icons/PlaylistCheck.d.cts +6 -0
- package/dist/components/icons/PlaylistCheck.d.ts +6 -0
- package/dist/components/icons/PlaylistCheck.js +9 -0
- package/dist/components/icons/Postpone.cjs +43 -0
- package/dist/components/icons/Postpone.d.cts +6 -0
- package/dist/components/icons/Postpone.d.ts +6 -0
- package/dist/components/icons/Postpone.js +9 -0
- package/dist/components/icons/SuperGoalAi.cjs +43 -0
- package/dist/components/icons/SuperGoalAi.d.cts +6 -0
- package/dist/components/icons/SuperGoalAi.d.ts +6 -0
- package/dist/components/icons/SuperGoalAi.js +9 -0
- package/dist/components/icons/index.cjs +39 -15
- package/dist/components/icons/index.d.cts +13 -5
- package/dist/components/icons/index.d.ts +13 -5
- package/dist/components/icons/index.js +26 -10
- package/dist/index.d.cts +13 -5
- package/dist/index.d.ts +13 -5
- package/native/components/icons/{Test.cjs → AlmostAi.cjs} +7 -7
- package/native/components/icons/AlmostAi.d.cts +9 -0
- package/native/components/icons/AlmostAi.d.ts +9 -0
- package/native/components/icons/AlmostAi.js +11 -0
- package/native/components/icons/{HistoryBack.cjs → AttentionAi.cjs} +7 -8
- package/native/components/icons/AttentionAi.d.cts +9 -0
- package/native/components/icons/AttentionAi.d.ts +9 -0
- package/native/components/icons/AttentionAi.js +11 -0
- package/native/components/icons/CalendarEdit.cjs +45 -0
- package/native/components/icons/CalendarEdit.d.cts +9 -0
- package/native/components/icons/CalendarEdit.d.ts +9 -0
- package/native/components/icons/CalendarEdit.js +11 -0
- package/native/components/icons/Card.cjs +45 -0
- package/native/components/icons/{Test.d.cts → Card.d.cts} +3 -3
- package/native/components/icons/{Test.d.ts → Card.d.ts} +3 -3
- package/native/components/icons/Card.js +11 -0
- package/native/components/icons/CloudSync.cjs +45 -0
- package/native/components/icons/CloudSync.d.cts +9 -0
- package/native/components/icons/CloudSync.d.ts +9 -0
- package/native/components/icons/CloudSync.js +11 -0
- package/native/components/icons/Compass02.cjs +45 -0
- package/native/components/icons/Compass02.d.cts +9 -0
- package/native/components/icons/Compass02.d.ts +9 -0
- package/native/components/icons/Compass02.js +11 -0
- package/native/components/icons/CriticalAi.cjs +45 -0
- package/native/components/icons/CriticalAi.d.cts +9 -0
- package/native/components/icons/CriticalAi.d.ts +9 -0
- package/native/components/icons/CriticalAi.js +11 -0
- package/native/components/icons/EventEdit.cjs +45 -0
- package/native/components/icons/EventEdit.d.cts +9 -0
- package/native/components/icons/EventEdit.d.ts +9 -0
- package/native/components/icons/EventEdit.js +11 -0
- package/native/components/icons/GoalAi.cjs +45 -0
- package/native/components/icons/GoalAi.d.cts +9 -0
- package/native/components/icons/GoalAi.d.ts +9 -0
- package/native/components/icons/GoalAi.js +11 -0
- package/native/components/icons/PlaylistAdd.cjs +45 -0
- package/native/components/icons/PlaylistAdd.d.cts +9 -0
- package/native/components/icons/PlaylistAdd.d.ts +9 -0
- package/native/components/icons/PlaylistAdd.js +11 -0
- package/native/components/icons/PlaylistCheck.cjs +45 -0
- package/native/components/icons/PlaylistCheck.d.cts +9 -0
- package/native/components/icons/PlaylistCheck.d.ts +9 -0
- package/native/components/icons/PlaylistCheck.js +11 -0
- package/native/components/icons/Postpone.cjs +45 -0
- package/native/components/icons/Postpone.d.cts +9 -0
- package/native/components/icons/Postpone.d.ts +9 -0
- package/native/components/icons/Postpone.js +11 -0
- package/native/components/icons/SuperGoalAi.cjs +45 -0
- package/native/components/icons/SuperGoalAi.d.cts +9 -0
- package/native/components/icons/SuperGoalAi.d.ts +9 -0
- package/native/components/icons/SuperGoalAi.js +11 -0
- package/native/components/icons/index.cjs +39 -15
- package/native/components/icons/index.d.cts +13 -5
- package/native/components/icons/index.d.ts +13 -5
- package/native/components/icons/index.js +26 -10
- package/native/index.d.cts +79 -31
- package/native/index.d.ts +79 -31
- package/package.json +8 -1
- package/dist/components/icons/Flame.cjs +0 -43
- package/dist/components/icons/Flame.d.cts +0 -6
- package/dist/components/icons/Flame.d.ts +0 -6
- package/dist/components/icons/Flame.js +0 -9
- package/dist/components/icons/HistoryBack.js +0 -9
- package/dist/components/icons/MedbrainFullAi.cjs +0 -43
- package/dist/components/icons/MedbrainFullAi.d.cts +0 -6
- package/dist/components/icons/MedbrainFullAi.d.ts +0 -6
- package/dist/components/icons/MedbrainFullAi.js +0 -9
- package/dist/components/icons/Test.js +0 -9
- package/dist/components/icons/TestTime.cjs +0 -43
- package/dist/components/icons/TestTime.js +0 -9
- package/native/components/icons/Flame.cjs +0 -45
- package/native/components/icons/Flame.d.cts +0 -9
- package/native/components/icons/Flame.d.ts +0 -9
- package/native/components/icons/Flame.js +0 -11
- package/native/components/icons/HistoryBack.d.cts +0 -9
- package/native/components/icons/HistoryBack.d.ts +0 -9
- package/native/components/icons/HistoryBack.js +0 -12
- package/native/components/icons/MedbrainFullAi.cjs +0 -48
- package/native/components/icons/MedbrainFullAi.d.cts +0 -9
- package/native/components/icons/MedbrainFullAi.d.ts +0 -9
- package/native/components/icons/MedbrainFullAi.js +0 -14
- package/native/components/icons/Test.js +0 -11
- package/native/components/icons/TestTime.cjs +0 -49
- package/native/components/icons/TestTime.d.cts +0 -9
- package/native/components/icons/TestTime.d.ts +0 -9
- package/native/components/icons/TestTime.js +0 -15
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IconProps } from '../Icon.cjs';
|
|
2
|
+
import React__default from 'react';
|
|
3
|
+
|
|
4
|
+
declare const GoalAi: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
|
|
5
|
+
|
|
6
|
+
export { GoalAi };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IconProps } from '../Icon.js';
|
|
2
|
+
import React__default from 'react';
|
|
3
|
+
|
|
4
|
+
declare const GoalAi: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
|
|
5
|
+
|
|
6
|
+
export { GoalAi };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { createIcon } from "../Icon";
|
|
3
|
+
const GoalAi = createIcon(
|
|
4
|
+
/* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M12 17L22 7M22 7H14M22 7V15M6 18C5.5 20 6 19.5 4 20C5.71429 20.5714 5.5 20 6 22C6.57143 20.2857 6 20.5 8 20C6 19.5 6.5 20 6 18ZM3.5 10.5C3 12 3.5 11.5 2 12C3.5 12.5 3 12 3.5 13.5C4 12 3.5 12.5 5 12C3.5 11.5 4 12 3.5 10.5ZM6 2C5.5 4 6 3.5 4 4C5.71429 4.57143 5.5 4 6 6C6.57143 4.28571 6 4.5 8 4C6 3.5 6.5 4 6 2Z", strokeLinecap: "round", strokeLinejoin: "round" }))
|
|
5
|
+
);
|
|
6
|
+
GoalAi.displayName = "GoalAi";
|
|
7
|
+
export {
|
|
8
|
+
GoalAi
|
|
9
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var PlaylistAdd_exports = {};
|
|
30
|
+
__export(PlaylistAdd_exports, {
|
|
31
|
+
PlaylistAdd: () => PlaylistAdd
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(PlaylistAdd_exports);
|
|
34
|
+
var import_react = __toESM(require("react"), 1);
|
|
35
|
+
var import_Icon = require("../Icon");
|
|
36
|
+
const PlaylistAdd = (0, import_Icon.createIcon)(
|
|
37
|
+
/* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M15 3H4.6C4.03995 3 3.76012 3 3.54621 3.10899C3.35804 3.20487 3.20476 3.35774 3.10889 3.5459C3 3.7596 3 4.0395 3 4.59845V15.0001M14 11V14M14 14V17M14 14H11M14 14H17M7 17.8002V10.2002C7 9.08009 7 8.51962 7.21799 8.0918C7.40973 7.71547 7.71547 7.40973 8.0918 7.21799C8.51962 7 9.08009 7 10.2002 7H17.8002C18.9203 7 19.4801 7 19.9079 7.21799C20.2842 7.40973 20.5905 7.71547 20.7822 8.0918C21.0002 8.51962 21.0002 9.07969 21.0002 10.1998L21.0002 17.7998C21.0002 18.9199 21.0002 19.48 20.7822 19.9078C20.5905 20.2841 20.2842 20.5905 19.9079 20.7822C19.4805 21 18.9215 21 17.8036 21H10.1969C9.07899 21 8.5192 21 8.0918 20.7822C7.71547 20.5905 7.40973 20.2842 7.21799 19.9079C7 19.4801 7 18.9203 7 17.8002Z", strokeLinecap: "round", strokeLinejoin: "round" }))
|
|
38
|
+
);
|
|
39
|
+
PlaylistAdd.displayName = "PlaylistAdd";
|
|
40
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
41
|
+
0 && (module.exports = {
|
|
42
|
+
PlaylistAdd
|
|
43
|
+
});
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IconProps } from '../Icon.cjs';
|
|
2
|
+
import React__default from 'react';
|
|
3
|
+
|
|
4
|
+
declare const PlaylistAdd: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
|
|
5
|
+
|
|
6
|
+
export { PlaylistAdd };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IconProps } from '../Icon.js';
|
|
2
|
+
import React__default from 'react';
|
|
3
|
+
|
|
4
|
+
declare const PlaylistAdd: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
|
|
5
|
+
|
|
6
|
+
export { PlaylistAdd };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { createIcon } from "../Icon";
|
|
3
|
+
const PlaylistAdd = createIcon(
|
|
4
|
+
/* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M15 3H4.6C4.03995 3 3.76012 3 3.54621 3.10899C3.35804 3.20487 3.20476 3.35774 3.10889 3.5459C3 3.7596 3 4.0395 3 4.59845V15.0001M14 11V14M14 14V17M14 14H11M14 14H17M7 17.8002V10.2002C7 9.08009 7 8.51962 7.21799 8.0918C7.40973 7.71547 7.71547 7.40973 8.0918 7.21799C8.51962 7 9.08009 7 10.2002 7H17.8002C18.9203 7 19.4801 7 19.9079 7.21799C20.2842 7.40973 20.5905 7.71547 20.7822 8.0918C21.0002 8.51962 21.0002 9.07969 21.0002 10.1998L21.0002 17.7998C21.0002 18.9199 21.0002 19.48 20.7822 19.9078C20.5905 20.2841 20.2842 20.5905 19.9079 20.7822C19.4805 21 18.9215 21 17.8036 21H10.1969C9.07899 21 8.5192 21 8.0918 20.7822C7.71547 20.5905 7.40973 20.2842 7.21799 19.9079C7 19.4801 7 18.9203 7 17.8002Z", strokeLinecap: "round", strokeLinejoin: "round" }))
|
|
5
|
+
);
|
|
6
|
+
PlaylistAdd.displayName = "PlaylistAdd";
|
|
7
|
+
export {
|
|
8
|
+
PlaylistAdd
|
|
9
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var PlaylistCheck_exports = {};
|
|
30
|
+
__export(PlaylistCheck_exports, {
|
|
31
|
+
PlaylistCheck: () => PlaylistCheck
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(PlaylistCheck_exports);
|
|
34
|
+
var import_react = __toESM(require("react"), 1);
|
|
35
|
+
var import_Icon = require("../Icon");
|
|
36
|
+
const PlaylistCheck = (0, import_Icon.createIcon)(
|
|
37
|
+
/* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M15 3H4.6C4.03995 3 3.76012 3 3.54621 3.10899C3.35804 3.20487 3.20476 3.35774 3.10889 3.5459C3 3.7596 3 4.0395 3 4.59845V15.0001M17.5 11.5L13.167 16.5L10.5 13.5M7 17.8002V10.2002C7 9.08009 7 8.51962 7.21799 8.0918C7.40973 7.71547 7.71547 7.40973 8.0918 7.21799C8.51962 7 9.08009 7 10.2002 7H17.8002C18.9203 7 19.4801 7 19.9079 7.21799C20.2842 7.40973 20.5905 7.71547 20.7822 8.0918C21.0002 8.51962 21.0002 9.07969 21.0002 10.1998L21.0002 17.7998C21.0002 18.9199 21.0002 19.48 20.7822 19.9078C20.5905 20.2841 20.2842 20.5905 19.9079 20.7822C19.4805 21 18.9215 21 17.8036 21H10.1969C9.07899 21 8.5192 21 8.0918 20.7822C7.71547 20.5905 7.40973 20.2842 7.21799 19.9079C7 19.4801 7 18.9203 7 17.8002Z", strokeLinecap: "round", strokeLinejoin: "round" }))
|
|
38
|
+
);
|
|
39
|
+
PlaylistCheck.displayName = "PlaylistCheck";
|
|
40
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
41
|
+
0 && (module.exports = {
|
|
42
|
+
PlaylistCheck
|
|
43
|
+
});
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IconProps } from '../Icon.cjs';
|
|
2
|
+
import React__default from 'react';
|
|
3
|
+
|
|
4
|
+
declare const PlaylistCheck: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
|
|
5
|
+
|
|
6
|
+
export { PlaylistCheck };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IconProps } from '../Icon.js';
|
|
2
|
+
import React__default from 'react';
|
|
3
|
+
|
|
4
|
+
declare const PlaylistCheck: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
|
|
5
|
+
|
|
6
|
+
export { PlaylistCheck };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { createIcon } from "../Icon";
|
|
3
|
+
const PlaylistCheck = createIcon(
|
|
4
|
+
/* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M15 3H4.6C4.03995 3 3.76012 3 3.54621 3.10899C3.35804 3.20487 3.20476 3.35774 3.10889 3.5459C3 3.7596 3 4.0395 3 4.59845V15.0001M17.5 11.5L13.167 16.5L10.5 13.5M7 17.8002V10.2002C7 9.08009 7 8.51962 7.21799 8.0918C7.40973 7.71547 7.71547 7.40973 8.0918 7.21799C8.51962 7 9.08009 7 10.2002 7H17.8002C18.9203 7 19.4801 7 19.9079 7.21799C20.2842 7.40973 20.5905 7.71547 20.7822 8.0918C21.0002 8.51962 21.0002 9.07969 21.0002 10.1998L21.0002 17.7998C21.0002 18.9199 21.0002 19.48 20.7822 19.9078C20.5905 20.2841 20.2842 20.5905 19.9079 20.7822C19.4805 21 18.9215 21 17.8036 21H10.1969C9.07899 21 8.5192 21 8.0918 20.7822C7.71547 20.5905 7.40973 20.2842 7.21799 19.9079C7 19.4801 7 18.9203 7 17.8002Z", strokeLinecap: "round", strokeLinejoin: "round" }))
|
|
5
|
+
);
|
|
6
|
+
PlaylistCheck.displayName = "PlaylistCheck";
|
|
7
|
+
export {
|
|
8
|
+
PlaylistCheck
|
|
9
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var Postpone_exports = {};
|
|
30
|
+
__export(Postpone_exports, {
|
|
31
|
+
Postpone: () => Postpone
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(Postpone_exports);
|
|
34
|
+
var import_react = __toESM(require("react"), 1);
|
|
35
|
+
var import_Icon = require("../Icon");
|
|
36
|
+
const Postpone = (0, import_Icon.createIcon)(
|
|
37
|
+
/* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12M7 12H12V7M17 15L20 18L17 21", strokeLinecap: "round", strokeLinejoin: "round" }))
|
|
38
|
+
);
|
|
39
|
+
Postpone.displayName = "Postpone";
|
|
40
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
41
|
+
0 && (module.exports = {
|
|
42
|
+
Postpone
|
|
43
|
+
});
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IconProps } from '../Icon.cjs';
|
|
2
|
+
import React__default from 'react';
|
|
3
|
+
|
|
4
|
+
declare const Postpone: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
|
|
5
|
+
|
|
6
|
+
export { Postpone };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IconProps } from '../Icon.js';
|
|
2
|
+
import React__default from 'react';
|
|
3
|
+
|
|
4
|
+
declare const Postpone: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
|
|
5
|
+
|
|
6
|
+
export { Postpone };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { createIcon } from "../Icon";
|
|
3
|
+
const Postpone = createIcon(
|
|
4
|
+
/* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12M7 12H12V7M17 15L20 18L17 21", strokeLinecap: "round", strokeLinejoin: "round" }))
|
|
5
|
+
);
|
|
6
|
+
Postpone.displayName = "Postpone";
|
|
7
|
+
export {
|
|
8
|
+
Postpone
|
|
9
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var SuperGoalAi_exports = {};
|
|
30
|
+
__export(SuperGoalAi_exports, {
|
|
31
|
+
SuperGoalAi: () => SuperGoalAi
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(SuperGoalAi_exports);
|
|
34
|
+
var import_react = __toESM(require("react"), 1);
|
|
35
|
+
var import_Icon = require("../Icon");
|
|
36
|
+
const SuperGoalAi = (0, import_Icon.createIcon)(
|
|
37
|
+
/* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M16 19V5M16 5L10 11M16 5L22 11M6 18C5.5 20 6 19.5 4 20C5.71429 20.5714 5.5 20 6 22C6.57143 20.2857 6 20.5 8 20C6 19.5 6.5 20 6 18ZM3.5 10.5C3 12 3.5 11.5 2 12C3.5 12.5 3 12 3.5 13.5C4 12 3.5 12.5 5 12C3.5 11.5 4 12 3.5 10.5ZM6 2C5.5 4 6 3.5 4 4C5.71429 4.57143 5.5 4 6 6C6.57143 4.28571 6 4.5 8 4C6 3.5 6.5 4 6 2Z", strokeLinecap: "round", strokeLinejoin: "round" }))
|
|
38
|
+
);
|
|
39
|
+
SuperGoalAi.displayName = "SuperGoalAi";
|
|
40
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
41
|
+
0 && (module.exports = {
|
|
42
|
+
SuperGoalAi
|
|
43
|
+
});
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IconProps } from '../Icon.cjs';
|
|
2
|
+
import React__default from 'react';
|
|
3
|
+
|
|
4
|
+
declare const SuperGoalAi: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
|
|
5
|
+
|
|
6
|
+
export { SuperGoalAi };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IconProps } from '../Icon.js';
|
|
2
|
+
import React__default from 'react';
|
|
3
|
+
|
|
4
|
+
declare const SuperGoalAi: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
|
|
5
|
+
|
|
6
|
+
export { SuperGoalAi };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { createIcon } from "../Icon";
|
|
3
|
+
const SuperGoalAi = createIcon(
|
|
4
|
+
/* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M16 19V5M16 5L10 11M16 5L22 11M6 18C5.5 20 6 19.5 4 20C5.71429 20.5714 5.5 20 6 22C6.57143 20.2857 6 20.5 8 20C6 19.5 6.5 20 6 18ZM3.5 10.5C3 12 3.5 11.5 2 12C3.5 12.5 3 12 3.5 13.5C4 12 3.5 12.5 5 12C3.5 11.5 4 12 3.5 10.5ZM6 2C5.5 4 6 3.5 4 4C5.71429 4.57143 5.5 4 6 6C6.57143 4.28571 6 4.5 8 4C6 3.5 6.5 4 6 2Z", strokeLinecap: "round", strokeLinejoin: "round" }))
|
|
5
|
+
);
|
|
6
|
+
SuperGoalAi.displayName = "SuperGoalAi";
|
|
7
|
+
export {
|
|
8
|
+
SuperGoalAi
|
|
9
|
+
};
|
|
@@ -27,6 +27,7 @@ __export(icons_exports, {
|
|
|
27
27
|
AddToQueue: () => import_AddToQueue.AddToQueue,
|
|
28
28
|
Airplay: () => import_Airplay.Airplay,
|
|
29
29
|
Alarm: () => import_Alarm.Alarm,
|
|
30
|
+
AlmostAi: () => import_AlmostAi.AlmostAi,
|
|
30
31
|
Anticipate: () => import_Anticipate.Anticipate,
|
|
31
32
|
Archive: () => import_Archive.Archive,
|
|
32
33
|
ArrowCircleDown: () => import_ArrowCircleDown.ArrowCircleDown,
|
|
@@ -77,6 +78,7 @@ __export(icons_exports, {
|
|
|
77
78
|
ArrowUpRightSm: () => import_ArrowUpRightSm.ArrowUpRightSm,
|
|
78
79
|
ArrowUpSm: () => import_ArrowUpSm.ArrowUpSm,
|
|
79
80
|
ArrowsReload01: () => import_ArrowsReload01.ArrowsReload01,
|
|
81
|
+
AttentionAi: () => import_AttentionAi.AttentionAi,
|
|
80
82
|
BarBottom: () => import_BarBottom.BarBottom,
|
|
81
83
|
BarLeft: () => import_BarLeft.BarLeft,
|
|
82
84
|
BarRight: () => import_BarRight.BarRight,
|
|
@@ -104,12 +106,14 @@ __export(icons_exports, {
|
|
|
104
106
|
CalendarCheck: () => import_CalendarCheck.CalendarCheck,
|
|
105
107
|
CalendarClose: () => import_CalendarClose.CalendarClose,
|
|
106
108
|
CalendarDays: () => import_CalendarDays.CalendarDays,
|
|
109
|
+
CalendarEdit: () => import_CalendarEdit.CalendarEdit,
|
|
107
110
|
CalendarEvent: () => import_CalendarEvent.CalendarEvent,
|
|
108
111
|
CalendarList: () => import_CalendarList.CalendarList,
|
|
109
112
|
CalendarRemove: () => import_CalendarRemove.CalendarRemove,
|
|
110
113
|
CalendarWeek: () => import_CalendarWeek.CalendarWeek,
|
|
111
114
|
Camera: () => import_Camera.Camera,
|
|
112
115
|
CarAuto: () => import_CarAuto.CarAuto,
|
|
116
|
+
Card: () => import_Card.Card,
|
|
113
117
|
CardLibrary: () => import_CardLibrary.CardLibrary,
|
|
114
118
|
CaretCircleDown: () => import_CaretCircleDown.CaretCircleDown,
|
|
115
119
|
CaretCircleLeft: () => import_CaretCircleLeft.CaretCircleLeft,
|
|
@@ -176,6 +180,7 @@ __export(icons_exports, {
|
|
|
176
180
|
CloudDownload: () => import_CloudDownload.CloudDownload,
|
|
177
181
|
CloudOff: () => import_CloudOff.CloudOff,
|
|
178
182
|
CloudRemove: () => import_CloudRemove.CloudRemove,
|
|
183
|
+
CloudSync: () => import_CloudSync.CloudSync,
|
|
179
184
|
CloudUpload: () => import_CloudUpload.CloudUpload,
|
|
180
185
|
Code: () => import_Code.Code,
|
|
181
186
|
CoffeToGo: () => import_CoffeToGo.CoffeToGo,
|
|
@@ -185,10 +190,12 @@ __export(icons_exports, {
|
|
|
185
190
|
CombineCells: () => import_CombineCells.CombineCells,
|
|
186
191
|
Command: () => import_Command.Command,
|
|
187
192
|
Compass: () => import_Compass.Compass,
|
|
193
|
+
Compass02: () => import_Compass02.Compass02,
|
|
188
194
|
Cookie: () => import_Cookie.Cookie,
|
|
189
195
|
Copy: () => import_Copy.Copy,
|
|
190
196
|
CreditCard: () => import_CreditCard.CreditCard,
|
|
191
197
|
CreditCard2: () => import_CreditCard2.CreditCard2,
|
|
198
|
+
CriticalAi: () => import_CriticalAi.CriticalAi,
|
|
192
199
|
Crop: () => import_Crop.Crop,
|
|
193
200
|
Cupcake: () => import_Cupcake.Cupcake,
|
|
194
201
|
Cylinder: () => import_Cylinder.Cylinder,
|
|
@@ -212,6 +219,7 @@ __export(icons_exports, {
|
|
|
212
219
|
EditPencil2: () => import_EditPencil2.EditPencil2,
|
|
213
220
|
EditPencilLine: () => import_EditPencilLine.EditPencilLine,
|
|
214
221
|
EditPencilLine2: () => import_EditPencilLine2.EditPencilLine2,
|
|
222
|
+
EventEdit: () => import_EventEdit.EventEdit,
|
|
215
223
|
EventShortcut: () => import_EventShortcut.EventShortcut,
|
|
216
224
|
Exit: () => import_Exit.Exit,
|
|
217
225
|
Expand: () => import_Expand.Expand,
|
|
@@ -234,7 +242,6 @@ __export(icons_exports, {
|
|
|
234
242
|
Fire: () => import_Fire.Fire,
|
|
235
243
|
FirstAid: () => import_FirstAid.FirstAid,
|
|
236
244
|
Flag: () => import_Flag.Flag,
|
|
237
|
-
Flame: () => import_Flame.Flame,
|
|
238
245
|
Flashcard: () => import_Flashcard.Flashcard,
|
|
239
246
|
Focus: () => import_Focus.Focus,
|
|
240
247
|
Folder: () => import_Folder.Folder,
|
|
@@ -254,6 +261,7 @@ __export(icons_exports, {
|
|
|
254
261
|
Forward: () => import_Forward.Forward,
|
|
255
262
|
Gift: () => import_Gift.Gift,
|
|
256
263
|
Globe: () => import_Globe.Globe,
|
|
264
|
+
GoalAi: () => import_GoalAi.GoalAi,
|
|
257
265
|
Graduation: () => import_Graduation.Graduation,
|
|
258
266
|
Grid: () => import_Grid.Grid,
|
|
259
267
|
GynecologyAndObstetrics: () => import_GynecologyAndObstetrics.GynecologyAndObstetrics,
|
|
@@ -273,7 +281,6 @@ __export(icons_exports, {
|
|
|
273
281
|
Heart2: () => import_Heart2.Heart2,
|
|
274
282
|
Help: () => import_Help.Help,
|
|
275
283
|
Hide: () => import_Hide.Hide,
|
|
276
|
-
HistoryBack: () => import_HistoryBack.HistoryBack,
|
|
277
284
|
House: () => import_House.House,
|
|
278
285
|
House2: () => import_House2.House2,
|
|
279
286
|
House3: () => import_House3.House3,
|
|
@@ -327,7 +334,6 @@ __export(icons_exports, {
|
|
|
327
334
|
MapPin: () => import_MapPin.MapPin,
|
|
328
335
|
Medbrain: () => import_Medbrain.Medbrain,
|
|
329
336
|
MedbrainAi: () => import_MedbrainAi.MedbrainAi,
|
|
330
|
-
MedbrainFullAi: () => import_MedbrainFullAi.MedbrainFullAi,
|
|
331
337
|
MedicalClinic: () => import_MedicalClinic.MedicalClinic,
|
|
332
338
|
Mention: () => import_Mention.Mention,
|
|
333
339
|
MenuAlt: () => import_MenuAlt.MenuAlt,
|
|
@@ -375,6 +381,9 @@ __export(icons_exports, {
|
|
|
375
381
|
Play: () => import_Play.Play,
|
|
376
382
|
PlayCircle: () => import_PlayCircle.PlayCircle,
|
|
377
383
|
Playlist: () => import_Playlist.Playlist,
|
|
384
|
+
PlaylistAdd: () => import_PlaylistAdd.PlaylistAdd,
|
|
385
|
+
PlaylistCheck: () => import_PlaylistCheck.PlaylistCheck,
|
|
386
|
+
Postpone: () => import_Postpone.Postpone,
|
|
378
387
|
Preventive: () => import_Preventive.Preventive,
|
|
379
388
|
Printer: () => import_Printer.Printer,
|
|
380
389
|
Puzzle: () => import_Puzzle.Puzzle,
|
|
@@ -441,6 +450,7 @@ __export(icons_exports, {
|
|
|
441
450
|
Strikethrough: () => import_Strikethrough.Strikethrough,
|
|
442
451
|
Suitcase: () => import_Suitcase.Suitcase,
|
|
443
452
|
Sun: () => import_Sun.Sun,
|
|
453
|
+
SuperGoalAi: () => import_SuperGoalAi.SuperGoalAi,
|
|
444
454
|
Surgery: () => import_Surgery.Surgery,
|
|
445
455
|
SwatchesPalette: () => import_SwatchesPalette.SwatchesPalette,
|
|
446
456
|
SwichtLeft: () => import_SwichtLeft.SwichtLeft,
|
|
@@ -454,9 +464,7 @@ __export(icons_exports, {
|
|
|
454
464
|
Target: () => import_Target.Target,
|
|
455
465
|
TarguetArrow: () => import_TarguetArrow.TarguetArrow,
|
|
456
466
|
Terminal: () => import_Terminal.Terminal,
|
|
457
|
-
Test: () => import_Test.Test,
|
|
458
467
|
TestAi: () => import_TestAi.TestAi,
|
|
459
|
-
TestTime: () => import_TestTime.TestTime,
|
|
460
468
|
Text: () => import_Text.Text,
|
|
461
469
|
TextAlignCenter: () => import_TextAlignCenter.TextAlignCenter,
|
|
462
470
|
TextAlignJustify: () => import_TextAlignJustify.TextAlignJustify,
|
|
@@ -534,6 +542,7 @@ var import_AddRow = require("./AddRow");
|
|
|
534
542
|
var import_AddToQueue = require("./AddToQueue");
|
|
535
543
|
var import_Airplay = require("./Airplay");
|
|
536
544
|
var import_Alarm = require("./Alarm");
|
|
545
|
+
var import_AlmostAi = require("./AlmostAi");
|
|
537
546
|
var import_Anticipate = require("./Anticipate");
|
|
538
547
|
var import_Archive = require("./Archive");
|
|
539
548
|
var import_ArrowCircleDown = require("./ArrowCircleDown");
|
|
@@ -584,6 +593,7 @@ var import_ArrowUpRightMd = require("./ArrowUpRightMd");
|
|
|
584
593
|
var import_ArrowUpRightSm = require("./ArrowUpRightSm");
|
|
585
594
|
var import_ArrowUpSm = require("./ArrowUpSm");
|
|
586
595
|
var import_ArrowsReload01 = require("./ArrowsReload01");
|
|
596
|
+
var import_AttentionAi = require("./AttentionAi");
|
|
587
597
|
var import_BarBottom = require("./BarBottom");
|
|
588
598
|
var import_BarLeft = require("./BarLeft");
|
|
589
599
|
var import_BarRight = require("./BarRight");
|
|
@@ -611,12 +621,14 @@ var import_CalendarAdd = require("./CalendarAdd");
|
|
|
611
621
|
var import_CalendarCheck = require("./CalendarCheck");
|
|
612
622
|
var import_CalendarClose = require("./CalendarClose");
|
|
613
623
|
var import_CalendarDays = require("./CalendarDays");
|
|
624
|
+
var import_CalendarEdit = require("./CalendarEdit");
|
|
614
625
|
var import_CalendarEvent = require("./CalendarEvent");
|
|
615
626
|
var import_CalendarList = require("./CalendarList");
|
|
616
627
|
var import_CalendarRemove = require("./CalendarRemove");
|
|
617
628
|
var import_CalendarWeek = require("./CalendarWeek");
|
|
618
629
|
var import_Camera = require("./Camera");
|
|
619
630
|
var import_CarAuto = require("./CarAuto");
|
|
631
|
+
var import_Card = require("./Card");
|
|
620
632
|
var import_CardLibrary = require("./CardLibrary");
|
|
621
633
|
var import_CaretCircleDown = require("./CaretCircleDown");
|
|
622
634
|
var import_CaretCircleLeft = require("./CaretCircleLeft");
|
|
@@ -683,6 +695,7 @@ var import_CloudClose = require("./CloudClose");
|
|
|
683
695
|
var import_CloudDownload = require("./CloudDownload");
|
|
684
696
|
var import_CloudOff = require("./CloudOff");
|
|
685
697
|
var import_CloudRemove = require("./CloudRemove");
|
|
698
|
+
var import_CloudSync = require("./CloudSync");
|
|
686
699
|
var import_CloudUpload = require("./CloudUpload");
|
|
687
700
|
var import_Code = require("./Code");
|
|
688
701
|
var import_CoffeToGo = require("./CoffeToGo");
|
|
@@ -692,10 +705,12 @@ var import_CombineAi = require("./CombineAi");
|
|
|
692
705
|
var import_CombineCells = require("./CombineCells");
|
|
693
706
|
var import_Command = require("./Command");
|
|
694
707
|
var import_Compass = require("./Compass");
|
|
708
|
+
var import_Compass02 = require("./Compass02");
|
|
695
709
|
var import_Cookie = require("./Cookie");
|
|
696
710
|
var import_Copy = require("./Copy");
|
|
697
711
|
var import_CreditCard = require("./CreditCard");
|
|
698
712
|
var import_CreditCard2 = require("./CreditCard2");
|
|
713
|
+
var import_CriticalAi = require("./CriticalAi");
|
|
699
714
|
var import_Crop = require("./Crop");
|
|
700
715
|
var import_Cupcake = require("./Cupcake");
|
|
701
716
|
var import_Cylinder = require("./Cylinder");
|
|
@@ -719,6 +734,7 @@ var import_EditPencil = require("./EditPencil");
|
|
|
719
734
|
var import_EditPencil2 = require("./EditPencil2");
|
|
720
735
|
var import_EditPencilLine = require("./EditPencilLine");
|
|
721
736
|
var import_EditPencilLine2 = require("./EditPencilLine2");
|
|
737
|
+
var import_EventEdit = require("./EventEdit");
|
|
722
738
|
var import_EventShortcut = require("./EventShortcut");
|
|
723
739
|
var import_Exit = require("./Exit");
|
|
724
740
|
var import_Expand = require("./Expand");
|
|
@@ -741,7 +757,6 @@ var import_FilterOff = require("./FilterOff");
|
|
|
741
757
|
var import_Fire = require("./Fire");
|
|
742
758
|
var import_FirstAid = require("./FirstAid");
|
|
743
759
|
var import_Flag = require("./Flag");
|
|
744
|
-
var import_Flame = require("./Flame");
|
|
745
760
|
var import_Flashcard = require("./Flashcard");
|
|
746
761
|
var import_Focus = require("./Focus");
|
|
747
762
|
var import_Folder = require("./Folder");
|
|
@@ -761,6 +776,7 @@ var import_Font = require("./Font");
|
|
|
761
776
|
var import_Forward = require("./Forward");
|
|
762
777
|
var import_Gift = require("./Gift");
|
|
763
778
|
var import_Globe = require("./Globe");
|
|
779
|
+
var import_GoalAi = require("./GoalAi");
|
|
764
780
|
var import_Graduation = require("./Graduation");
|
|
765
781
|
var import_Grid = require("./Grid");
|
|
766
782
|
var import_GynecologyAndObstetrics = require("./GynecologyAndObstetrics");
|
|
@@ -780,7 +796,6 @@ var import_Heart = require("./Heart");
|
|
|
780
796
|
var import_Heart2 = require("./Heart2");
|
|
781
797
|
var import_Help = require("./Help");
|
|
782
798
|
var import_Hide = require("./Hide");
|
|
783
|
-
var import_HistoryBack = require("./HistoryBack");
|
|
784
799
|
var import_House = require("./House");
|
|
785
800
|
var import_House2 = require("./House2");
|
|
786
801
|
var import_House3 = require("./House3");
|
|
@@ -834,7 +849,6 @@ var import_Map = require("./Map");
|
|
|
834
849
|
var import_MapPin = require("./MapPin");
|
|
835
850
|
var import_Medbrain = require("./Medbrain");
|
|
836
851
|
var import_MedbrainAi = require("./MedbrainAi");
|
|
837
|
-
var import_MedbrainFullAi = require("./MedbrainFullAi");
|
|
838
852
|
var import_MedicalClinic = require("./MedicalClinic");
|
|
839
853
|
var import_Mention = require("./Mention");
|
|
840
854
|
var import_MenuAlt = require("./MenuAlt");
|
|
@@ -882,6 +896,9 @@ var import_Planet = require("./Planet");
|
|
|
882
896
|
var import_Play = require("./Play");
|
|
883
897
|
var import_PlayCircle = require("./PlayCircle");
|
|
884
898
|
var import_Playlist = require("./Playlist");
|
|
899
|
+
var import_PlaylistAdd = require("./PlaylistAdd");
|
|
900
|
+
var import_PlaylistCheck = require("./PlaylistCheck");
|
|
901
|
+
var import_Postpone = require("./Postpone");
|
|
885
902
|
var import_Preventive = require("./Preventive");
|
|
886
903
|
var import_Printer = require("./Printer");
|
|
887
904
|
var import_Puzzle = require("./Puzzle");
|
|
@@ -948,6 +965,7 @@ var import_StopSign = require("./StopSign");
|
|
|
948
965
|
var import_Strikethrough = require("./Strikethrough");
|
|
949
966
|
var import_Suitcase = require("./Suitcase");
|
|
950
967
|
var import_Sun = require("./Sun");
|
|
968
|
+
var import_SuperGoalAi = require("./SuperGoalAi");
|
|
951
969
|
var import_Surgery = require("./Surgery");
|
|
952
970
|
var import_SwatchesPalette = require("./SwatchesPalette");
|
|
953
971
|
var import_SwichtLeft = require("./SwichtLeft");
|
|
@@ -961,9 +979,7 @@ var import_Tag = require("./Tag");
|
|
|
961
979
|
var import_Target = require("./Target");
|
|
962
980
|
var import_TarguetArrow = require("./TarguetArrow");
|
|
963
981
|
var import_Terminal = require("./Terminal");
|
|
964
|
-
var import_Test = require("./Test");
|
|
965
982
|
var import_TestAi = require("./TestAi");
|
|
966
|
-
var import_TestTime = require("./TestTime");
|
|
967
983
|
var import_Text = require("./Text");
|
|
968
984
|
var import_TextAlignCenter = require("./TextAlignCenter");
|
|
969
985
|
var import_TextAlignJustify = require("./TextAlignJustify");
|
|
@@ -1041,6 +1057,7 @@ var import_WindowTerminal = require("./WindowTerminal");
|
|
|
1041
1057
|
AddToQueue,
|
|
1042
1058
|
Airplay,
|
|
1043
1059
|
Alarm,
|
|
1060
|
+
AlmostAi,
|
|
1044
1061
|
Anticipate,
|
|
1045
1062
|
Archive,
|
|
1046
1063
|
ArrowCircleDown,
|
|
@@ -1091,6 +1108,7 @@ var import_WindowTerminal = require("./WindowTerminal");
|
|
|
1091
1108
|
ArrowUpRightSm,
|
|
1092
1109
|
ArrowUpSm,
|
|
1093
1110
|
ArrowsReload01,
|
|
1111
|
+
AttentionAi,
|
|
1094
1112
|
BarBottom,
|
|
1095
1113
|
BarLeft,
|
|
1096
1114
|
BarRight,
|
|
@@ -1118,12 +1136,14 @@ var import_WindowTerminal = require("./WindowTerminal");
|
|
|
1118
1136
|
CalendarCheck,
|
|
1119
1137
|
CalendarClose,
|
|
1120
1138
|
CalendarDays,
|
|
1139
|
+
CalendarEdit,
|
|
1121
1140
|
CalendarEvent,
|
|
1122
1141
|
CalendarList,
|
|
1123
1142
|
CalendarRemove,
|
|
1124
1143
|
CalendarWeek,
|
|
1125
1144
|
Camera,
|
|
1126
1145
|
CarAuto,
|
|
1146
|
+
Card,
|
|
1127
1147
|
CardLibrary,
|
|
1128
1148
|
CaretCircleDown,
|
|
1129
1149
|
CaretCircleLeft,
|
|
@@ -1190,6 +1210,7 @@ var import_WindowTerminal = require("./WindowTerminal");
|
|
|
1190
1210
|
CloudDownload,
|
|
1191
1211
|
CloudOff,
|
|
1192
1212
|
CloudRemove,
|
|
1213
|
+
CloudSync,
|
|
1193
1214
|
CloudUpload,
|
|
1194
1215
|
Code,
|
|
1195
1216
|
CoffeToGo,
|
|
@@ -1199,10 +1220,12 @@ var import_WindowTerminal = require("./WindowTerminal");
|
|
|
1199
1220
|
CombineCells,
|
|
1200
1221
|
Command,
|
|
1201
1222
|
Compass,
|
|
1223
|
+
Compass02,
|
|
1202
1224
|
Cookie,
|
|
1203
1225
|
Copy,
|
|
1204
1226
|
CreditCard,
|
|
1205
1227
|
CreditCard2,
|
|
1228
|
+
CriticalAi,
|
|
1206
1229
|
Crop,
|
|
1207
1230
|
Cupcake,
|
|
1208
1231
|
Cylinder,
|
|
@@ -1226,6 +1249,7 @@ var import_WindowTerminal = require("./WindowTerminal");
|
|
|
1226
1249
|
EditPencil2,
|
|
1227
1250
|
EditPencilLine,
|
|
1228
1251
|
EditPencilLine2,
|
|
1252
|
+
EventEdit,
|
|
1229
1253
|
EventShortcut,
|
|
1230
1254
|
Exit,
|
|
1231
1255
|
Expand,
|
|
@@ -1248,7 +1272,6 @@ var import_WindowTerminal = require("./WindowTerminal");
|
|
|
1248
1272
|
Fire,
|
|
1249
1273
|
FirstAid,
|
|
1250
1274
|
Flag,
|
|
1251
|
-
Flame,
|
|
1252
1275
|
Flashcard,
|
|
1253
1276
|
Focus,
|
|
1254
1277
|
Folder,
|
|
@@ -1268,6 +1291,7 @@ var import_WindowTerminal = require("./WindowTerminal");
|
|
|
1268
1291
|
Forward,
|
|
1269
1292
|
Gift,
|
|
1270
1293
|
Globe,
|
|
1294
|
+
GoalAi,
|
|
1271
1295
|
Graduation,
|
|
1272
1296
|
Grid,
|
|
1273
1297
|
GynecologyAndObstetrics,
|
|
@@ -1287,7 +1311,6 @@ var import_WindowTerminal = require("./WindowTerminal");
|
|
|
1287
1311
|
Heart2,
|
|
1288
1312
|
Help,
|
|
1289
1313
|
Hide,
|
|
1290
|
-
HistoryBack,
|
|
1291
1314
|
House,
|
|
1292
1315
|
House2,
|
|
1293
1316
|
House3,
|
|
@@ -1341,7 +1364,6 @@ var import_WindowTerminal = require("./WindowTerminal");
|
|
|
1341
1364
|
MapPin,
|
|
1342
1365
|
Medbrain,
|
|
1343
1366
|
MedbrainAi,
|
|
1344
|
-
MedbrainFullAi,
|
|
1345
1367
|
MedicalClinic,
|
|
1346
1368
|
Mention,
|
|
1347
1369
|
MenuAlt,
|
|
@@ -1389,6 +1411,9 @@ var import_WindowTerminal = require("./WindowTerminal");
|
|
|
1389
1411
|
Play,
|
|
1390
1412
|
PlayCircle,
|
|
1391
1413
|
Playlist,
|
|
1414
|
+
PlaylistAdd,
|
|
1415
|
+
PlaylistCheck,
|
|
1416
|
+
Postpone,
|
|
1392
1417
|
Preventive,
|
|
1393
1418
|
Printer,
|
|
1394
1419
|
Puzzle,
|
|
@@ -1455,6 +1480,7 @@ var import_WindowTerminal = require("./WindowTerminal");
|
|
|
1455
1480
|
Strikethrough,
|
|
1456
1481
|
Suitcase,
|
|
1457
1482
|
Sun,
|
|
1483
|
+
SuperGoalAi,
|
|
1458
1484
|
Surgery,
|
|
1459
1485
|
SwatchesPalette,
|
|
1460
1486
|
SwichtLeft,
|
|
@@ -1468,9 +1494,7 @@ var import_WindowTerminal = require("./WindowTerminal");
|
|
|
1468
1494
|
Target,
|
|
1469
1495
|
TarguetArrow,
|
|
1470
1496
|
Terminal,
|
|
1471
|
-
Test,
|
|
1472
1497
|
TestAi,
|
|
1473
|
-
TestTime,
|
|
1474
1498
|
Text,
|
|
1475
1499
|
TextAlignCenter,
|
|
1476
1500
|
TextAlignJustify,
|