@tdm-design/icons 0.0.14 → 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.
Files changed (116) hide show
  1. package/AlertCircleOutlinedIcon.d.ts +7 -0
  2. package/{AlertCircleOutlineIcon.js → AlertCircleOutlinedIcon.js} +11 -11
  3. package/{CalenderDaysOutlinedIcon.d.ts → CalendarDaysOutlinedIcon.d.ts} +1 -1
  4. package/{CalenderDaysOutlinedIcon.js → CalendarDaysOutlinedIcon.js} +11 -11
  5. package/{ConnerDownLeftIcon.d.ts → CornerDownLeftIcon.d.ts} +1 -1
  6. package/{ConnerDownLeftIcon.js → CornerDownLeftIcon.js} +11 -11
  7. package/DeviceOutlinedIcon.d.ts +7 -0
  8. package/{DeviceOutlineIcon.js → DeviceOutlinedIcon.js} +11 -11
  9. package/ListIcon.d.ts +7 -0
  10. package/ListIcon.js +77 -0
  11. package/README.md +112 -37
  12. package/RotateLeftOutlinedIcon.d.ts +7 -0
  13. package/RotateLeftOutlinedIcon.js +82 -0
  14. package/SquareListOutlinedIcon.d.ts +7 -0
  15. package/SquareListOutlinedIcon.js +77 -0
  16. package/{SunFIlledIcon.d.ts → SunFilledIcon.d.ts} +1 -1
  17. package/{SunFIlledIcon.js → SunFilledIcon.js} +10 -10
  18. package/dist/index.umd.global.js +754 -695
  19. package/dist/index.umd.min.global.js +4 -4
  20. package/es/icons/AlertCircleOutlinedIcon.d.ts +6 -0
  21. package/es/icons/AlertCircleOutlinedIcon.d.ts.map +1 -0
  22. package/es/icons/{AlertCircleOutlineIcon.mjs → AlertCircleOutlinedIcon.mjs} +9 -9
  23. package/es/icons/AlertCircleOutlinedIcon.mjs.map +1 -0
  24. package/{lib/icons/CalenderDaysOutlinedIcon.d.ts → es/icons/CalendarDaysOutlinedIcon.d.ts} +2 -2
  25. package/es/icons/{CalenderDaysOutlinedIcon.d.ts.map → CalendarDaysOutlinedIcon.d.ts.map} +1 -1
  26. package/es/icons/{CalenderDaysOutlinedIcon.mjs → CalendarDaysOutlinedIcon.mjs} +9 -9
  27. package/es/icons/{CalenderDaysOutlinedIcon.mjs.map → CalendarDaysOutlinedIcon.mjs.map} +1 -1
  28. package/{lib/icons/ConnerDownLeftIcon.d.ts → es/icons/CornerDownLeftIcon.d.ts} +2 -2
  29. package/es/icons/{ConnerDownLeftIcon.d.ts.map → CornerDownLeftIcon.d.ts.map} +1 -1
  30. package/es/icons/{ConnerDownLeftIcon.mjs → CornerDownLeftIcon.mjs} +9 -9
  31. package/es/icons/{ConnerDownLeftIcon.mjs.map → CornerDownLeftIcon.mjs.map} +1 -1
  32. package/es/icons/DeviceOutlinedIcon.d.ts +6 -0
  33. package/es/icons/DeviceOutlinedIcon.d.ts.map +1 -0
  34. package/es/icons/{DeviceOutlineIcon.mjs → DeviceOutlinedIcon.mjs} +9 -9
  35. package/es/icons/DeviceOutlinedIcon.mjs.map +1 -0
  36. package/es/icons/ListIcon.d.ts +6 -0
  37. package/es/icons/ListIcon.d.ts.map +1 -0
  38. package/es/icons/ListIcon.mjs +50 -0
  39. package/es/icons/ListIcon.mjs.map +1 -0
  40. package/es/icons/RotateLeftOutlinedIcon.d.ts +6 -0
  41. package/es/icons/RotateLeftOutlinedIcon.d.ts.map +1 -0
  42. package/es/icons/RotateLeftOutlinedIcon.mjs +55 -0
  43. package/es/icons/RotateLeftOutlinedIcon.mjs.map +1 -0
  44. package/es/icons/SquareListOutlinedIcon.d.ts +6 -0
  45. package/es/icons/SquareListOutlinedIcon.d.ts.map +1 -0
  46. package/es/icons/SquareListOutlinedIcon.mjs +50 -0
  47. package/es/icons/SquareListOutlinedIcon.mjs.map +1 -0
  48. package/es/icons/{SunFIlledIcon.d.ts → SunFilledIcon.d.ts} +2 -2
  49. package/es/icons/{SunFIlledIcon.d.ts.map → SunFilledIcon.d.ts.map} +1 -1
  50. package/es/icons/{SunFIlledIcon.mjs → SunFilledIcon.mjs} +8 -8
  51. package/es/icons/{SunFIlledIcon.mjs.map → SunFilledIcon.mjs.map} +1 -1
  52. package/es/icons/index.d.ts +8 -6
  53. package/es/icons/index.d.ts.map +1 -1
  54. package/es/icons/index.mjs +152 -148
  55. package/es/icons/index.mjs.map +1 -1
  56. package/lib/icons/AlertCircleOutlinedIcon.d.ts +6 -0
  57. package/lib/icons/AlertCircleOutlinedIcon.d.ts.map +1 -0
  58. package/lib/icons/{AlertCircleOutlineIcon.js → AlertCircleOutlinedIcon.js} +12 -12
  59. package/lib/icons/AlertCircleOutlinedIcon.js.map +1 -0
  60. package/{es/icons/CalenderDaysOutlinedIcon.d.ts → lib/icons/CalendarDaysOutlinedIcon.d.ts} +2 -2
  61. package/lib/icons/{CalenderDaysOutlinedIcon.d.ts.map → CalendarDaysOutlinedIcon.d.ts.map} +1 -1
  62. package/lib/icons/{CalenderDaysOutlinedIcon.js → CalendarDaysOutlinedIcon.js} +12 -12
  63. package/lib/icons/{CalenderDaysOutlinedIcon.js.map → CalendarDaysOutlinedIcon.js.map} +1 -1
  64. package/{es/icons/ConnerDownLeftIcon.d.ts → lib/icons/CornerDownLeftIcon.d.ts} +2 -2
  65. package/lib/icons/{ConnerDownLeftIcon.d.ts.map → CornerDownLeftIcon.d.ts.map} +1 -1
  66. package/lib/icons/{ConnerDownLeftIcon.js → CornerDownLeftIcon.js} +12 -12
  67. package/lib/icons/{ConnerDownLeftIcon.js.map → CornerDownLeftIcon.js.map} +1 -1
  68. package/lib/icons/DeviceOutlinedIcon.d.ts +6 -0
  69. package/lib/icons/DeviceOutlinedIcon.d.ts.map +1 -0
  70. package/lib/icons/{DeviceOutlineIcon.js → DeviceOutlinedIcon.js} +12 -12
  71. package/lib/icons/DeviceOutlinedIcon.js.map +1 -0
  72. package/lib/icons/ListIcon.d.ts +6 -0
  73. package/lib/icons/ListIcon.d.ts.map +1 -0
  74. package/lib/icons/ListIcon.js +78 -0
  75. package/lib/icons/ListIcon.js.map +1 -0
  76. package/lib/icons/RotateLeftOutlinedIcon.d.ts +6 -0
  77. package/lib/icons/RotateLeftOutlinedIcon.d.ts.map +1 -0
  78. package/lib/icons/RotateLeftOutlinedIcon.js +83 -0
  79. package/lib/icons/RotateLeftOutlinedIcon.js.map +1 -0
  80. package/lib/icons/SquareListOutlinedIcon.d.ts +6 -0
  81. package/lib/icons/SquareListOutlinedIcon.d.ts.map +1 -0
  82. package/lib/icons/SquareListOutlinedIcon.js +78 -0
  83. package/lib/icons/SquareListOutlinedIcon.js.map +1 -0
  84. package/lib/icons/{SunFIlledIcon.d.ts → SunFilledIcon.d.ts} +2 -2
  85. package/lib/icons/{SunFIlledIcon.d.ts.map → SunFilledIcon.d.ts.map} +1 -1
  86. package/lib/icons/{SunFIlledIcon.js → SunFilledIcon.js} +11 -11
  87. package/lib/icons/{SunFIlledIcon.js.map → SunFilledIcon.js.map} +1 -1
  88. package/lib/icons/index.d.ts +8 -6
  89. package/lib/icons/index.d.ts.map +1 -1
  90. package/lib/icons/index.js +24 -18
  91. package/lib/icons/index.js.map +1 -1
  92. package/package.json +16 -15
  93. package/AlertCircleOutlineIcon.d.ts +0 -7
  94. package/DeviceOutlineIcon.d.ts +0 -7
  95. package/SettingGearOutlinedIcon.d.ts +0 -7
  96. package/SettingGearOutlinedIcon.js +0 -77
  97. package/es/icons/AlertCircleOutlineIcon.d.ts +0 -6
  98. package/es/icons/AlertCircleOutlineIcon.d.ts.map +0 -1
  99. package/es/icons/AlertCircleOutlineIcon.mjs.map +0 -1
  100. package/es/icons/DeviceOutlineIcon.d.ts +0 -6
  101. package/es/icons/DeviceOutlineIcon.d.ts.map +0 -1
  102. package/es/icons/DeviceOutlineIcon.mjs.map +0 -1
  103. package/es/icons/SettingGearOutlinedIcon.d.ts +0 -6
  104. package/es/icons/SettingGearOutlinedIcon.d.ts.map +0 -1
  105. package/es/icons/SettingGearOutlinedIcon.mjs +0 -50
  106. package/es/icons/SettingGearOutlinedIcon.mjs.map +0 -1
  107. package/lib/icons/AlertCircleOutlineIcon.d.ts +0 -6
  108. package/lib/icons/AlertCircleOutlineIcon.d.ts.map +0 -1
  109. package/lib/icons/AlertCircleOutlineIcon.js.map +0 -1
  110. package/lib/icons/DeviceOutlineIcon.d.ts +0 -6
  111. package/lib/icons/DeviceOutlineIcon.d.ts.map +0 -1
  112. package/lib/icons/DeviceOutlineIcon.js.map +0 -1
  113. package/lib/icons/SettingGearOutlinedIcon.d.ts +0 -6
  114. package/lib/icons/SettingGearOutlinedIcon.d.ts.map +0 -1
  115. package/lib/icons/SettingGearOutlinedIcon.js +0 -78
  116. package/lib/icons/SettingGearOutlinedIcon.js.map +0 -1
