@tdm-design/icons 0.0.10 → 0.0.12
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/ClockFilledIcon.d.ts +7 -0
- package/ClockFilledIcon.js +77 -0
- package/GreatBritainIcon.d.ts +7 -0
- package/GreatBritainIcon.js +179 -0
- package/Grid2OutlinedIcon.d.ts +1 -1
- package/Grid2OutlinedIcon.js +1 -1
- package/MenuOutlinedIcon.d.ts +7 -0
- package/MenuOutlinedIcon.js +77 -0
- package/MessageOutlinedIcon.d.ts +1 -1
- package/MessageOutlinedIcon.js +1 -1
- package/OrientationRotateOutlinedIcon.d.ts +7 -0
- package/OrientationRotateOutlinedIcon.js +80 -0
- package/PauseFilledIcon.d.ts +7 -0
- package/PauseFilledIcon.js +77 -0
- package/SquareListFilledIcon.d.ts +7 -0
- package/SquareListFilledIcon.js +77 -0
- package/ThemeIcon.d.ts +7 -0
- package/ThemeIcon.js +80 -0
- package/UploadCloudOutlinedIcon.d.ts +7 -0
- package/UploadCloudOutlinedIcon.js +77 -0
- package/UserPenFilledIcon.d.ts +7 -0
- package/UserPenFilledIcon.js +77 -0
- package/dist/index.umd.global.js +1140 -789
- package/dist/index.umd.min.global.js +3 -3
- package/es/icons/ClockFilledIcon.d.ts +6 -0
- package/es/icons/ClockFilledIcon.d.ts.map +1 -0
- package/es/icons/ClockFilledIcon.mjs +50 -0
- package/es/icons/ClockFilledIcon.mjs.map +1 -0
- package/es/icons/GreatBritainIcon.d.ts +6 -0
- package/es/icons/GreatBritainIcon.d.ts.map +1 -0
- package/es/icons/GreatBritainIcon.mjs +152 -0
- package/es/icons/GreatBritainIcon.mjs.map +1 -0
- package/es/icons/Grid2OutlinedIcon.d.ts +1 -1
- package/es/icons/Grid2OutlinedIcon.d.ts.map +1 -1
- package/es/icons/Grid2OutlinedIcon.mjs +1 -1
- package/es/icons/Grid2OutlinedIcon.mjs.map +1 -1
- package/es/icons/MenuOutlinedIcon.d.ts +6 -0
- package/es/icons/MenuOutlinedIcon.d.ts.map +1 -0
- package/es/icons/MenuOutlinedIcon.mjs +50 -0
- package/es/icons/MenuOutlinedIcon.mjs.map +1 -0
- package/es/icons/MessageOutlinedIcon.d.ts +1 -1
- package/es/icons/MessageOutlinedIcon.d.ts.map +1 -1
- package/es/icons/MessageOutlinedIcon.mjs +1 -1
- package/es/icons/MessageOutlinedIcon.mjs.map +1 -1
- package/es/icons/OrientationRotateOutlinedIcon.d.ts +6 -0
- package/es/icons/OrientationRotateOutlinedIcon.d.ts.map +1 -0
- package/es/icons/OrientationRotateOutlinedIcon.mjs +53 -0
- package/es/icons/OrientationRotateOutlinedIcon.mjs.map +1 -0
- package/es/icons/PauseFilledIcon.d.ts +6 -0
- package/es/icons/PauseFilledIcon.d.ts.map +1 -0
- package/es/icons/PauseFilledIcon.mjs +50 -0
- package/es/icons/PauseFilledIcon.mjs.map +1 -0
- package/es/icons/SquareListFilledIcon.d.ts +6 -0
- package/es/icons/SquareListFilledIcon.d.ts.map +1 -0
- package/es/icons/SquareListFilledIcon.mjs +50 -0
- package/es/icons/SquareListFilledIcon.mjs.map +1 -0
- package/es/icons/ThemeIcon.d.ts +6 -0
- package/es/icons/ThemeIcon.d.ts.map +1 -0
- package/es/icons/ThemeIcon.mjs +53 -0
- package/es/icons/ThemeIcon.mjs.map +1 -0
- package/es/icons/UploadCloudOutlinedIcon.d.ts +6 -0
- package/es/icons/UploadCloudOutlinedIcon.d.ts.map +1 -0
- package/es/icons/UploadCloudOutlinedIcon.mjs +50 -0
- package/es/icons/UploadCloudOutlinedIcon.mjs.map +1 -0
- package/es/icons/UserPenFilledIcon.d.ts +6 -0
- package/es/icons/UserPenFilledIcon.d.ts.map +1 -0
- package/es/icons/UserPenFilledIcon.mjs +50 -0
- package/es/icons/UserPenFilledIcon.mjs.map +1 -0
- package/es/icons/index.d.ts +9 -0
- package/es/icons/index.d.ts.map +1 -1
- package/es/icons/index.mjs +198 -180
- package/es/icons/index.mjs.map +1 -1
- package/lib/icons/ClockFilledIcon.d.ts +6 -0
- package/lib/icons/ClockFilledIcon.d.ts.map +1 -0
- package/lib/icons/ClockFilledIcon.js +78 -0
- package/lib/icons/ClockFilledIcon.js.map +1 -0
- package/lib/icons/GreatBritainIcon.d.ts +6 -0
- package/lib/icons/GreatBritainIcon.d.ts.map +1 -0
- package/lib/icons/GreatBritainIcon.js +180 -0
- package/lib/icons/GreatBritainIcon.js.map +1 -0
- package/lib/icons/Grid2OutlinedIcon.d.ts +1 -1
- package/lib/icons/Grid2OutlinedIcon.d.ts.map +1 -1
- package/lib/icons/Grid2OutlinedIcon.js +1 -1
- package/lib/icons/Grid2OutlinedIcon.js.map +1 -1
- package/lib/icons/MenuOutlinedIcon.d.ts +6 -0
- package/lib/icons/MenuOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/MenuOutlinedIcon.js +78 -0
- package/lib/icons/MenuOutlinedIcon.js.map +1 -0
- package/lib/icons/MessageOutlinedIcon.d.ts +1 -1
- package/lib/icons/MessageOutlinedIcon.d.ts.map +1 -1
- package/lib/icons/MessageOutlinedIcon.js +1 -1
- package/lib/icons/MessageOutlinedIcon.js.map +1 -1
- package/lib/icons/OrientationRotateOutlinedIcon.d.ts +6 -0
- package/lib/icons/OrientationRotateOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/OrientationRotateOutlinedIcon.js +81 -0
- package/lib/icons/OrientationRotateOutlinedIcon.js.map +1 -0
- package/lib/icons/PauseFilledIcon.d.ts +6 -0
- package/lib/icons/PauseFilledIcon.d.ts.map +1 -0
- package/lib/icons/PauseFilledIcon.js +78 -0
- package/lib/icons/PauseFilledIcon.js.map +1 -0
- package/lib/icons/SquareListFilledIcon.d.ts +6 -0
- package/lib/icons/SquareListFilledIcon.d.ts.map +1 -0
- package/lib/icons/SquareListFilledIcon.js +78 -0
- package/lib/icons/SquareListFilledIcon.js.map +1 -0
- package/lib/icons/ThemeIcon.d.ts +6 -0
- package/lib/icons/ThemeIcon.d.ts.map +1 -0
- package/lib/icons/ThemeIcon.js +81 -0
- package/lib/icons/ThemeIcon.js.map +1 -0
- package/lib/icons/UploadCloudOutlinedIcon.d.ts +6 -0
- package/lib/icons/UploadCloudOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/UploadCloudOutlinedIcon.js +78 -0
- package/lib/icons/UploadCloudOutlinedIcon.js.map +1 -0
- package/lib/icons/UserPenFilledIcon.d.ts +6 -0
- package/lib/icons/UserPenFilledIcon.d.ts.map +1 -0
- package/lib/icons/UserPenFilledIcon.js +78 -0
- package/lib/icons/UserPenFilledIcon.js.map +1 -0
- package/lib/icons/index.d.ts +9 -0
- package/lib/icons/index.d.ts.map +1 -1
- package/lib/icons/index.js +27 -0
- package/lib/icons/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { T as TdmIconProps } from './TdmIcon-CClytigf.js';
|
|
3
|
+
|
|
4
|
+
/** */
|
|
5
|
+
declare const RefIcon: React.ForwardRefExoticComponent<Omit<TdmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
|
|
6
|
+
|
|
7
|
+
export { RefIcon as default };
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
var __create = Object.create;
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __defProps = Object.defineProperties;
|
|
6
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
7
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
8
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
9
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
10
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
11
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
12
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
13
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
14
|
+
var __spreadValues = (a, b) => {
|
|
15
|
+
for (var prop in b || (b = {}))
|
|
16
|
+
if (__hasOwnProp.call(b, prop))
|
|
17
|
+
__defNormalProp(a, prop, b[prop]);
|
|
18
|
+
if (__getOwnPropSymbols)
|
|
19
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
20
|
+
if (__propIsEnum.call(b, prop))
|
|
21
|
+
__defNormalProp(a, prop, b[prop]);
|
|
22
|
+
}
|
|
23
|
+
return a;
|
|
24
|
+
};
|
|
25
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
26
|
+
var __export = (target, all) => {
|
|
27
|
+
for (var name in all)
|
|
28
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
29
|
+
};
|
|
30
|
+
var __copyProps = (to, from, except, desc) => {
|
|
31
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
32
|
+
for (let key of __getOwnPropNames(from))
|
|
33
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
34
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
35
|
+
}
|
|
36
|
+
return to;
|
|
37
|
+
};
|
|
38
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
39
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
40
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
41
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
42
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
43
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
44
|
+
mod
|
|
45
|
+
));
|
|
46
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
47
|
+
var ClockFilledIcon_exports = {};
|
|
48
|
+
__export(ClockFilledIcon_exports, {
|
|
49
|
+
default: () => ClockFilledIcon_default
|
|
50
|
+
});
|
|
51
|
+
module.exports = __toCommonJS(ClockFilledIcon_exports);
|
|
52
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
53
|
+
var React = __toESM(require("react"));
|
|
54
|
+
var import_TdmIcon = __toESM(require("../components/TdmIcon"));
|
|
55
|
+
var import_utils = require("../utils");
|
|
56
|
+
const clockFilledSvg = /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
57
|
+
"svg",
|
|
58
|
+
{
|
|
59
|
+
width: "24",
|
|
60
|
+
height: "24",
|
|
61
|
+
viewBox: "0 0 24 24",
|
|
62
|
+
fill: "#cacaca",
|
|
63
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
64
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12 3C13.6406 3.02344 15.1406 3.42188 16.5 4.19531C17.8594 4.99219 18.9609 6.09375 19.8047 7.5C20.6016 8.92969 21 10.4297 21 12C21 13.5703 20.6016 15.0703 19.8047 16.5C18.9609 17.9062 17.8594 19.0078 16.5 19.8047C15.1406 20.5781 13.6406 20.9766 12 21C10.3594 20.9766 8.85938 20.5781 7.5 19.8047C6.14062 19.0078 5.03906 17.9062 4.19531 16.5C3.39844 15.0703 3 13.5703 3 12C3 10.4297 3.39844 8.92969 4.19531 7.5C5.03906 6.09375 6.14062 4.99219 7.5 4.19531C8.85938 3.42188 10.3594 3.02344 12 3ZM11.1562 7.21875V12C11.1562 12.3047 11.2852 12.5391 11.543 12.7031L14.918 14.9531C15.3633 15.2109 15.75 15.1289 16.0781 14.707C16.3359 14.2617 16.2539 13.875 15.832 13.5469L12.8438 11.543V7.21875C12.7969 6.70312 12.5156 6.42188 12 6.375C11.4844 6.42188 11.2031 6.70312 11.1562 7.21875Z" })
|
|
65
|
+
}
|
|
66
|
+
);
|
|
67
|
+
const clockFilledIconDefinition = (0, import_utils.svgToIconDefinition)(
|
|
68
|
+
clockFilledSvg,
|
|
69
|
+
"clock-filled"
|
|
70
|
+
);
|
|
71
|
+
const RefIcon = React.forwardRef((props, ref) => {
|
|
72
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_TdmIcon.default, __spreadProps(__spreadValues({}, props), { ref, icon: clockFilledIconDefinition }));
|
|
73
|
+
});
|
|
74
|
+
if (process.env.NODE_ENV !== "production") {
|
|
75
|
+
RefIcon.displayName = "ClockFilledIcon";
|
|
76
|
+
}
|
|
77
|
+
var ClockFilledIcon_default = RefIcon;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { T as TdmIconProps } from './TdmIcon-CClytigf.js';
|
|
3
|
+
|
|
4
|
+
/** */
|
|
5
|
+
declare const RefIcon: React.ForwardRefExoticComponent<Omit<TdmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
|
|
6
|
+
|
|
7
|
+
export { RefIcon as default };
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
var __create = Object.create;
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __defProps = Object.defineProperties;
|
|
6
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
7
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
8
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
9
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
10
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
11
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
12
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
13
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
14
|
+
var __spreadValues = (a, b) => {
|
|
15
|
+
for (var prop in b || (b = {}))
|
|
16
|
+
if (__hasOwnProp.call(b, prop))
|
|
17
|
+
__defNormalProp(a, prop, b[prop]);
|
|
18
|
+
if (__getOwnPropSymbols)
|
|
19
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
20
|
+
if (__propIsEnum.call(b, prop))
|
|
21
|
+
__defNormalProp(a, prop, b[prop]);
|
|
22
|
+
}
|
|
23
|
+
return a;
|
|
24
|
+
};
|
|
25
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
26
|
+
var __export = (target, all) => {
|
|
27
|
+
for (var name in all)
|
|
28
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
29
|
+
};
|
|
30
|
+
var __copyProps = (to, from, except, desc) => {
|
|
31
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
32
|
+
for (let key of __getOwnPropNames(from))
|
|
33
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
34
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
35
|
+
}
|
|
36
|
+
return to;
|
|
37
|
+
};
|
|
38
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
39
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
40
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
41
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
42
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
43
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
44
|
+
mod
|
|
45
|
+
));
|
|
46
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
47
|
+
var GreatBritainIcon_exports = {};
|
|
48
|
+
__export(GreatBritainIcon_exports, {
|
|
49
|
+
default: () => GreatBritainIcon_default
|
|
50
|
+
});
|
|
51
|
+
module.exports = __toCommonJS(GreatBritainIcon_exports);
|
|
52
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
53
|
+
var React = __toESM(require("react"));
|
|
54
|
+
var import_TdmIcon = __toESM(require("../components/TdmIcon"));
|
|
55
|
+
var import_utils = require("../utils");
|
|
56
|
+
const greatBritainSvg = /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
57
|
+
"svg",
|
|
58
|
+
{
|
|
59
|
+
width: "24",
|
|
60
|
+
height: "24",
|
|
61
|
+
viewBox: "0 0 24 24",
|
|
62
|
+
fill: "#cacaca",
|
|
63
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
64
|
+
children: [
|
|
65
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { "clip-path": "url(#clip0_5448_6935)", children: [
|
|
66
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
67
|
+
"path",
|
|
68
|
+
{
|
|
69
|
+
d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z",
|
|
70
|
+
fill: "#F0F0F0"
|
|
71
|
+
}
|
|
72
|
+
),
|
|
73
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
74
|
+
"path",
|
|
75
|
+
{
|
|
76
|
+
d: "M2.48068 4.69299C1.53807 5.91938 0.827309 7.3329 0.41345 8.86848H6.65617L2.48068 4.69299Z",
|
|
77
|
+
fill: "#0052B4"
|
|
78
|
+
}
|
|
79
|
+
),
|
|
80
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
81
|
+
"path",
|
|
82
|
+
{
|
|
83
|
+
d: "M23.587 8.86863C23.1732 7.33309 22.4623 5.91958 21.5198 4.69319L17.3444 8.86863H23.587Z",
|
|
84
|
+
fill: "#0052B4"
|
|
85
|
+
}
|
|
86
|
+
),
|
|
87
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
88
|
+
"path",
|
|
89
|
+
{
|
|
90
|
+
d: "M0.41345 15.1302C0.827356 16.6657 1.53812 18.0793 2.48069 19.3056L6.65603 15.1302H0.41345Z",
|
|
91
|
+
fill: "#0052B4"
|
|
92
|
+
}
|
|
93
|
+
),
|
|
94
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
95
|
+
"path",
|
|
96
|
+
{
|
|
97
|
+
d: "M19.3055 2.47977C18.0792 1.53716 16.6657 0.826398 15.1301 0.412492V6.65517L19.3055 2.47977Z",
|
|
98
|
+
fill: "#0052B4"
|
|
99
|
+
}
|
|
100
|
+
),
|
|
101
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
102
|
+
"path",
|
|
103
|
+
{
|
|
104
|
+
d: "M4.69395 21.5177C5.92034 22.4603 7.33386 23.1711 8.86939 23.585V17.3424L4.69395 21.5177Z",
|
|
105
|
+
fill: "#0052B4"
|
|
106
|
+
}
|
|
107
|
+
),
|
|
108
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
109
|
+
"path",
|
|
110
|
+
{
|
|
111
|
+
d: "M8.86934 0.412492C7.33381 0.826398 5.92029 1.53716 4.69395 2.47972L8.86934 6.65511V0.412492Z",
|
|
112
|
+
fill: "#0052B4"
|
|
113
|
+
}
|
|
114
|
+
),
|
|
115
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
116
|
+
"path",
|
|
117
|
+
{
|
|
118
|
+
d: "M15.1301 23.585C16.6656 23.1711 18.0791 22.4603 19.3055 21.5177L15.1301 17.3424V23.585Z",
|
|
119
|
+
fill: "#0052B4"
|
|
120
|
+
}
|
|
121
|
+
),
|
|
122
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
123
|
+
"path",
|
|
124
|
+
{
|
|
125
|
+
d: "M17.3444 15.1302L21.5198 19.3056C22.4623 18.0793 23.1732 16.6657 23.587 15.1302H17.3444Z",
|
|
126
|
+
fill: "#0052B4"
|
|
127
|
+
}
|
|
128
|
+
),
|
|
129
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
130
|
+
"path",
|
|
131
|
+
{
|
|
132
|
+
d: "M23.8984 10.4348H13.5653L13.5653 0.101578C13.0529 0.034875 12.5305 0 12 0C11.4694 0 10.9471 0.034875 10.4348 0.101578V10.4347L0.101578 10.4347C0.034875 10.9471 0 11.4695 0 12C0 12.5306 0.034875 13.0529 0.101578 13.5652H10.4347L10.4347 23.8984C10.9471 23.9651 11.4694 24 12 24C12.5305 24 13.0529 23.9652 13.5652 23.8984V13.5653L23.8984 13.5653C23.9651 13.0529 24 12.5306 24 12C24 11.4695 23.9651 10.9471 23.8984 10.4348Z",
|
|
133
|
+
fill: "#D80027"
|
|
134
|
+
}
|
|
135
|
+
),
|
|
136
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
137
|
+
"path",
|
|
138
|
+
{
|
|
139
|
+
d: "M15.1304 15.1313L20.4852 20.4861C20.7315 20.2399 20.9665 19.9825 21.1906 19.7157L16.6062 15.1312L15.1304 15.1313Z",
|
|
140
|
+
fill: "#D80027"
|
|
141
|
+
}
|
|
142
|
+
),
|
|
143
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
144
|
+
"path",
|
|
145
|
+
{
|
|
146
|
+
d: "M8.86953 15.1312L3.51467 20.486C3.76086 20.7323 4.01825 20.9672 4.28506 21.1913L8.86953 16.6068V15.1312Z",
|
|
147
|
+
fill: "#D80027"
|
|
148
|
+
}
|
|
149
|
+
),
|
|
150
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
151
|
+
"path",
|
|
152
|
+
{
|
|
153
|
+
d: "M8.86937 8.86912L3.51456 3.51417C3.26828 3.76036 3.03334 4.01775 2.80919 4.28456L7.3937 8.86907L8.86937 8.86912Z",
|
|
154
|
+
fill: "#D80027"
|
|
155
|
+
}
|
|
156
|
+
),
|
|
157
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
158
|
+
"path",
|
|
159
|
+
{
|
|
160
|
+
d: "M15.1304 8.87019L20.4853 3.51528C20.2391 3.269 19.9817 3.03406 19.7149 2.80995L15.1304 7.39447V8.87019Z",
|
|
161
|
+
fill: "#D80027"
|
|
162
|
+
}
|
|
163
|
+
)
|
|
164
|
+
] }),
|
|
165
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "clip0_5448_6935", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
166
|
+
]
|
|
167
|
+
}
|
|
168
|
+
);
|
|
169
|
+
const greatBritainIconDefinition = (0, import_utils.svgToIconDefinition)(
|
|
170
|
+
greatBritainSvg,
|
|
171
|
+
"great-britain"
|
|
172
|
+
);
|
|
173
|
+
const RefIcon = React.forwardRef((props, ref) => {
|
|
174
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_TdmIcon.default, __spreadProps(__spreadValues({}, props), { ref, icon: greatBritainIconDefinition }));
|
|
175
|
+
});
|
|
176
|
+
if (process.env.NODE_ENV !== "production") {
|
|
177
|
+
RefIcon.displayName = "GreatBritainIcon";
|
|
178
|
+
}
|
|
179
|
+
var GreatBritainIcon_default = RefIcon;
|
package/Grid2OutlinedIcon.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { T as TdmIconProps } from './TdmIcon-CClytigf.js';
|
|
3
3
|
|
|
4
|
-
/** */
|
|
5
5
|
declare const RefIcon: React.ForwardRefExoticComponent<Omit<TdmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
|
|
6
6
|
|
|
7
7
|
export { RefIcon as default };
|
package/Grid2OutlinedIcon.js
CHANGED
|
@@ -61,7 +61,7 @@ const grid2OutlinedSvg = /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
|
61
61
|
viewBox: "0 0 24 24",
|
|
62
62
|
fill: "#cacaca",
|
|
63
63
|
xmlns: "http://www.w3.org/2000/svg",
|
|
64
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9
|
|
64
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9 19v2H5v-2h4zm10 0v2h-4v-2h4zm0-4h-4v6a2 2 0 01-2-2v-4a2 2 0 012-2h4a2 2 0 012 2v4a2 2 0 01-2 2v-6zM9 15H5v6a2 2 0 01-2-2v-4a2 2 0 012-2h4a2 2 0 012 2v4a2 2 0 01-2 2v-6zm0-6v2H5V9h4zm10 0v2h-4V9h4zm0-4h-4v6a2 2 0 01-2-2V5a2 2 0 012-2h4a2 2 0 012 2v4a2 2 0 01-2 2V5zM9 5H5v6a2 2 0 01-2-2V5a2 2 0 012-2h4a2 2 0 012 2v4a2 2 0 01-2 2V5z" })
|
|
65
65
|
}
|
|
66
66
|
);
|
|
67
67
|
const grid2OutlinedIconDefinition = (0, import_utils.svgToIconDefinition)(
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { T as TdmIconProps } from './TdmIcon-CClytigf.js';
|
|
3
|
+
|
|
4
|
+
/** */
|
|
5
|
+
declare const RefIcon: React.ForwardRefExoticComponent<Omit<TdmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
|
|
6
|
+
|
|
7
|
+
export { RefIcon as default };
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
var __create = Object.create;
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __defProps = Object.defineProperties;
|
|
6
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
7
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
8
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
9
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
10
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
11
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
12
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
13
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
14
|
+
var __spreadValues = (a, b) => {
|
|
15
|
+
for (var prop in b || (b = {}))
|
|
16
|
+
if (__hasOwnProp.call(b, prop))
|
|
17
|
+
__defNormalProp(a, prop, b[prop]);
|
|
18
|
+
if (__getOwnPropSymbols)
|
|
19
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
20
|
+
if (__propIsEnum.call(b, prop))
|
|
21
|
+
__defNormalProp(a, prop, b[prop]);
|
|
22
|
+
}
|
|
23
|
+
return a;
|
|
24
|
+
};
|
|
25
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
26
|
+
var __export = (target, all) => {
|
|
27
|
+
for (var name in all)
|
|
28
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
29
|
+
};
|
|
30
|
+
var __copyProps = (to, from, except, desc) => {
|
|
31
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
32
|
+
for (let key of __getOwnPropNames(from))
|
|
33
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
34
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
35
|
+
}
|
|
36
|
+
return to;
|
|
37
|
+
};
|
|
38
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
39
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
40
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
41
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
42
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
43
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
44
|
+
mod
|
|
45
|
+
));
|
|
46
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
47
|
+
var MenuOutlinedIcon_exports = {};
|
|
48
|
+
__export(MenuOutlinedIcon_exports, {
|
|
49
|
+
default: () => MenuOutlinedIcon_default
|
|
50
|
+
});
|
|
51
|
+
module.exports = __toCommonJS(MenuOutlinedIcon_exports);
|
|
52
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
53
|
+
var React = __toESM(require("react"));
|
|
54
|
+
var import_TdmIcon = __toESM(require("../components/TdmIcon"));
|
|
55
|
+
var import_utils = require("../utils");
|
|
56
|
+
const menuOutlinedSvg = /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
57
|
+
"svg",
|
|
58
|
+
{
|
|
59
|
+
width: "24",
|
|
60
|
+
height: "24",
|
|
61
|
+
viewBox: "0 0 24 24",
|
|
62
|
+
fill: "#cacaca",
|
|
63
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
64
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M21 17C21.5523 17 22 17.4477 22 18C22 18.5523 21.5523 19 21 19H3C2.44772 19 2 18.5523 2 18C2 17.4477 2.44772 17 3 17H21ZM21 11C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H3C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11H21ZM21 5C21.5523 5 22 5.44772 22 6C22 6.55228 21.5523 7 21 7H3C2.44772 7 2 6.55228 2 6C2 5.44772 2.44772 5 3 5H21Z" })
|
|
65
|
+
}
|
|
66
|
+
);
|
|
67
|
+
const menuOutlinedIconDefinition = (0, import_utils.svgToIconDefinition)(
|
|
68
|
+
menuOutlinedSvg,
|
|
69
|
+
"menu-outlined"
|
|
70
|
+
);
|
|
71
|
+
const RefIcon = React.forwardRef((props, ref) => {
|
|
72
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_TdmIcon.default, __spreadProps(__spreadValues({}, props), { ref, icon: menuOutlinedIconDefinition }));
|
|
73
|
+
});
|
|
74
|
+
if (process.env.NODE_ENV !== "production") {
|
|
75
|
+
RefIcon.displayName = "MenuOutlinedIcon";
|
|
76
|
+
}
|
|
77
|
+
var MenuOutlinedIcon_default = RefIcon;
|
package/MessageOutlinedIcon.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { T as TdmIconProps } from './TdmIcon-CClytigf.js';
|
|
3
3
|
|
|
4
|
-
/** */
|
|
5
5
|
declare const RefIcon: React.ForwardRefExoticComponent<Omit<TdmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
|
|
6
6
|
|
|
7
7
|
export { RefIcon as default };
|
package/MessageOutlinedIcon.js
CHANGED
|
@@ -61,7 +61,7 @@ const messageOutlinedSvg = /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
|
61
61
|
viewBox: "0 0 24 24",
|
|
62
62
|
fill: "#cacaca",
|
|
63
63
|
xmlns: "http://www.w3.org/2000/svg",
|
|
64
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M8.625 16.
|
|
64
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M8.625 16.061c.469.024.867.188 1.195.493.305.328.47.726.492 1.195v.562l2.567-1.898c.281-.234.61-.352.984-.352h4.887c.352-.023.54-.21.563-.562V5.374c-.024-.352-.211-.54-.563-.563H5.25c-.352.024-.54.211-.563.563v10.125c.024.351.211.539.563.562h3.375zm1.688 4.36l-.176.14-.598.457a.603.603 0 01-.598.036.498.498 0 01-.316-.493V17.75H5.25c-.633-.023-1.16-.246-1.582-.668-.422-.422-.645-.95-.668-1.582V5.374c.023-.633.246-1.16.668-1.582.422-.422.95-.645 1.582-.668h13.5c.633.023 1.16.246 1.582.668.422.422.645.95.668 1.582v10.125c-.023.633-.246 1.16-.668 1.582-.422.422-.95.645-1.582.668h-4.887l-3.55 2.672z" })
|
|
65
65
|
}
|
|
66
66
|
);
|
|
67
67
|
const messageOutlinedIconDefinition = (0, import_utils.svgToIconDefinition)(
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { T as TdmIconProps } from './TdmIcon-CClytigf.js';
|
|
3
|
+
|
|
4
|
+
/** */
|
|
5
|
+
declare const RefIcon: React.ForwardRefExoticComponent<Omit<TdmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
|
|
6
|
+
|
|
7
|
+
export { RefIcon as default };
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
var __create = Object.create;
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __defProps = Object.defineProperties;
|
|
6
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
7
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
8
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
9
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
10
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
11
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
12
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
13
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
14
|
+
var __spreadValues = (a, b) => {
|
|
15
|
+
for (var prop in b || (b = {}))
|
|
16
|
+
if (__hasOwnProp.call(b, prop))
|
|
17
|
+
__defNormalProp(a, prop, b[prop]);
|
|
18
|
+
if (__getOwnPropSymbols)
|
|
19
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
20
|
+
if (__propIsEnum.call(b, prop))
|
|
21
|
+
__defNormalProp(a, prop, b[prop]);
|
|
22
|
+
}
|
|
23
|
+
return a;
|
|
24
|
+
};
|
|
25
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
26
|
+
var __export = (target, all) => {
|
|
27
|
+
for (var name in all)
|
|
28
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
29
|
+
};
|
|
30
|
+
var __copyProps = (to, from, except, desc) => {
|
|
31
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
32
|
+
for (let key of __getOwnPropNames(from))
|
|
33
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
34
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
35
|
+
}
|
|
36
|
+
return to;
|
|
37
|
+
};
|
|
38
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
39
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
40
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
41
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
42
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
43
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
44
|
+
mod
|
|
45
|
+
));
|
|
46
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
47
|
+
var OrientationRotateOutlinedIcon_exports = {};
|
|
48
|
+
__export(OrientationRotateOutlinedIcon_exports, {
|
|
49
|
+
default: () => OrientationRotateOutlinedIcon_default
|
|
50
|
+
});
|
|
51
|
+
module.exports = __toCommonJS(OrientationRotateOutlinedIcon_exports);
|
|
52
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
53
|
+
var React = __toESM(require("react"));
|
|
54
|
+
var import_TdmIcon = __toESM(require("../components/TdmIcon"));
|
|
55
|
+
var import_utils = require("../utils");
|
|
56
|
+
const orientationRotateOutlinedSvg = /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
57
|
+
"svg",
|
|
58
|
+
{
|
|
59
|
+
width: "24",
|
|
60
|
+
height: "24",
|
|
61
|
+
viewBox: "0 0 24 24",
|
|
62
|
+
fill: "#cacaca",
|
|
63
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
64
|
+
children: [
|
|
65
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.6875 21H19.3125C19.7601 21 20.1893 20.8222 20.5057 20.5057C20.8222 20.1893 21 19.7601 21 19.3125V4.6875C21 4.23995 20.8222 3.81072 20.5057 3.49426C20.1893 3.17779 19.7601 3 19.3125 3H11.4375C10.9899 3 10.5607 3.17779 10.2443 3.49426C9.92779 3.81072 9.75 4.23995 9.75 4.6875V9.75H4.6875C4.23995 9.75 3.81072 9.92779 3.49426 10.2443C3.17779 10.5607 3 10.9899 3 11.4375V19.3125C3 19.7601 3.17779 20.1893 3.49426 20.5057C3.81072 20.8222 4.23995 21 4.6875 21ZM10.875 4.6875C10.875 4.53832 10.9343 4.39524 11.0398 4.28975C11.1452 4.18426 11.2883 4.125 11.4375 4.125H12.585V4.96875C12.585 5.11793 12.6443 5.26101 12.7498 5.3665C12.8552 5.47199 12.9983 5.53125 13.1475 5.53125H17.6025C17.7517 5.53125 17.8948 5.47199 18.0002 5.3665C18.1057 5.26101 18.165 5.11793 18.165 4.96875V4.125H19.3125C19.4617 4.125 19.6048 4.18426 19.7102 4.28975C19.8157 4.39524 19.875 4.53832 19.875 4.6875V19.3125C19.875 19.4617 19.8157 19.6048 19.7102 19.7102C19.6048 19.8157 19.4617 19.875 19.3125 19.875H11.4375C11.2883 19.875 11.1452 19.8157 11.0398 19.7102C10.9343 19.6048 10.875 19.4617 10.875 19.3125V4.6875ZM4.125 18.165H4.96875C5.11793 18.165 5.26101 18.1057 5.3665 18.0002C5.47199 17.8948 5.53125 17.7517 5.53125 17.6025V13.1475C5.53125 12.9983 5.47199 12.8552 5.3665 12.7498C5.26101 12.6443 5.11793 12.585 4.96875 12.585H4.125V11.4375C4.125 11.2883 4.18426 11.1452 4.28975 11.0398C4.39524 10.9343 4.53832 10.875 4.6875 10.875H9.75V19.3125C9.75062 19.5042 9.78391 19.6945 9.84844 19.875H4.6875C4.53832 19.875 4.39524 19.8157 4.28975 19.7102C4.18426 19.6048 4.125 19.4617 4.125 19.3125V18.165Z" }),
|
|
66
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M7.10625 7.29468C7.20814 7.38182 7.3378 7.42969 7.47187 7.42968C7.5529 7.43004 7.63305 7.41288 7.70683 7.37938C7.78062 7.34589 7.8463 7.29685 7.89937 7.23562L9.10031 5.82937C9.14833 5.77323 9.18482 5.70818 9.20769 5.63794C9.23057 5.5677 9.23939 5.49364 9.23364 5.41999C9.2279 5.34634 9.2077 5.27455 9.17421 5.2087C9.14071 5.14286 9.09458 5.08426 9.03843 5.03625L7.63781 3.84375C7.58444 3.78458 7.5191 3.73742 7.44613 3.7054C7.37316 3.67339 7.29422 3.65724 7.21454 3.65803C7.13486 3.65882 7.05626 3.67653 6.98394 3.70999C6.91162 3.74344 6.84723 3.79189 6.79505 3.8521C6.74286 3.91232 6.70406 3.98294 6.68122 4.05928C6.65838 4.13562 6.65202 4.21594 6.66257 4.29493C6.67311 4.37391 6.70031 4.44975 6.74238 4.51743C6.78444 4.58511 6.8404 4.64308 6.90656 4.6875L7.24125 4.96875C6.26764 5.068 5.36588 5.52626 4.71177 6.25421C4.05766 6.98215 3.69807 7.9276 3.70312 8.90625C3.70312 9.05543 3.76238 9.1985 3.86787 9.30399C3.97336 9.40948 4.11644 9.46875 4.26562 9.46875C4.4148 9.46875 4.55788 9.40948 4.66337 9.30399C4.76886 9.1985 4.82812 9.05543 4.82812 8.90625C4.82532 8.20173 5.08704 7.52183 5.56149 7.00102C6.03595 6.48022 6.68859 6.15644 7.39031 6.09375L7.04437 6.49593C6.99549 6.55221 6.95828 6.61764 6.9349 6.68842C6.91153 6.75921 6.90245 6.83393 6.90821 6.90825C6.91397 6.98257 6.93444 7.05501 6.96844 7.12135C7.00243 7.18769 7.04928 7.24661 7.10625 7.29468Z" })
|
|
67
|
+
]
|
|
68
|
+
}
|
|
69
|
+
);
|
|
70
|
+
const orientationRotateOutlinedIconDefinition = (0, import_utils.svgToIconDefinition)(
|
|
71
|
+
orientationRotateOutlinedSvg,
|
|
72
|
+
"orientation-rotate-outlined"
|
|
73
|
+
);
|
|
74
|
+
const RefIcon = React.forwardRef((props, ref) => {
|
|
75
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_TdmIcon.default, __spreadProps(__spreadValues({}, props), { ref, icon: orientationRotateOutlinedIconDefinition }));
|
|
76
|
+
});
|
|
77
|
+
if (process.env.NODE_ENV !== "production") {
|
|
78
|
+
RefIcon.displayName = "OrientationRotateOutlinedIcon";
|
|
79
|
+
}
|
|
80
|
+
var OrientationRotateOutlinedIcon_default = RefIcon;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { T as TdmIconProps } from './TdmIcon-CClytigf.js';
|
|
3
|
+
|
|
4
|
+
/** */
|
|
5
|
+
declare const RefIcon: React.ForwardRefExoticComponent<Omit<TdmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
|
|
6
|
+
|
|
7
|
+
export { RefIcon as default };
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
var __create = Object.create;
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __defProps = Object.defineProperties;
|
|
6
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
7
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
8
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
9
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
10
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
11
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
12
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
13
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
14
|
+
var __spreadValues = (a, b) => {
|
|
15
|
+
for (var prop in b || (b = {}))
|
|
16
|
+
if (__hasOwnProp.call(b, prop))
|
|
17
|
+
__defNormalProp(a, prop, b[prop]);
|
|
18
|
+
if (__getOwnPropSymbols)
|
|
19
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
20
|
+
if (__propIsEnum.call(b, prop))
|
|
21
|
+
__defNormalProp(a, prop, b[prop]);
|
|
22
|
+
}
|
|
23
|
+
return a;
|
|
24
|
+
};
|
|
25
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
26
|
+
var __export = (target, all) => {
|
|
27
|
+
for (var name in all)
|
|
28
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
29
|
+
};
|
|
30
|
+
var __copyProps = (to, from, except, desc) => {
|
|
31
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
32
|
+
for (let key of __getOwnPropNames(from))
|
|
33
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
34
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
35
|
+
}
|
|
36
|
+
return to;
|
|
37
|
+
};
|
|
38
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
39
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
40
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
41
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
42
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
43
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
44
|
+
mod
|
|
45
|
+
));
|
|
46
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
47
|
+
var PauseFilledIcon_exports = {};
|
|
48
|
+
__export(PauseFilledIcon_exports, {
|
|
49
|
+
default: () => PauseFilledIcon_default
|
|
50
|
+
});
|
|
51
|
+
module.exports = __toCommonJS(PauseFilledIcon_exports);
|
|
52
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
53
|
+
var React = __toESM(require("react"));
|
|
54
|
+
var import_TdmIcon = __toESM(require("../components/TdmIcon"));
|
|
55
|
+
var import_utils = require("../utils");
|
|
56
|
+
const pauseFilledSvg = /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
57
|
+
"svg",
|
|
58
|
+
{
|
|
59
|
+
width: "24",
|
|
60
|
+
height: "24",
|
|
61
|
+
viewBox: "0 0 24 24",
|
|
62
|
+
fill: "#cacaca",
|
|
63
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
64
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M7.1 3H8.5C9.08333 3.03125 9.57917 3.25 9.9875 3.65625C10.3667 4.09375 10.5708 4.625 10.6 5.25V18.75C10.5708 19.375 10.3667 19.9062 9.9875 20.3438C9.57917 20.75 9.08333 20.9688 8.5 21H7.1C6.51667 20.9688 6.02083 20.75 5.6125 20.3438C5.23333 19.9062 5.02917 19.375 5 18.75V5.25C5.02917 4.625 5.23333 4.09375 5.6125 3.65625C6.02083 3.25 6.51667 3.03125 7.1 3ZM15.5 3H16.9C17.4833 3.03125 17.9792 3.25 18.3875 3.65625C18.7667 4.09375 18.9708 4.625 19 5.25V18.75C18.9708 19.375 18.7667 19.9062 18.3875 20.3438C17.9792 20.75 17.4833 20.9688 16.9 21H15.5C14.9167 20.9688 14.4208 20.75 14.0125 20.3438C13.6333 19.9062 13.4292 19.375 13.4 18.75V5.25C13.4292 4.625 13.6333 4.09375 14.0125 3.65625C14.4208 3.25 14.9167 3.03125 15.5 3Z" })
|
|
65
|
+
}
|
|
66
|
+
);
|
|
67
|
+
const pauseFilledIconDefinition = (0, import_utils.svgToIconDefinition)(
|
|
68
|
+
pauseFilledSvg,
|
|
69
|
+
"pause-filled"
|
|
70
|
+
);
|
|
71
|
+
const RefIcon = React.forwardRef((props, ref) => {
|
|
72
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_TdmIcon.default, __spreadProps(__spreadValues({}, props), { ref, icon: pauseFilledIconDefinition }));
|
|
73
|
+
});
|
|
74
|
+
if (process.env.NODE_ENV !== "production") {
|
|
75
|
+
RefIcon.displayName = "PauseFilledIcon";
|
|
76
|
+
}
|
|
77
|
+
var PauseFilledIcon_default = RefIcon;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { T as TdmIconProps } from './TdmIcon-CClytigf.js';
|
|
3
|
+
|
|
4
|
+
/** */
|
|
5
|
+
declare const RefIcon: React.ForwardRefExoticComponent<Omit<TdmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
|
|
6
|
+
|
|
7
|
+
export { RefIcon as default };
|