@tdm-design/icons 0.0.15 → 0.0.16
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/AlertCircleOutlinedIcon.d.ts +7 -0
- package/{AlertCircleOutlineIcon.js → AlertCircleOutlinedIcon.js} +11 -11
- package/{CalenderDaysOutlinedIcon.d.ts → CalendarDaysOutlinedIcon.d.ts} +1 -1
- package/{CalenderDaysOutlinedIcon.js → CalendarDaysOutlinedIcon.js} +11 -11
- package/{ConnerDownLeftIcon.d.ts → CornerDownLeftIcon.d.ts} +1 -1
- package/{ConnerDownLeftIcon.js → CornerDownLeftIcon.js} +11 -11
- package/DeviceOutlinedIcon.d.ts +7 -0
- package/{DeviceOutlineIcon.js → DeviceOutlinedIcon.js} +11 -11
- package/ListIcon.d.ts +7 -0
- package/ListIcon.js +77 -0
- package/SquareListOutlinedIcon.d.ts +7 -0
- package/SquareListOutlinedIcon.js +77 -0
- package/{SunFIlledIcon.d.ts → SunFilledIcon.d.ts} +1 -1
- package/{SunFIlledIcon.js → SunFilledIcon.js} +10 -10
- package/dist/index.umd.global.js +568 -541
- package/dist/index.umd.min.global.js +3 -3
- package/es/icons/AlertCircleOutlinedIcon.d.ts +6 -0
- package/es/icons/AlertCircleOutlinedIcon.d.ts.map +1 -0
- package/es/icons/{AlertCircleOutlineIcon.mjs → AlertCircleOutlinedIcon.mjs} +9 -9
- package/es/icons/AlertCircleOutlinedIcon.mjs.map +1 -0
- package/{lib/icons/CalenderDaysOutlinedIcon.d.ts → es/icons/CalendarDaysOutlinedIcon.d.ts} +2 -2
- package/es/icons/{CalenderDaysOutlinedIcon.d.ts.map → CalendarDaysOutlinedIcon.d.ts.map} +1 -1
- package/es/icons/{CalenderDaysOutlinedIcon.mjs → CalendarDaysOutlinedIcon.mjs} +9 -9
- package/es/icons/{CalenderDaysOutlinedIcon.mjs.map → CalendarDaysOutlinedIcon.mjs.map} +1 -1
- package/{lib/icons/ConnerDownLeftIcon.d.ts → es/icons/CornerDownLeftIcon.d.ts} +2 -2
- package/es/icons/{ConnerDownLeftIcon.d.ts.map → CornerDownLeftIcon.d.ts.map} +1 -1
- package/es/icons/{ConnerDownLeftIcon.mjs → CornerDownLeftIcon.mjs} +9 -9
- package/es/icons/{ConnerDownLeftIcon.mjs.map → CornerDownLeftIcon.mjs.map} +1 -1
- package/es/icons/DeviceOutlinedIcon.d.ts +6 -0
- package/es/icons/DeviceOutlinedIcon.d.ts.map +1 -0
- package/es/icons/{DeviceOutlineIcon.mjs → DeviceOutlinedIcon.mjs} +9 -9
- package/es/icons/DeviceOutlinedIcon.mjs.map +1 -0
- package/es/icons/ListIcon.d.ts +6 -0
- package/es/icons/ListIcon.d.ts.map +1 -0
- package/es/icons/ListIcon.mjs +50 -0
- package/es/icons/ListIcon.mjs.map +1 -0
- package/es/icons/SquareListOutlinedIcon.d.ts +6 -0
- package/es/icons/SquareListOutlinedIcon.d.ts.map +1 -0
- package/es/icons/SquareListOutlinedIcon.mjs +50 -0
- package/es/icons/SquareListOutlinedIcon.mjs.map +1 -0
- package/es/icons/{SunFIlledIcon.d.ts → SunFilledIcon.d.ts} +2 -2
- package/es/icons/{SunFIlledIcon.d.ts.map → SunFilledIcon.d.ts.map} +1 -1
- package/es/icons/{SunFIlledIcon.mjs → SunFilledIcon.mjs} +8 -8
- package/es/icons/{SunFIlledIcon.mjs.map → SunFilledIcon.mjs.map} +1 -1
- package/es/icons/index.d.ts +7 -6
- package/es/icons/index.d.ts.map +1 -1
- package/es/icons/index.mjs +118 -116
- package/es/icons/index.mjs.map +1 -1
- package/lib/icons/AlertCircleOutlinedIcon.d.ts +6 -0
- package/lib/icons/AlertCircleOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/{AlertCircleOutlineIcon.js → AlertCircleOutlinedIcon.js} +12 -12
- package/lib/icons/AlertCircleOutlinedIcon.js.map +1 -0
- package/{es/icons/CalenderDaysOutlinedIcon.d.ts → lib/icons/CalendarDaysOutlinedIcon.d.ts} +2 -2
- package/lib/icons/{CalenderDaysOutlinedIcon.d.ts.map → CalendarDaysOutlinedIcon.d.ts.map} +1 -1
- package/lib/icons/{CalenderDaysOutlinedIcon.js → CalendarDaysOutlinedIcon.js} +12 -12
- package/lib/icons/{CalenderDaysOutlinedIcon.js.map → CalendarDaysOutlinedIcon.js.map} +1 -1
- package/{es/icons/ConnerDownLeftIcon.d.ts → lib/icons/CornerDownLeftIcon.d.ts} +2 -2
- package/lib/icons/{ConnerDownLeftIcon.d.ts.map → CornerDownLeftIcon.d.ts.map} +1 -1
- package/lib/icons/{ConnerDownLeftIcon.js → CornerDownLeftIcon.js} +12 -12
- package/lib/icons/{ConnerDownLeftIcon.js.map → CornerDownLeftIcon.js.map} +1 -1
- package/lib/icons/DeviceOutlinedIcon.d.ts +6 -0
- package/lib/icons/DeviceOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/{DeviceOutlineIcon.js → DeviceOutlinedIcon.js} +12 -12
- package/lib/icons/DeviceOutlinedIcon.js.map +1 -0
- package/lib/icons/ListIcon.d.ts +6 -0
- package/lib/icons/ListIcon.d.ts.map +1 -0
- package/lib/icons/ListIcon.js +78 -0
- package/lib/icons/ListIcon.js.map +1 -0
- package/lib/icons/SquareListOutlinedIcon.d.ts +6 -0
- package/lib/icons/SquareListOutlinedIcon.d.ts.map +1 -0
- package/lib/icons/SquareListOutlinedIcon.js +78 -0
- package/lib/icons/SquareListOutlinedIcon.js.map +1 -0
- package/lib/icons/{SunFIlledIcon.d.ts → SunFilledIcon.d.ts} +2 -2
- package/lib/icons/{SunFIlledIcon.d.ts.map → SunFilledIcon.d.ts.map} +1 -1
- package/lib/icons/{SunFIlledIcon.js → SunFilledIcon.js} +11 -11
- package/lib/icons/{SunFIlledIcon.js.map → SunFilledIcon.js.map} +1 -1
- package/lib/icons/index.d.ts +7 -6
- package/lib/icons/index.d.ts.map +1 -1
- package/lib/icons/index.js +21 -18
- package/lib/icons/index.js.map +1 -1
- package/package.json +1 -1
- package/AlertCircleOutlineIcon.d.ts +0 -7
- package/DeviceOutlineIcon.d.ts +0 -7
- package/SettingGearOutlinedIcon.d.ts +0 -7
- package/SettingGearOutlinedIcon.js +0 -77
- package/es/icons/AlertCircleOutlineIcon.d.ts +0 -6
- package/es/icons/AlertCircleOutlineIcon.d.ts.map +0 -1
- package/es/icons/AlertCircleOutlineIcon.mjs.map +0 -1
- package/es/icons/DeviceOutlineIcon.d.ts +0 -6
- package/es/icons/DeviceOutlineIcon.d.ts.map +0 -1
- package/es/icons/DeviceOutlineIcon.mjs.map +0 -1
- package/es/icons/SettingGearOutlinedIcon.d.ts +0 -6
- package/es/icons/SettingGearOutlinedIcon.d.ts.map +0 -1
- package/es/icons/SettingGearOutlinedIcon.mjs +0 -50
- package/es/icons/SettingGearOutlinedIcon.mjs.map +0 -1
- package/lib/icons/AlertCircleOutlineIcon.d.ts +0 -6
- package/lib/icons/AlertCircleOutlineIcon.d.ts.map +0 -1
- package/lib/icons/AlertCircleOutlineIcon.js.map +0 -1
- package/lib/icons/DeviceOutlineIcon.d.ts +0 -6
- package/lib/icons/DeviceOutlineIcon.d.ts.map +0 -1
- package/lib/icons/DeviceOutlineIcon.js.map +0 -1
- package/lib/icons/SettingGearOutlinedIcon.d.ts +0 -6
- package/lib/icons/SettingGearOutlinedIcon.d.ts.map +0 -1
- package/lib/icons/SettingGearOutlinedIcon.js +0 -78
- package/lib/icons/SettingGearOutlinedIcon.js.map +0 -1
|
@@ -1,78 +0,0 @@
|
|
|
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 SettingGearOutlinedIcon_exports = {};
|
|
48
|
-
__export(SettingGearOutlinedIcon_exports, {
|
|
49
|
-
default: () => SettingGearOutlinedIcon_default
|
|
50
|
-
});
|
|
51
|
-
module.exports = __toCommonJS(SettingGearOutlinedIcon_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 settingGearOutlinedSvg = /* @__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.637 4.757a.638.638 0 00-1.274 0v.142A2.35 2.35 0 019.94 7.05a1 1 0 01-.244.069 2.349 2.349 0 01-2.403-.542l-.058-.058a.637.637 0 00-.9 0l-.001.001a.636.636 0 00-.08.804l.08.097.058.057a2.35 2.35 0 01.492 2.533 2.35 2.35 0 01-2.15 1.539h-.096a.638.638 0 000 1.273h.142a2.35 2.35 0 012.146 1.414 2.35 2.35 0 01-.469 2.592l-.058.058a.637.637 0 000 .9l.001.001a.636.636 0 00.9 0l.058-.058a2.35 2.35 0 012.533-.493l.024.009.035.015a2.35 2.35 0 011.48 2.127v.096a.638.638 0 001.273 0v-.142a2.35 2.35 0 011.414-2.147 2.35 2.35 0 012.592.47l.008.008.05.049a.64.64 0 001.088-.45.637.637 0 00-.108-.354l-.079-.097-.058-.057a2.35 2.35 0 01-.534-2.43l.065-.162a2.35 2.35 0 012.146-1.414h.077a.638.638 0 000-1.274h-.142a2.35 2.35 0 01-2.15-1.424 1 1 0 01-.07-.244 2.35 2.35 0 01.543-2.403l.008-.008.049-.05a.64.64 0 000-.9v-.001a.636.636 0 00-.804-.08l-.097.08-.057.058a2.35 2.35 0 01-2.592.47v-.002a2.35 2.35 0 01-1.414-2.145v-.077zm.817 7.363a1.454 1.454 0 10-2.907 0 1.454 1.454 0 002.907 0zm2 0a3.454 3.454 0 11-6.908 0 3.454 3.454 0 016.908 0zm-.817-7.294l.014.1a.35.35 0 00.11.168l.088.052.01.004a.351.351 0 00.385-.07l.041-.041a2.636 2.636 0 013.73 0l.174.192a2.636 2.636 0 01-.173 3.537l-.042.042-.034.04a.35.35 0 00-.036.346c.022.05.038.102.052.154a.35.35 0 00.273.133h.134a2.637 2.637 0 010 5.274h-.07l-.1.014a.35.35 0 00-.22.198l-.003.01a.351.351 0 00.068.384l.043.042a2.636 2.636 0 010 3.729 2.637 2.637 0 01-3.73 0v.002l-.041-.042a.35.35 0 00-.386-.07l-.01.004a.352.352 0 00-.212.32v.135a2.637 2.637 0 01-5.273 0v-.058a.35.35 0 00-.229-.312 1.022 1.022 0 01-.058-.023.351.351 0 00-.386.07l-.041.041h-.001a2.635 2.635 0 01-3.73 0v-.002a2.635 2.635 0 010-3.728l.042-.042a.35.35 0 00.07-.385l-.004-.01a.351.351 0 00-.22-.197l-.1-.015h-.135a2.637 2.637 0 010-5.273h.058a.35.35 0 00.312-.229 1 1 0 01.023-.058.351.351 0 00-.07-.386l-.041-.041v-.001a2.636 2.636 0 012.875-4.3c.32.132.61.326.854.57l.042.042.04.034a.35.35 0 00.346.036 1 1 0 01.154-.053.35.35 0 00.133-.271v-.135a2.637 2.637 0 015.274 0v.07z" })
|
|
65
|
-
}
|
|
66
|
-
);
|
|
67
|
-
const settingGearOutlinedIconDefinition = (0, import_utils.svgToIconDefinition)(
|
|
68
|
-
settingGearOutlinedSvg,
|
|
69
|
-
"setting-gear-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: settingGearOutlinedIconDefinition }));
|
|
73
|
-
});
|
|
74
|
-
if (process.env.NODE_ENV !== "production") {
|
|
75
|
-
RefIcon.displayName = "SettingGearOutlinedIcon";
|
|
76
|
-
}
|
|
77
|
-
var SettingGearOutlinedIcon_default = RefIcon;
|
|
78
|
-
//# sourceMappingURL=SettingGearOutlinedIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/icons/SettingGearOutlinedIcon.tsx"],"sourcesContent":["// GENERATE BY ./scripts/generate-icons.js\n// DON NOT EDIT IT MANUALLY\n\nimport * as React from 'react';\n\nimport TdmIcon from '../components/TdmIcon';\nimport type { TdmIconProps } from '../components/TdmIcon';\nimport { svgToIconDefinition } from '../utils';\n\nconst settingGearOutlinedSvg = (\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"#cacaca\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path d=\"M12.637 4.757a.638.638 0 00-1.274 0v.142A2.35 2.35 0 019.94 7.05a1 1 0 01-.244.069 2.349 2.349 0 01-2.403-.542l-.058-.058a.637.637 0 00-.9 0l-.001.001a.636.636 0 00-.08.804l.08.097.058.057a2.35 2.35 0 01.492 2.533 2.35 2.35 0 01-2.15 1.539h-.096a.638.638 0 000 1.273h.142a2.35 2.35 0 012.146 1.414 2.35 2.35 0 01-.469 2.592l-.058.058a.637.637 0 000 .9l.001.001a.636.636 0 00.9 0l.058-.058a2.35 2.35 0 012.533-.493l.024.009.035.015a2.35 2.35 0 011.48 2.127v.096a.638.638 0 001.273 0v-.142a2.35 2.35 0 011.414-2.147 2.35 2.35 0 012.592.47l.008.008.05.049a.64.64 0 001.088-.45.637.637 0 00-.108-.354l-.079-.097-.058-.057a2.35 2.35 0 01-.534-2.43l.065-.162a2.35 2.35 0 012.146-1.414h.077a.638.638 0 000-1.274h-.142a2.35 2.35 0 01-2.15-1.424 1 1 0 01-.07-.244 2.35 2.35 0 01.543-2.403l.008-.008.049-.05a.64.64 0 000-.9v-.001a.636.636 0 00-.804-.08l-.097.08-.057.058a2.35 2.35 0 01-2.592.47v-.002a2.35 2.35 0 01-1.414-2.145v-.077zm.817 7.363a1.454 1.454 0 10-2.907 0 1.454 1.454 0 002.907 0zm2 0a3.454 3.454 0 11-6.908 0 3.454 3.454 0 016.908 0zm-.817-7.294l.014.1a.35.35 0 00.11.168l.088.052.01.004a.351.351 0 00.385-.07l.041-.041a2.636 2.636 0 013.73 0l.174.192a2.636 2.636 0 01-.173 3.537l-.042.042-.034.04a.35.35 0 00-.036.346c.022.05.038.102.052.154a.35.35 0 00.273.133h.134a2.637 2.637 0 010 5.274h-.07l-.1.014a.35.35 0 00-.22.198l-.003.01a.351.351 0 00.068.384l.043.042a2.636 2.636 0 010 3.729 2.637 2.637 0 01-3.73 0v.002l-.041-.042a.35.35 0 00-.386-.07l-.01.004a.352.352 0 00-.212.32v.135a2.637 2.637 0 01-5.273 0v-.058a.35.35 0 00-.229-.312 1.022 1.022 0 01-.058-.023.351.351 0 00-.386.07l-.041.041h-.001a2.635 2.635 0 01-3.73 0v-.002a2.635 2.635 0 010-3.728l.042-.042a.35.35 0 00.07-.385l-.004-.01a.351.351 0 00-.22-.197l-.1-.015h-.135a2.637 2.637 0 010-5.273h.058a.35.35 0 00.312-.229 1 1 0 01.023-.058.351.351 0 00-.07-.386l-.041-.041v-.001a2.636 2.636 0 012.875-4.3c.32.132.61.326.854.57l.042.042.04.034a.35.35 0 00.346.036 1 1 0 01.154-.053.35.35 0 00.133-.271v-.135a2.637 2.637 0 015.274 0v.07z\"/>\n </svg>\n);\n\nconst settingGearOutlinedIconDefinition = svgToIconDefinition(\n settingGearOutlinedSvg,\n 'setting-gear-outlined'\n);\n\n/** */\nconst RefIcon: React.ForwardRefExoticComponent<\n Omit<TdmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>\n> = React.forwardRef<HTMLSpanElement, TdmIconProps>((props, ref) => {\n return <TdmIcon {...props} ref={ref} icon={settingGearOutlinedIconDefinition} />;\n});\n\nif (process.env.NODE_ENV !== 'production') {\n RefIcon.displayName = 'SettingGearOutlinedIcon';\n}\n\nexport default RefIcon;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAiBI;AAdJ,YAAuB;AAEvB,qBAAoB;AAEpB,mBAAoC;AAEpC,MAAM,yBACJ;AAAA,EAAC;AAAA;AAAA,IACC,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,MAAK;AAAA,IACL,OAAM;AAAA,IAEN,sDAAC,UAAK,GAAE,w9DAAs9D;AAAA;AACh+D;AAGF,MAAM,wCAAoC;AAAA,EACxC;AAAA,EACA;AACF;AAGA,MAAM,UAEF,MAAM,WAA0C,CAAC,OAAO,QAAQ;AAClE,SAAO,4CAAC,eAAAA,SAAA,iCAAY,QAAZ,EAAmB,KAAU,MAAM,oCAAmC;AAChF,CAAC;AAED,IAAI,QAAQ,IAAI,aAAa,cAAc;AACzC,UAAQ,cAAc;AACxB;AAEA,IAAO,kCAAQ;","names":["TdmIcon"]}
|