@@ -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 SquareListOutlinedIcon_exports = {};
48
+ __export(SquareListOutlinedIcon_exports, {
49
+ default: () => SquareListOutlinedIcon_default
50
+ });
51
+ module.exports = __toCommonJS(SquareListOutlinedIcon_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 squareListOutlinedSvg = /* @__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: "M5.57143 5.17857C5.20982 5.17857 4.92857 5.5 4.92857 5.82143V18.6786C4.92857 19.0402 5.20982 19.3214 5.57143 19.3214H18.4286C18.7499 19.3214 19.0714 19.0402 19.0714 18.6786V5.82143C19.0714 5.5 18.7499 5.17857 18.4286 5.17857H5.57143ZM3 5.82143C3 4.41518 4.12501 3.25 5.57143 3.25H18.4286C19.8349 3.25 21 4.41518 21 5.82143V18.6786C21 20.125 19.8349 21.25 18.4286 21.25H5.57143C4.12501 21.25 3 20.125 3 18.6786V5.82143ZM6.85714 8.39286C6.85714 7.70982 7.41965 7.10714 8.14286 7.10714C8.8259 7.10714 9.42857 7.70982 9.42857 8.39286C9.42857 9.11607 8.8259 9.67857 8.14286 9.67857C7.41965 9.67857 6.85714 9.11607 6.85714 8.39286ZM11.0357 8.39286C11.0357 7.87054 11.4375 7.42857 12 7.42857H15.8571C16.3794 7.42857 16.8215 7.87054 16.8215 8.39286C16.8215 8.95536 16.3794 9.35714 15.8571 9.35714H12C11.4375 9.35714 11.0357 8.95536 11.0357 8.39286ZM11.0357 12.25C11.0357 11.7277 11.4375 11.2857 12 11.2857H15.8571C16.3794 11.2857 16.8215 11.7277 16.8215 12.25C16.8215 12.8125 16.3794 13.2143 15.8571 13.2143H12C11.4375 13.2143 11.0357 12.8125 11.0357 12.25ZM11.0357 16.1071C11.0357 15.5849 11.4375 15.1428 12 15.1428H15.8571C16.3794 15.1428 16.8215 15.5849 16.8215 16.1071C16.8215 16.6697 16.3794 17.0715 15.8571 17.0715H12C11.4375 17.0715 11.0357 16.6697 11.0357 16.1071ZM8.14286 13.5357C7.41965 13.5357 6.85714 12.9732 6.85714 12.25C6.85714 11.5669 7.41965 10.9643 8.14286 10.9643C8.8259 10.9643 9.42857 11.5669 9.42857 12.25C9.42857 12.9732 8.8259 13.5357 8.14286 13.5357ZM6.85714 16.1071C6.85714 15.4241 7.41965 14.8214 8.14286 14.8214C8.8259 14.8214 9.42857 15.4241 9.42857 16.1071C9.42857 16.8303 8.8259 17.3929 8.14286 17.3929C7.41965 17.3929 6.85714 16.8303 6.85714 16.1071Z" })
65
+ }
66
+ );
67
+ const squareListOutlinedIconDefinition = (0, import_utils.svgToIconDefinition)(
68
+ squareListOutlinedSvg,
69
+ "square-list-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: squareListOutlinedIconDefinition }));
73
+ });
74
+ if (process.env.NODE_ENV !== "production") {
75
+ RefIcon.displayName = "SquareListOutlinedIcon";
76
+ }
77
+ var SquareListOutlinedIcon_default = RefIcon;
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
2
  import { T as TdmIconProps } from './TdmIcon-CClytigf.js';
3
3
 
4
- /**![SunFIlledIcon](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IiNjYWNhY2EiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDMuNzYzYy40MTggMCAuNzcyLjM1NC43NzIuNzcydjIuMDZjMCAuNDUtLjM1NC43NzEtLjc3Mi43NzFhLjc0NC43NDQgMCAwMS0uNzcyLS43NzJ2LTIuMDZjMC0uNDE3LjMyMi0uNzcxLjc3Mi0uNzcxem0wIDEyLjg3Yy40MTggMCAuNzcyLjM1NS43NzIuNzczdjIuMDZjMCAuNDUtLjM1NC43NzEtLjc3Mi43NzFhLjc0NC43NDQgMCAwMS0uNzcyLS43NzJ2LTIuMDZjMC0uNDE4LjMyMi0uNzcxLjc3Mi0uNzcxem03LjQ2NS0zLjg2aC0yLjA2YS43NDQuNzQ0IDAgMDEtLjc3MS0uNzczYzAtLjQxOC4zMjEtLjc3Mi43NzItLjc3MmgyLjA2Yy40MTcgMCAuNzcxLjM1NC43NzEuNzcyIDAgLjQ1LS4zNTQuNzcyLS43NzIuNzcyek03LjM2NiAxMmMwIC40NS0uMzU0Ljc3Mi0uNzcyLjc3MmgtMi4wNkEuNzQzLjc0MyAwIDAxMy43NjQgMTJjMC0uNDE4LjMyMS0uNzcyLjc3Mi0uNzcyaDIuMDZjLjQxNyAwIC43NzEuMzU0Ljc3MS43NzJ6bTEwLjQ1OC00LjczbC0xLjQ4IDEuNDhjLS4yOS4yOS0uNzcyLjI5LTEuMDk0IDAtLjI5LS4zMjItLjI5LS44MDQgMC0xLjA5NGwxLjQ4LTEuNDhjLjI5LS4yOS43NzItLjI5IDEuMDk0IDAgLjI5LjMyMi4yOS44MDQgMCAxLjA5NHptLTkuMTA2IDguMDEyYy4yOS4zMjIuMjkuODA1IDAgMS4wOTRsLTEuNDggMS40NDhhLjcwNS43MDUgMCAwMS0xLjA2MiAwIC43MDUuNzA1IDAgMDEwLTEuMDYybDEuNDQ4LTEuNDhjLjI5LS4yOS43NzItLjI5IDEuMDk0IDB6bTguMDEyIDIuNTQybC0xLjQ4LTEuNDQ4Yy0uMjktLjI5LS4yOS0uNzcyIDAtMS4wOTQuMzIyLS4yOS44MDQtLjI5IDEuMDk0IDBsMS40OCAxLjQ4Yy4yOS4yOS4yOS43NzMgMCAxLjA2Mi0uMzIyLjMyMi0uODA0LjMyMi0xLjA5NCAwek04LjcxOCA4Ljc1Yy0uMzIyLjI5LS44MDUuMjktMS4wOTQgMEw2LjE3NiA3LjI3Yy0uMzIyLS4yOS0uMzIyLS43NzIgMC0xLjA5NGEuNzU3Ljc1NyAwIDAxMS4wNjIgMGwxLjQ4IDEuNDhjLjI5LjI5LjI5Ljc3MiAwIDEuMDk0ek0xMiAxNS42MDRhMy41NDMgMy41NDMgMCAwMS0zLjEyMS0xLjgwMmMtLjY3Ni0xLjA5NC0uNjc2LTIuNDc4IDAtMy42MDRBMy42MSAzLjYxIDAgMDExMiA4LjM5NmMxLjI4NyAwIDIuNDQ1LjcwOCAzLjA4OSAxLjgwMi42NzYgMS4xMjYuNjc2IDIuNTEgMCAzLjYwNEEzLjUzIDMuNTMgMCAwMTEyIDE1LjYwNHoiLz48L3N2Zz4=) */
4
+ /**![SunFilledIcon](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IiNjYWNhY2EiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDMuNzYzYy40MTggMCAuNzcyLjM1NC43NzIuNzcydjIuMDZjMCAuNDUtLjM1NC43NzEtLjc3Mi43NzFhLjc0NC43NDQgMCAwMS0uNzcyLS43NzJ2LTIuMDZjMC0uNDE3LjMyMi0uNzcxLjc3Mi0uNzcxem0wIDEyLjg3Yy40MTggMCAuNzcyLjM1NS43NzIuNzczdjIuMDZjMCAuNDUtLjM1NC43NzEtLjc3Mi43NzFhLjc0NC43NDQgMCAwMS0uNzcyLS43NzJ2LTIuMDZjMC0uNDE4LjMyMi0uNzcxLjc3Mi0uNzcxem03LjQ2NS0zLjg2aC0yLjA2YS43NDQuNzQ0IDAgMDEtLjc3MS0uNzczYzAtLjQxOC4zMjEtLjc3Mi43NzItLjc3MmgyLjA2Yy40MTcgMCAuNzcxLjM1NC43NzEuNzcyIDAgLjQ1LS4zNTQuNzcyLS43NzIuNzcyek03LjM2NiAxMmMwIC40NS0uMzU0Ljc3Mi0uNzcyLjc3MmgtMi4wNkEuNzQzLjc0MyAwIDAxMy43NjQgMTJjMC0uNDE4LjMyMS0uNzcyLjc3Mi0uNzcyaDIuMDZjLjQxNyAwIC43NzEuMzU0Ljc3MS43NzJ6bTEwLjQ1OC00LjczbC0xLjQ4IDEuNDhjLS4yOS4yOS0uNzcyLjI5LTEuMDk0IDAtLjI5LS4zMjItLjI5LS44MDQgMC0xLjA5NGwxLjQ4LTEuNDhjLjI5LS4yOS43NzItLjI5IDEuMDk0IDAgLjI5LjMyMi4yOS44MDQgMCAxLjA5NHptLTkuMTA2IDguMDEyYy4yOS4zMjIuMjkuODA1IDAgMS4wOTRsLTEuNDggMS40NDhhLjcwNS43MDUgMCAwMS0xLjA2MiAwIC43MDUuNzA1IDAgMDEwLTEuMDYybDEuNDQ4LTEuNDhjLjI5LS4yOS43NzItLjI5IDEuMDk0IDB6bTguMDEyIDIuNTQybC0xLjQ4LTEuNDQ4Yy0uMjktLjI5LS4yOS0uNzcyIDAtMS4wOTQuMzIyLS4yOS44MDQtLjI5IDEuMDk0IDBsMS40OCAxLjQ4Yy4yOS4yOS4yOS43NzMgMCAxLjA2Mi0uMzIyLjMyMi0uODA0LjMyMi0xLjA5NCAwek04LjcxOCA4Ljc1Yy0uMzIyLjI5LS44MDUuMjktMS4wOTQgMEw2LjE3NiA3LjI3Yy0uMzIyLS4yOS0uMzIyLS43NzIgMC0xLjA5NGEuNzU3Ljc1NyAwIDAxMS4wNjIgMGwxLjQ4IDEuNDhjLjI5LjI5LjI5Ljc3MiAwIDEuMDk0ek0xMiAxNS42MDRhMy41NDMgMy41NDMgMCAwMS0zLjEyMS0xLjgwMmMtLjY3Ni0xLjA5NC0uNjc2LTIuNDc4IDAtMy42MDRBMy42MSAzLjYxIDAgMDExMiA4LjM5NmMxLjI4NyAwIDIuNDQ1LjcwOCAzLjA4OSAxLjgwMi42NzYgMS4xMjYuNjc2IDIuNTEgMCAzLjYwNEEzLjUzIDMuNTMgMCAwMTEyIDE1LjYwNHoiLz48L3N2Zz4=) */
5
5
  declare const RefIcon: React.ForwardRefExoticComponent<Omit<TdmIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
6
6
 
7
7
  export { RefIcon as default };
@@ -44,16 +44,16 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
44
44
  mod
45
45
  ));
