@edux-design/icons 0.1.8 → 0.1.10

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/index.d.mts CHANGED
@@ -107,8 +107,14 @@ declare const SvgSettings: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime
107
107
 
108
108
  declare const SvgSigma: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
109
109
 
110
+ declare const SvgStrikethrough: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
111
+
112
+ declare const SvgSubscript: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
113
+
110
114
  declare const SvgSuccess: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
111
115
 
116
+ declare const SvgSuperscript: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
117
+
112
118
  declare const SvgSwaporder: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
113
119
 
114
120
  declare const SvgSwitch: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
@@ -135,4 +141,4 @@ declare const SvgUsers: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JS
135
141
 
136
142
  declare const SvgWarning: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
137
143
 
138
- export { SvgAddimage as Addimage, SvgArrow as Arrow, SvgBoldtext as Boldtext, SvgBook as Book, SvgCheck as Check, SvgChevron as Chevron, SvgClass as Class, SvgClose as Close, SvgCode as Code, SvgCollapse as Collapse, SvgCopy as Copy, SvgDraghandle as Draghandle, SvgError as Error, SvgExternal as External, SvgEye as Eye, SvgEyehide as Eyehide, SvgFileWord as FileWord, SvgFilter as Filter, SvgFirst as First, SvgGologo as Gologo, SvgHamburger as Hamburger, SvgHammer as Hammer, SvgHeadingtext as Headingtext, SvgHeadingtext1 as Headingtext1, SvgHeadingtext2 as Headingtext2, SvgHeadingtext3 as Headingtext3, SvgHeadingtext4 as Headingtext4, SvgHeadingtext5 as Headingtext5, SvgHeadingtext6 as Headingtext6, SvgHouse as House, SvgHtml as Html, SvgIndeterminate as Indeterminate, SvgInfo as Info, SvgItalicstext as Italicstext, SvgJson as Json, SvgLast as Last, SvgList as List, SvgListordered as Listordered, SvgLogout as Logout, SvgManuscript as Manuscript, SvgMeatball as Meatball, SvgMeatballVertical as MeatballVertical, SvgNext as Next, SvgPersonAvatar as PersonAvatar, SvgPlus as Plus, SvgPrevious as Previous, SvgProduct as Product, SvgRedo as Redo, SvgRefresh as Refresh, SvgSearchglass as Searchglass, SvgSeries as Series, SvgSettings as Settings, SvgSigma as Sigma, SvgSuccess as Success, SvgSwaporder as Swaporder, SvgSwitch as Switch, SvgTable as Table, SvgTextAlignCenter as TextAlignCenter, SvgTextAlignEnd as TextAlignEnd, SvgTextAlignJustify as TextAlignJustify, SvgTextAlignStart as TextAlignStart, SvgTrash as Trash, SvgUnderlinetext as Underlinetext, SvgUndo as Undo, SvgUnknown as Unknown, SvgUsers as Users, SvgWarning as Warning };
144
+ export { SvgAddimage as Addimage, SvgArrow as Arrow, SvgBoldtext as Boldtext, SvgBook as Book, SvgCheck as Check, SvgChevron as Chevron, SvgClass as Class, SvgClose as Close, SvgCode as Code, SvgCollapse as Collapse, SvgCopy as Copy, SvgDraghandle as Draghandle, SvgError as Error, SvgExternal as External, SvgEye as Eye, SvgEyehide as Eyehide, SvgFileWord as FileWord, SvgFilter as Filter, SvgFirst as First, SvgGologo as Gologo, SvgHamburger as Hamburger, SvgHammer as Hammer, SvgHeadingtext as Headingtext, SvgHeadingtext1 as Headingtext1, SvgHeadingtext2 as Headingtext2, SvgHeadingtext3 as Headingtext3, SvgHeadingtext4 as Headingtext4, SvgHeadingtext5 as Headingtext5, SvgHeadingtext6 as Headingtext6, SvgHouse as House, SvgHtml as Html, SvgIndeterminate as Indeterminate, SvgInfo as Info, SvgItalicstext as Italicstext, SvgJson as Json, SvgLast as Last, SvgList as List, SvgListordered as Listordered, SvgLogout as Logout, SvgManuscript as Manuscript, SvgMeatball as Meatball, SvgMeatballVertical as MeatballVertical, SvgNext as Next, SvgPersonAvatar as PersonAvatar, SvgPlus as Plus, SvgPrevious as Previous, SvgProduct as Product, SvgRedo as Redo, SvgRefresh as Refresh, SvgSearchglass as Searchglass, SvgSeries as Series, SvgSettings as Settings, SvgSigma as Sigma, SvgStrikethrough as Strikethrough, SvgSubscript as Subscript, SvgSuccess as Success, SvgSuperscript as Superscript, SvgSwaporder as Swaporder, SvgSwitch as Switch, SvgTable as Table, SvgTextAlignCenter as TextAlignCenter, SvgTextAlignEnd as TextAlignEnd, SvgTextAlignJustify as TextAlignJustify, SvgTextAlignStart as TextAlignStart, SvgTrash as Trash, SvgUnderlinetext as Underlinetext, SvgUndo as Undo, SvgUnknown as Unknown, SvgUsers as Users, SvgWarning as Warning };
package/dist/index.d.ts CHANGED
@@ -107,8 +107,14 @@ declare const SvgSettings: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime
107
107
 
