@tdm-design/icons 0.0.10 → 0.0.11
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/Grid2OutlinedIcon.d.ts +1 -1
- package/Grid2OutlinedIcon.js +1 -1
- package/MessageOutlinedIcon.d.ts +1 -1
- package/MessageOutlinedIcon.js +1 -1
- package/OrientationRotateOutlinedIcon.d.ts +7 -0
- package/OrientationRotateOutlinedIcon.js +80 -0
- package/dist/index.umd.global.js +476 -446
- package/dist/index.umd.min.global.js +3 -3
- 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/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/index.d.ts +1 -0
- package/es/icons/index.d.ts.map +1 -1
- package/es/icons/index.mjs +100 -98
- package/es/icons/index.mjs.map +1 -1
- 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/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/index.d.ts +1 -0
- package/lib/icons/index.d.ts.map +1 -1
- package/lib/icons/index.js +3 -0
- package/lib/icons/index.js.map +1 -1
- package/package.json +1 -1
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)(
|
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;
|