46
46
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
47
- var SunFIlledIcon_exports = {};
48
- __export(SunFIlledIcon_exports, {
49
- default: () => SunFIlledIcon_default
47
+ var SunFilledIcon_exports = {};
48
+ __export(SunFilledIcon_exports, {
49
+ default: () => SunFilledIcon_default
50
50
  });
51
- module.exports = __toCommonJS(SunFIlledIcon_exports);
51
+ module.exports = __toCommonJS(SunFilledIcon_exports);
52
52
  var import_jsx_runtime = require("react/jsx-runtime");
53
53
  var React = __toESM(require("react"));
54
54
  var import_TdmIcon = __toESM(require("../components/TdmIcon"));
55
55
  var import_utils = require("../utils");
56
- const sunFIlledSvg = /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
56
+ const sunFilledSvg = /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
57
57
  "svg",
58
58
  {
59
59
  width: "24",
@@ -64,14 +64,14 @@ const sunFIlledSvg = /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
64
64
  children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12 3.763c.418 0 .772.354.772.772v2.06c0 .45-.354.771-.772.771a.744.744 0 01-.772-.772v-2.06c0-.417.322-.771.772-.771zm0 12.87c.418 0 .772.355.772.773v2.06c0 .45-.354.771-.772.771a.744.744 0 01-.772-.772v-2.06c0-.418.322-.771.772-.771zm7.465-3.86h-2.06a.744.744 0 01-.771-.773c0-.418.321-.772.772-.772h2.06c.417 0 .771.354.771.772 0 .45-.354.772-.772.772zM7.366 12c0 .45-.354.772-.772.772h-2.06A.743.743 0 013.764 12c0-.418.321-.772.772-.772h2.06c.417 0 .771.354.771.772zm10.458-4.73l-1.48 1.48c-.29.29-.772.29-1.094 0-.29-.322-.29-.804 0-1.094l1.48-1.48c.29-.29.772-.29 1.094 0 .29.322.29.804 0 1.094zm-9.106 8.012c.29.322.29.805 0 1.094l-1.48 1.448a.705.705 0 01-1.062 0 .705.705 0 010-1.062l1.448-1.48c.29-.29.772-.29 1.094 0zm8.012 2.542l-1.48-1.448c-.29-.29-.29-.772 0-1.094.322-.29.804-.29 1.094 0l1.48 1.48c.29.29.29.773 0 1.062-.322.322-.804.322-1.094 0zM8.718 8.75c-.322.29-.805.29-1.094 0L6.176 7.27c-.322-.29-.322-.772 0-1.094a.757.757 0 011.062 0l1.48 1.48c.29.29.29.772 0 1.094zM12 15.604a3.543 3.543 0 01-3.121-1.802c-.676-1.094-.676-2.478 0-3.604A3.61 3.61 0 0112 8.396c1.287 0 2.445.708 3.089 1.802.676 1.126.676 2.51 0 3.604A3.53 3.53 0 0112 15.604z" })
65
65
  }
66
66
  );
67
- const sunFIlledIconDefinition = (0, import_utils.svgToIconDefinition)(
68
- sunFIlledSvg,
67
+ const sunFilledIconDefinition = (0, import_utils.svgToIconDefinition)(
68
+ sunFilledSvg,
69
69
  "sun-filled"
70
70
  );
71
71
  const RefIcon = React.forwardRef((props, ref) => {
72
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_TdmIcon.default, __spreadProps(__spreadValues({}, props), { ref, icon: sunFIlledIconDefinition }));
72
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_TdmIcon.default, __spreadProps(__spreadValues({}, props), { ref, icon: sunFilledIconDefinition }));
73
73
  });
74
74
  if (process.env.NODE_ENV !== "production") {
75
- RefIcon.displayName = "SunFIlledIcon";
75
+ RefIcon.displayName = "SunFilledIcon";
76
76
  }
77
- var SunFIlledIcon_default = RefIcon;
77
+ var SunFilledIcon_default = RefIcon;