108
108
  declare const SvgSigma: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
109
109
 
110
+ declare const SvgStrikethrough: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
111
+
112
+ declare const SvgSubscript: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
113
+
110
114
  declare const SvgSuccess: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
111
115
 
116
+ declare const SvgSuperscript: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
117
+
112
118
  declare const SvgSwaporder: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
113
119
 
114
120
  declare const SvgSwitch: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
@@ -135,4 +141,4 @@ declare const SvgUsers: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JS
135
141
 
136
142
  declare const SvgWarning: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
137
143
 
138
- export { SvgAddimage as Addimage, SvgArrow as Arrow, SvgBoldtext as Boldtext, SvgBook as Book, SvgCheck as Check, SvgChevron as Chevron, SvgClass as Class, SvgClose as Close, SvgCode as Code, SvgCollapse as Collapse, SvgCopy as Copy, SvgDraghandle as Draghandle, SvgError as Error, SvgExternal as External, SvgEye as Eye, SvgEyehide as Eyehide, SvgFileWord as FileWord, SvgFilter as Filter, SvgFirst as First, SvgGologo as Gologo, SvgHamburger as Hamburger, SvgHammer as Hammer, SvgHeadingtext as Headingtext, SvgHeadingtext1 as Headingtext1, SvgHeadingtext2 as Headingtext2, SvgHeadingtext3 as Headingtext3, SvgHeadingtext4 as Headingtext4, SvgHeadingtext5 as Headingtext5, SvgHeadingtext6 as Headingtext6, SvgHouse as House, SvgHtml as Html, SvgIndeterminate as Indeterminate, SvgInfo as Info, SvgItalicstext as Italicstext, SvgJson as Json, SvgLast as Last, SvgList as List, SvgListordered as Listordered, SvgLogout as Logout, SvgManuscript as Manuscript, SvgMeatball as Meatball, SvgMeatballVertical as MeatballVertical, SvgNext as Next, SvgPersonAvatar as PersonAvatar, SvgPlus as Plus, SvgPrevious as Previous, SvgProduct as Product, SvgRedo as Redo, SvgRefresh as Refresh, SvgSearchglass as Searchglass, SvgSeries as Series, SvgSettings as Settings, SvgSigma as Sigma, SvgSuccess as Success, SvgSwaporder as Swaporder, SvgSwitch as Switch, SvgTable as Table, SvgTextAlignCenter as TextAlignCenter, SvgTextAlignEnd as TextAlignEnd, SvgTextAlignJustify as TextAlignJustify, SvgTextAlignStart as TextAlignStart, SvgTrash as Trash, SvgUnderlinetext as Underlinetext, SvgUndo as Undo, SvgUnknown as Unknown, SvgUsers as Users, SvgWarning as Warning };
144
+ export { SvgAddimage as Addimage, SvgArrow as Arrow, SvgBoldtext as Boldtext, SvgBook as Book, SvgCheck as Check, SvgChevron as Chevron, SvgClass as Class, SvgClose as Close, SvgCode as Code, SvgCollapse as Collapse, SvgCopy as Copy, SvgDraghandle as Draghandle, SvgError as Error, SvgExternal as External, SvgEye as Eye, SvgEyehide as Eyehide, SvgFileWord as FileWord, SvgFilter as Filter, SvgFirst as First, SvgGologo as Gologo, SvgHamburger as Hamburger, SvgHammer as Hammer, SvgHeadingtext as Headingtext, SvgHeadingtext1 as Headingtext1, SvgHeadingtext2 as Headingtext2, SvgHeadingtext3 as Headingtext3, SvgHeadingtext4 as Headingtext4, SvgHeadingtext5 as Headingtext5, SvgHeadingtext6 as Headingtext6, SvgHouse as House, SvgHtml as Html, SvgIndeterminate as Indeterminate, SvgInfo as Info, SvgItalicstext as Italicstext, SvgJson as Json, SvgLast as Last, SvgList as List, SvgListordered as Listordered, SvgLogout as Logout, SvgManuscript as Manuscript, SvgMeatball as Meatball, SvgMeatballVertical as MeatballVertical, SvgNext as Next, SvgPersonAvatar as PersonAvatar, SvgPlus as Plus, SvgPrevious as Previous, SvgProduct as Product, SvgRedo as Redo, SvgRefresh as Refresh, SvgSearchglass as Searchglass, SvgSeries as Series, SvgSettings as Settings, SvgSigma as Sigma, SvgStrikethrough as Strikethrough, SvgSubscript as Subscript, SvgSuccess as Success, SvgSuperscript as Superscript, SvgSwaporder as Swaporder, SvgSwitch as Switch, SvgTable as Table, SvgTextAlignCenter as TextAlignCenter, SvgTextAlignEnd as TextAlignEnd, SvgTextAlignJustify as TextAlignJustify, SvgTextAlignStart as TextAlignStart, SvgTrash as Trash, SvgUnderlinetext as Underlinetext, SvgUndo as Undo, SvgUnknown as Unknown, SvgUsers as Users, SvgWarning as Warning };
package/dist/index.js CHANGED
@@ -220,6 +220,24 @@ var SvgCollapse = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
220
220
  }
