magick-icons 0.1.74 → 0.1.75

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/index.d.mts CHANGED
@@ -1,21 +1,21 @@
1
1
  import React from 'react';
2
2
 
3
3
  /**
4
- * Props for the Icon3square1 icon component
4
+ * Props for the Add1 icon component
5
5
  * @property {number | string} [size] - Size of the icon (default: 24)
6
6
  */
7
- interface Icon3square1Props extends React.SVGProps<SVGSVGElement> {
7
+ interface Add1Props extends React.SVGProps<SVGSVGElement> {
8
8
  size?: number | string;
9
9
  }
10
10
  /**
11
- * Icon3square1 icon component
11
+ * Add1 icon component
12
12
  * @example
13
13
  * ```tsx
14
- * import { Icon3square1 } from 'magick-icons';
14
+ * import { Add1 } from 'magick-icons';
15
15
  *
16
- * <Icon3square1 size={24} className="text-blue-500" strokeWidth={2} />
16
+ * <Add1 size={24} className="text-blue-500" strokeWidth={2} />
17
17
  * ```
18
18
  */
19
- declare const Icon3square1: React.ForwardRefExoticComponent<Omit<Icon3square1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
19
+ declare const Add1: React.ForwardRefExoticComponent<Omit<Add1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
20
20
 
21
- export { Icon3square1, type Icon3square1Props };
21
+ export { Add1, type Add1Props };
package/index.d.ts CHANGED
@@ -1,21 +1,21 @@
1
1
  import React from 'react';
2
2
 
3
3
  /**
4
- * Props for the Icon3square1 icon component
4
+ * Props for the Add1 icon component
5
5
  * @property {number | string} [size] - Size of the icon (default: 24)
6
6
  */
7
- interface Icon3square1Props extends React.SVGProps<SVGSVGElement> {
7
+ interface Add1Props extends React.SVGProps<SVGSVGElement> {
8
8
  size?: number | string;
9
9
  }
10
10
  /**
11
- * Icon3square1 icon component
11
+ * Add1 icon component
12
12
  * @example
13
13
  * ```tsx
14
- * import { Icon3square1 } from 'magick-icons';
14
+ * import { Add1 } from 'magick-icons';
15
15
  *
16
- * <Icon3square1 size={24} className="text-blue-500" strokeWidth={2} />
16
+ * <Add1 size={24} className="text-blue-500" strokeWidth={2} />
17
17
  * ```
18
18
  */
19
- declare const Icon3square1: React.ForwardRefExoticComponent<Omit<Icon3square1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
19
+ declare const Add1: React.ForwardRefExoticComponent<Omit<Add1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
20
20
 
21
- export { Icon3square1, type Icon3square1Props };
21
+ export { Add1, type Add1Props };
package/index.js CHANGED
@@ -30,25 +30,26 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
30
30
  // dist/index.ts
31
31
  var index_exports = {};
32
32
  __export(index_exports, {
33
- Icon3square1: () => Icon3square1
33
+ Add1: () => Add1
34
34
  });
35
35
  module.exports = __toCommonJS(index_exports);
36
36
 
37
- // dist/icons/Icon3square1.tsx
37
+ // dist/icons/Add1.tsx
38
38
  var import_react = __toESM(require("react"));
39
39
  var import_jsx_runtime = require("react/jsx-runtime");
40
- var Icon3square1 = import_react.default.forwardRef(
40
+ var Add1 = import_react.default.forwardRef(
41
41
  ({ size, ...props }, ref) => {
42
42
  return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
43
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#1e293b", d: "M9.37 22.75H4.62c-2.3 0-3.37-1.07-3.37-3.37v-4.75c0-2.31 1.07-3.38 3.37-3.38H7c.41 0 .75.34.75.75v2.37c0 1.46.42 1.88 1.87 1.88H12c.41 0 .75.34.75.75v2.38c0 2.3-1.07 3.37-3.38 3.37m-4.75-10c-1.45 0-1.87.42-1.87 1.88v4.75c0 1.45.42 1.87 1.87 1.87h4.75c1.46 0 1.88-.42 1.88-1.87v-1.63H9.62c-2.3 0-3.37-1.07-3.37-3.38v-1.62z" }),
44
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#1e293b", d: "M14.37 17.75H9.62c-2.3 0-3.37-1.07-3.37-3.38V9.62c0-2.3 1.07-3.37 3.37-3.37H12c.41 0 .75.34.75.75v2.37c0 1.46.42 1.88 1.87 1.88H17c.41 0 .75.34.75.75v2.37c0 2.31-1.07 3.38-3.38 3.38m-4.75-10c-1.45 0-1.87.42-1.87 1.87v4.75c0 1.46.42 1.88 1.87 1.88h4.75c1.46 0 1.88-.42 1.88-1.88v-1.62h-1.63c-2.3 0-3.37-1.07-3.37-3.38V7.75z" }),
45
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#1e293b", d: "M19.37 12.75h-4.75c-2.3 0-3.37-1.07-3.37-3.38V4.62c0-2.3 1.07-3.37 3.37-3.37h4.75c2.31 0 3.38 1.07 3.38 3.37v4.75c0 2.31-1.07 3.38-3.38 3.38m-4.75-10c-1.45 0-1.87.42-1.87 1.87v4.75c0 1.46.42 1.88 1.87 1.88h4.75c1.46 0 1.88-.42 1.88-1.88V4.62c0-1.45-.42-1.87-1.88-1.87z" })
43
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#1e293b", d: "M14 21.75H8.5c-2.89 0-5.25-2.35-5.25-5.25v-10c0-2.9 2.36-5.25 5.25-5.25h7c2.89 0 5.25 2.35 5.25 5.25v6.91c0 .25-.13.49-.34.63s-.48.16-.71.06c-.54-.23-1.12-.35-1.71-.35A4.26 4.26 0 0 0 13.74 18c0 .94.29 1.82.85 2.55.17.23.2.53.07.79-.12.25-.37.41-.66.41m-5.5-19c-2.07 0-3.75 1.68-3.75 3.75v10c0 2.07 1.68 3.75 3.75 3.75h4.2c-.3-.7-.45-1.46-.45-2.25 0-3.17 2.58-5.75 5.75-5.75.42 0 .84.05 1.25.14V6.5c0-2.07-1.68-3.75-3.75-3.75z" }),
44
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#1e293b", d: "M14 6.75h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75M18 23.75c-1.8 0-3.52-.86-4.6-2.3A5.68 5.68 0 0 1 12.25 18a5.757 5.757 0 0 1 8.04-5.28c2.1.93 3.46 3 3.46 5.28 0 3.17-2.58 5.75-5.75 5.75m0-10A4.26 4.26 0 0 0 13.75 18c0 .94.29 1.82.85 2.55.8 1.07 2.07 1.7 3.4 1.7A4.26 4.26 0 0 0 22.25 18c0-1.68-1-3.22-2.55-3.9a4.3 4.3 0 0 0-1.7-.35" }),
45
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#1e293b", d: "M19.92 18.75h-3.83c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.83c.41 0 .75.34.75.75s-.34.75-.75.75" }),
46
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#1e293b", d: "M18 20.67c-.41 0-.75-.34-.75-.75v-3.83c0-.41.34-.75.75-.75s.75.34.75.75v3.83c0 .41-.34.75-.75.75" })
46
47
  ] });
47
48
  }
48
49
  );