221
221
  );
222
222
  var Collapse_default = SvgCollapse;
223
+ var SvgComment = (props) => /* @__PURE__ */ jsxRuntime.jsx(
224
+ "svg",
225
+ {
226
+ xmlns: "http://www.w3.org/2000/svg",
227
+ width: "1em",
228
+ height: "1em",
229
+ fill: "none",
230
+ stroke: "currentColor",
231
+ strokeLinecap: "round",
232
+ strokeLinejoin: "round",
233
+ strokeWidth: 2,
234
+ className: "comment_svg__lucide comment_svg__lucide-message-square-more-icon comment_svg__lucide-message-square-more",
235
+ viewBox: "0 0 24 24",
236
+ ...props,
237
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2zM12 11h.01M16 11h.01M8 11h.01" })
238
+ }
239
+ );
240
+ var Comment_default = SvgComment;
223
241
  var SvgCopy = (props) => /* @__PURE__ */ jsxRuntime.jsx(
224
242
  "svg",
225
243
  {
@@ -1139,6 +1157,42 @@ var SvgSigma = (props) => /* @__PURE__ */ jsxRuntime.jsx(
1139
1157
  }
1140
1158
  );
1141
1159
  var Sigma_default = SvgSigma;
1160
+ var SvgStrikethrough = (props) => /* @__PURE__ */ jsxRuntime.jsx(
1161
+ "svg",
1162
+ {
1163
+ xmlns: "http://www.w3.org/2000/svg",
1164
+ width: "1em",
1165
+ height: "1em",
1166
+ fill: "none",
1167
+ stroke: "currentColor",
1168
+ strokeLinecap: "round",
1169
+ strokeLinejoin: "round",
1170
+ strokeWidth: 2,
1171
+ className: "strikethrough_svg__lucide strikethrough_svg__lucide-strikethrough-icon strikethrough_svg__lucide-strikethrough",
1172
+ viewBox: "0 0 24 24",
1173
+ ...props,
1174
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M16 4H9a3 3 0 0 0-2.83 4M14 12a4 4 0 0 1 0 8H6M4 12h16" })
1175
+ }
1176
+ );
1177
+ var Strikethrough_default = SvgStrikethrough;
1178
+ var SvgSubscript = (props) => /* @__PURE__ */ jsxRuntime.jsx(
1179
+ "svg",
1180
+ {
1181
+ xmlns: "http://www.w3.org/2000/svg",
1182
+ width: "1em",
1183
+ height: "1em",
1184
+ fill: "none",
1185
+ stroke: "currentColor",
1186
+ strokeLinecap: "round",
1187
+ strokeLinejoin: "round",
1188
+ strokeWidth: 2,
1189
+ className: "subscript_svg__lucide subscript_svg__lucide-subscript-icon subscript_svg__lucide-subscript",
1190
+ viewBox: "0 0 24 24",
1191
+ ...props,
1192
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m4 5 8 8M12 5l-8 8M20 19h-4c0-1.5.44-2 1.5-2.5S20 15.33 20 14c0-.47-.17-.93-.48-1.29a2.11 2.11 0 0 0-2.62-.44c-.42.24-.74.62-.9 1.07" })
1193
+ }
1194
+ );
1195
+ var Subscript_default = SvgSubscript;
1142
1196
  var SvgSuccess = (props) => /* @__PURE__ */ jsxRuntime.jsx(
1143
1197
  "svg",
1144
1198
  {
@@ -1160,6 +1214,24 @@ var SvgSuccess = (props) => /* @__PURE__ */ jsxRuntime.jsx(
1160
1214
  }
1161
1215
  );
1162
1216
  var Success_default = SvgSuccess;
1217
+ var SvgSuperscript = (props) => /* @__PURE__ */ jsxRuntime.jsx(
1218
+ "svg",
1219
+ {
1220
+ xmlns: "http://www.w3.org/2000/svg",
1221
+ width: "1em",
1222
+ height: "1em",
1223
+ fill: "none",
1224
+ stroke: "currentColor",
1225
+ strokeLinecap: "round",
1226
+ strokeLinejoin: "round",
1227
+ strokeWidth: 2,
1228
+ className: "superscript_svg__lucide superscript_svg__lucide-subscript-icon superscript_svg__lucide-subscript",
1229
+ viewBox: "0 0 24 24",
1230
+ ...props,
1231
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m4 5 8 8M12 5l-8 8M20 19h-4c0-1.5.44-2 1.5-2.5S20 15.33 20 14c0-.47-.17-.93-.48-1.29a2.11 2.11 0 0 0-2.62-.44c-.42.24-.74.62-.9 1.07" })
1232
+ }
1233
+ );
1234
+ var Superscript_default = SvgSuperscript;
1163
1235
  var SvgSwaporder = (props) => /* @__PURE__ */ jsxRuntime.jsx(
1164
1236
  "svg",
1165
1237
  {
@@ -1422,6 +1494,7 @@ exports.Class = Class_default;
1422
1494
  exports.Close = Close_default;
1423
1495
  exports.Code = Code_default;
1424
1496
  exports.Collapse = Collapse_default;
1497
+ exports.Comment = Comment_default;
1425
1498
  exports.Copy = Copy_default;
1426
1499
  exports.Draghandle = Draghandle_default;
1427
1500
  exports.Error = Error_default;
@@ -1465,7 +1538,10 @@ exports.Searchglass = Searchglass_default;
1465
1538
  exports.Series = Series_default;
1466
1539
  exports.Settings = Settings_default;
1467
1540
  exports.Sigma = Sigma_default;
1541
+ exports.Strikethrough = Strikethrough_default;
1542
+ exports.Subscript = Subscript_default;
1468
1543
  exports.Success = Success_default;
1544
+ exports.Superscript = Superscript_default;
1469
1545
  exports.Swaporder = Swaporder_default;
1470
1546
  exports.Switch = Switch_default;
1471
1547
  exports.Table = Table_default;