49
- Icon3square1.displayName = "Icon3square1";
50
+ Add1.displayName = "Add1";
50
51
  // Annotate the CommonJS export names for ESM import in node:
51
52
  0 && (module.exports = {
52
- Icon3square1
53
+ Add1
53
54
  });
54
55
  //# sourceMappingURL=index.js.map
package/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["index.ts","icons/Icon3square1.tsx"],"sourcesContent":["// Auto-generated file - do not edit manually\n/**\n * @packageDocumentation\n * Magick Icons - SVG icon components for React\n * \n * @example\n * ```tsx\n * import { Icon3square1 } from 'magick-icons';\n * \n * function MyComponent() {\n * return <Icon3square1 size={24} className=\"text-blue-500\" />;\n * }\n * ```\n */\n\n/**\n * Icon3square1 icon component and its props type\n * @see {@link Icon3square1Props} for available props\n */\nexport { Icon3square1, type Icon3square1Props } from './icons/Icon3square1';\n","import React from 'react';\n\n/**\n * Props for the Icon3square1 icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface Icon3square1Props extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * Icon3square1 icon component\n * @example\n * ```tsx\n * import { Icon3square1 } from 'magick-icons';\n * \n * <Icon3square1 size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const Icon3square1 = React.forwardRef<SVGSVGElement, Icon3square1Props>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><path fill=\"#1e293b\" d=\"M9.37 22.75H4.62c-2.3 0-3.37-1.07-3.37-3.37v-4.75c0-2.31 1.07-3.38 3.37-3.38H7c.41 0 .75.34.75.75v2.37c0 1.46.42 1.88 1.87 1.88H12c.41 0 .75.34.75.75v2.38c0 2.3-1.07 3.37-3.38 3.37m-4.75-10c-1.45 0-1.87.42-1.87 1.88v4.75c0 1.45.42 1.87 1.87 1.87h4.75c1.46 0 1.88-.42 1.88-1.87v-1.63H9.62c-2.3 0-3.37-1.07-3.37-3.38v-1.62z\"/><path fill=\"#1e293b\" d=\"M14.37 17.75H9.62c-2.3 0-3.37-1.07-3.37-3.38V9.62c0-2.3 1.07-3.37 3.37-3.37H12c.41 0 .75.34.75.75v2.37c0 1.46.42 1.88 1.87 1.88H17c.41 0 .75.34.75.75v2.37c0 2.31-1.07 3.38-3.38 3.38m-4.75-10c-1.45 0-1.87.42-1.87 1.87v4.75c0 1.46.42 1.88 1.87 1.88h4.75c1.46 0 1.88-.42 1.88-1.88v-1.62h-1.63c-2.3 0-3.37-1.07-3.37-3.38V7.75z\"/><path fill=\"#1e293b\" d=\"M19.37 12.75h-4.75c-2.3 0-3.37-1.07-3.37-3.38V4.62c0-2.3 1.07-3.37 3.37-3.37h4.75c2.31 0 3.38 1.07 3.38 3.37v4.75c0 2.31-1.07 3.38-3.38 3.38m-4.75-10c-1.45 0-1.87.42-1.87 1.87v4.75c0 1.46.42 1.88 1.87 1.88h4.75c1.46 0 1.88-.42 1.88-1.88V4.62c0-1.45-.42-1.87-1.88-1.87z\"/></svg>\n );\n }\n);\n\nIcon3square1.displayName = 'Icon3square1';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAA,mBAAkB;AAsBZ;AAHC,IAAM,eAAe,aAAAA,QAAM;AAAA,EAChC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,6CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO;AAAA,kDAAC,UAAK,MAAK,WAAU,GAAE,qUAAmU;AAAA,MAAE,4CAAC,UAAK,MAAK,WAAU,GAAE,sUAAoU;AAAA,MAAE,4CAAC,UAAK,MAAK,WAAU,GAAE,gRAA8Q;AAAA,OAAE;AAAA,EAExlC;AACF;AAEA,aAAa,cAAc;","names":["React"]}
1
+ {"version":3,"sources":["index.ts","icons/Add1.tsx"],"sourcesContent":["// Auto-generated file - do not edit manually\n/**\n * @packageDocumentation\n * Magick Icons - SVG icon components for React\n * \n * @example\n * ```tsx\n * import { Add1 } from 'magick-icons';\n * \n * function MyComponent() {\n * return <Add1 size={24} className=\"text-blue-500\" />;\n * }\n * ```\n */\n\n/**\n * Add1 icon component and its props type\n * @see {@link Add1Props} for available props\n */\nexport { Add1, type Add1Props } from './icons/Add1';\n","import React from 'react';\n\n/**\n * Props for the Add1 icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface Add1Props extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * Add1 icon component\n * @example\n * ```tsx\n * import { Add1 } from 'magick-icons';\n * \n * <Add1 size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const Add1 = React.forwardRef<SVGSVGElement, Add1Props>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><path fill=\"#1e293b\" d=\"M14 21.75H8.5c-2.89 0-5.25-2.35-5.25-5.25v-10c0-2.9 2.36-5.25 5.25-5.25h7c2.89 0 5.25 2.35 5.25 5.25v6.91c0 .25-.13.49-.34.63s-.48.16-.71.06c-.54-.23-1.12-.35-1.71-.35A4.26 4.26 0 0 0 13.74 18c0 .94.29 1.82.85 2.55.17.23.2.53.07.79-.12.25-.37.41-.66.41m-5.5-19c-2.07 0-3.75 1.68-3.75 3.75v10c0 2.07 1.68 3.75 3.75 3.75h4.2c-.3-.7-.45-1.46-.45-2.25 0-3.17 2.58-5.75 5.75-5.75.42 0 .84.05 1.25.14V6.5c0-2.07-1.68-3.75-3.75-3.75z\"/><path fill=\"#1e293b\" d=\"M14 6.75h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75M18 23.75c-1.8 0-3.52-.86-4.6-2.3A5.68 5.68 0 0 1 12.25 18a5.757 5.757 0 0 1 8.04-5.28c2.1.93 3.46 3 3.46 5.28 0 3.17-2.58 5.75-5.75 5.75m0-10A4.26 4.26 0 0 0 13.75 18c0 .94.29 1.82.85 2.55.8 1.07 2.07 1.7 3.4 1.7A4.26 4.26 0 0 0 22.25 18c0-1.68-1-3.22-2.55-3.9a4.3 4.3 0 0 0-1.7-.35\"/><path fill=\"#1e293b\" d=\"M19.92 18.75h-3.83c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.83c.41 0 .75.34.75.75s-.34.75-.75.75\"/><path fill=\"#1e293b\" d=\"M18 20.67c-.41 0-.75-.34-.75-.75v-3.83c0-.41.34-.75.75-.75s.75.34.75.75v3.83c0 .41-.34.75-.75.75\"/></svg>\n );\n }\n);\n\nAdd1.displayName = 'Add1';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAA,mBAAkB;AAsBZ;AAHC,IAAM,OAAO,aAAAA,QAAM;AAAA,EACxB,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,6CAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO;AAAA,kDAAC,UAAK,MAAK,WAAU,GAAE,8aAA4a;AAAA,MAAE,4CAAC,UAAK,MAAK,WAAU,GAAE,oXAAkX;AAAA,MAAE,4CAAC,UAAK,MAAK,WAAU,GAAE,mGAAiG;AAAA,MAAE,4CAAC,UAAK,MAAK,WAAU,GAAE,oGAAkG;AAAA,OAAE;AAAA,EAE7rC;AACF;AAEA,KAAK,cAAc;","names":["React"]}
package/index.mjs CHANGED
@@ -1,17 +1,18 @@
1
- // dist/icons/Icon3square1.tsx
1
+ // dist/icons/Add1.tsx
2
2
  import React from "react";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
- var Icon3square1 = React.forwardRef(
4
+ var Add1 = React.forwardRef(
5
5
  ({ size, ...props }, ref) => {
6
6
  return /* @__PURE__ */ jsxs("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
7
- /* @__PURE__ */ jsx("path", { fill: "#1e293b", d: "M9.37 22.75H4.62c-2.3 0-3.37-1.07-3.37-3.37v-4.75c0-2.31 1.07-3.38 3.37-3.38H7c.41 0 .75.34.75.75v2.37c0 1.46.42 1.88 1.87 1.88H12c.41 0 .75.34.75.75v2.38c0 2.3-1.07 3.37-3.38 3.37m-4.75-10c-1.45 0-1.87.42-1.87 1.88v4.75c0 1.45.42 1.87 1.87 1.87h4.75c1.46 0 1.88-.42 1.88-1.87v-1.63H9.62c-2.3 0-3.37-1.07-3.37-3.38v-1.62z" }),
8
- /* @__PURE__ */ jsx("path", { fill: "#1e293b", d: "M14.37 17.75H9.62c-2.3 0-3.37-1.07-3.37-3.38V9.62c0-2.3 1.07-3.37 3.37-3.37H12c.41 0 .75.34.75.75v2.37c0 1.46.42 1.88 1.87 1.88H17c.41 0 .75.34.75.75v2.37c0 2.31-1.07 3.38-3.38 3.38m-4.75-10c-1.45 0-1.87.42-1.87 1.87v4.75c0 1.46.42 1.88 1.87 1.88h4.75c1.46 0 1.88-.42 1.88-1.88v-1.62h-1.63c-2.3 0-3.37-1.07-3.37-3.38V7.75z" }),
9
- /* @__PURE__ */ jsx("path", { fill: "#1e293b", d: "M19.37 12.75h-4.75c-2.3 0-3.37-1.07-3.37-3.38V4.62c0-2.3 1.07-3.37 3.37-3.37h4.75c2.31 0 3.38 1.07 3.38 3.37v4.75c0 2.31-1.07 3.38-3.38 3.38m-4.75-10c-1.45 0-1.87.42-1.87 1.87v4.75c0 1.46.42 1.88 1.87 1.88h4.75c1.46 0 1.88-.42 1.88-1.88V4.62c0-1.45-.42-1.87-1.88-1.87z" })
7
+ /* @__PURE__ */ jsx("path", { fill: "#1e293b", d: "M14 21.75H8.5c-2.89 0-5.25-2.35-5.25-5.25v-10c0-2.9 2.36-5.25 5.25-5.25h7c2.89 0 5.25 2.35 5.25 5.25v6.91c0 .25-.13.49-.34.63s-.48.16-.71.06c-.54-.23-1.12-.35-1.71-.35A4.26 4.26 0 0 0 13.74 18c0 .94.29 1.82.85 2.55.17.23.2.53.07.79-.12.25-.37.41-.66.41m-5.5-19c-2.07 0-3.75 1.68-3.75 3.75v10c0 2.07 1.68 3.75 3.75 3.75h4.2c-.3-.7-.45-1.46-.45-2.25 0-3.17 2.58-5.75 5.75-5.75.42 0 .84.05 1.25.14V6.5c0-2.07-1.68-3.75-3.75-3.75z" }),
8
+ /* @__PURE__ */ jsx("path", { fill: "#1e293b", d: "M14 6.75h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75M18 23.75c-1.8 0-3.52-.86-4.6-2.3A5.68 5.68 0 0 1 12.25 18a5.757 5.757 0 0 1 8.04-5.28c2.1.93 3.46 3 3.46 5.28 0 3.17-2.58 5.75-5.75 5.75m0-10A4.26 4.26 0 0 0 13.75 18c0 .94.29 1.82.85 2.55.8 1.07 2.07 1.7 3.4 1.7A4.26 4.26 0 0 0 22.25 18c0-1.68-1-3.22-2.55-3.9a4.3 4.3 0 0 0-1.7-.35" }),
9
+ /* @__PURE__ */ jsx("path", { fill: "#1e293b", d: "M19.92 18.75h-3.83c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.83c.41 0 .75.34.75.75s-.34.75-.75.75" }),
10
+ /* @__PURE__ */ jsx("path", { fill: "#1e293b", d: "M18 20.67c-.41 0-.75-.34-.75-.75v-3.83c0-.41.34-.75.75-.75s.75.34.75.75v3.83c0 .41-.34.75-.75.75" })
10
11
  ] });
11
12
  }
12
13
  );
13
- Icon3square1.displayName = "Icon3square1";
14
+ Add1.displayName = "Add1";
14
15
  export {
15
- Icon3square1
16
+ Add1
16
17
  };
17
18
  //# sourceMappingURL=index.mjs.map
package/index.mjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["icons/Icon3square1.tsx"],"sourcesContent":["import React from 'react';\n\n/**\n * Props for the Icon3square1 icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface Icon3square1Props extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * Icon3square1 icon component\n * @example\n * ```tsx\n * import { Icon3square1 } from 'magick-icons';\n * \n * <Icon3square1 size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const Icon3square1 = React.forwardRef<SVGSVGElement, Icon3square1Props>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><path fill=\"#1e293b\" d=\"M9.37 22.75H4.62c-2.3 0-3.37-1.07-3.37-3.37v-4.75c0-2.31 1.07-3.38 3.37-3.38H7c.41 0 .75.34.75.75v2.37c0 1.46.42 1.88 1.87 1.88H12c.41 0 .75.34.75.75v2.38c0 2.3-1.07 3.37-3.38 3.37m-4.75-10c-1.45 0-1.87.42-1.87 1.88v4.75c0 1.45.42 1.87 1.87 1.87h4.75c1.46 0 1.88-.42 1.88-1.87v-1.63H9.62c-2.3 0-3.37-1.07-3.37-3.38v-1.62z\"/><path fill=\"#1e293b\" d=\"M14.37 17.75H9.62c-2.3 0-3.37-1.07-3.37-3.38V9.62c0-2.3 1.07-3.37 3.37-3.37H12c.41 0 .75.34.75.75v2.37c0 1.46.42 1.88 1.87 1.88H17c.41 0 .75.34.75.75v2.37c0 2.31-1.07 3.38-3.38 3.38m-4.75-10c-1.45 0-1.87.42-1.87 1.87v4.75c0 1.46.42 1.88 1.87 1.88h4.75c1.46 0 1.88-.42 1.88-1.88v-1.62h-1.63c-2.3 0-3.37-1.07-3.37-3.38V7.75z\"/><path fill=\"#1e293b\" d=\"M19.37 12.75h-4.75c-2.3 0-3.37-1.07-3.37-3.38V4.62c0-2.3 1.07-3.37 3.37-3.37h4.75c2.31 0 3.38 1.07 3.38 3.37v4.75c0 2.31-1.07 3.38-3.38 3.38m-4.75-10c-1.45 0-1.87.42-1.87 1.87v4.75c0 1.46.42 1.88 1.87 1.88h4.75c1.46 0 1.88-.42 1.88-1.88V4.62c0-1.45-.42-1.87-1.88-1.87z\"/></svg>\n );\n }\n);\n\nIcon3square1.displayName = 'Icon3square1';\n"],"mappings":";AAAA,OAAO,WAAW;AAsBZ,SAAoH,KAApH;AAHC,IAAM,eAAe,MAAM;AAAA,EAChC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,qBAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO;AAAA,0BAAC,UAAK,MAAK,WAAU,GAAE,qUAAmU;AAAA,MAAE,oBAAC,UAAK,MAAK,WAAU,GAAE,sUAAoU;AAAA,MAAE,oBAAC,UAAK,MAAK,WAAU,GAAE,gRAA8Q;AAAA,OAAE;AAAA,EAExlC;AACF;AAEA,aAAa,cAAc;","names":[]}
1
+ {"version":3,"sources":["icons/Add1.tsx"],"sourcesContent":["import React from 'react';\n\n/**\n * Props for the Add1 icon component\n * @property {number | string} [size] - Size of the icon (default: 24)\n */\nexport interface Add1Props extends React.SVGProps<SVGSVGElement> {\n size?: number | string;\n}\n\n/**\n * Add1 icon component\n * @example\n * ```tsx\n * import { Add1 } from 'magick-icons';\n * \n * <Add1 size={24} className=\"text-blue-500\" strokeWidth={2} />\n * ```\n */\nexport const Add1 = React.forwardRef<SVGSVGElement, Add1Props>(\n ({ size, ...props }, ref) => {\n return (\n <svg ref={ref} xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" {...props}><path fill=\"#1e293b\" d=\"M14 21.75H8.5c-2.89 0-5.25-2.35-5.25-5.25v-10c0-2.9 2.36-5.25 5.25-5.25h7c2.89 0 5.25 2.35 5.25 5.25v6.91c0 .25-.13.49-.34.63s-.48.16-.71.06c-.54-.23-1.12-.35-1.71-.35A4.26 4.26 0 0 0 13.74 18c0 .94.29 1.82.85 2.55.17.23.2.53.07.79-.12.25-.37.41-.66.41m-5.5-19c-2.07 0-3.75 1.68-3.75 3.75v10c0 2.07 1.68 3.75 3.75 3.75h4.2c-.3-.7-.45-1.46-.45-2.25 0-3.17 2.58-5.75 5.75-5.75.42 0 .84.05 1.25.14V6.5c0-2.07-1.68-3.75-3.75-3.75z\"/><path fill=\"#1e293b\" d=\"M14 6.75h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75M18 23.75c-1.8 0-3.52-.86-4.6-2.3A5.68 5.68 0 0 1 12.25 18a5.757 5.757 0 0 1 8.04-5.28c2.1.93 3.46 3 3.46 5.28 0 3.17-2.58 5.75-5.75 5.75m0-10A4.26 4.26 0 0 0 13.75 18c0 .94.29 1.82.85 2.55.8 1.07 2.07 1.7 3.4 1.7A4.26 4.26 0 0 0 22.25 18c0-1.68-1-3.22-2.55-3.9a4.3 4.3 0 0 0-1.7-.35\"/><path fill=\"#1e293b\" d=\"M19.92 18.75h-3.83c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.83c.41 0 .75.34.75.75s-.34.75-.75.75\"/><path fill=\"#1e293b\" d=\"M18 20.67c-.41 0-.75-.34-.75-.75v-3.83c0-.41.34-.75.75-.75s.75.34.75.75v3.83c0 .41-.34.75-.75.75\"/></svg>\n );\n }\n);\n\nAdd1.displayName = 'Add1';\n"],"mappings":";AAAA,OAAO,WAAW;AAsBZ,SAAoH,KAApH;AAHC,IAAM,OAAO,MAAM;AAAA,EACxB,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ;AAC3B,WACE,qBAAC,SAAI,KAAU,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,MAAK,QAAO,SAAQ,aAAa,GAAG,OAAO;AAAA,0BAAC,UAAK,MAAK,WAAU,GAAE,8aAA4a;AAAA,MAAE,oBAAC,UAAK,MAAK,WAAU,GAAE,oXAAkX;AAAA,MAAE,oBAAC,UAAK,MAAK,WAAU,GAAE,mGAAiG;AAAA,MAAE,oBAAC,UAAK,MAAK,WAAU,GAAE,oGAAkG;AAAA,OAAE;AAAA,EAE7rC;AACF;AAEA,KAAK,cAAc;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "magick-icons",
3
- "version": "0.1.74",
3
+ "version": "0.1.75",
4
4
  "description": "Icon library for company projects",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",