zipzy-icons 1.0.0

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.js ADDED
@@ -0,0 +1,69 @@
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
+ // If the importer is in node compatibility mode or this is not an ESM
21
+ // file that has been converted to a CommonJS file using a Babel-
22
+ // compatible transform (i.e. "__esModule" has not been set), then set
23
+ // "default" to the CommonJS "module.exports" for node compatibility.
24
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
+ mod
26
+ ));
27
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
+
29
+ // src/index.js
30
+ var index_exports = {};
31
+ __export(index_exports, {
32
+ ZipZyIcon: () => ZipZyIcon_default
33
+ });
34
+ module.exports = __toCommonJS(index_exports);
35
+
36
+ // src/ZipZyIcon.jsx
37
+ var import_react = __toESM(require("react"));
38
+ var ZipzyIcon = ({ size = 24, color = "currentColor", ...props }) => {
39
+ return /* @__PURE__ */ import_react.default.createElement(
40
+ "svg",
41
+ {
42
+ viewBox: "0 0 1574 542",
43
+ width: size,
44
+ height: size * (542 / 1574),
45
+ xmlns: "http://www.w3.org/2000/svg",
46
+ fill: "none",
47
+ ...props
48
+ },
49
+ /* @__PURE__ */ import_react.default.createElement(
50
+ "path",
51
+ {
52
+ d: "M290.5 0C450.939 0 581 129.814 581 289.948C581 397.912 521.878 492.093 434.186 542C422.973 509.247 404.568 460.501 396.954 460.501C383.861 460.502 360.651 503.863 298.757 503.863C273.166 503.863 241.029 493.765 241.029 467.629C241.03 392.784 457.659 175.973 457.659 104.693C457.659 91.031 444.565 85.6852 434.448 85.6852H160.686C156.52 85.6852 136.881 83.309 136.881 91.0306C136.881 96.9707 162.472 189.636 177.35 189.636C188.658 189.635 203.536 155.777 266.025 155.777C283.284 155.777 302.924 160.529 302.924 181.32C302.923 219.379 139.382 383.843 111.683 518.47C43.6992 465.4 -2.16336e-05 382.767 -2.16336e-05 289.948C-2.16336e-05 129.814 130.061 0 290.5 0Z",
53
+ fill: color
54
+ }
55
+ ),
56
+ /* @__PURE__ */ import_react.default.createElement(
57
+ "path",
58
+ {
59
+ d: "M876.25 418H718.05C704.4 418 694.6 420.1 694.6 403.3C694.6 321.05 809.4 207.65 809.4 183.15C809.4 170.9 797.85 168.1 787.7 168.1C750.95 168.1 742.2 188.05 735.55 188.05C726.8 188.05 711.75 133.45 711.75 129.95C711.75 125.4 723.3 126.8 725.75 126.8H886.75C892.7 126.8 900.4 129.95 900.4 138C900.4 180 773 307.75 773 351.85C773 367.25 791.9 373.2 806.95 373.2C843.35 373.2 857 347.65 864.7 347.65C871.35 347.65 892 411 892 412.75C892 415.9 888.15 418 876.25 418Z",
60
+ fill: color
61
+ }
62
+ )
63
+ );
64
+ };
65
+ var ZipZyIcon_default = ZipzyIcon;
66
+ // Annotate the CommonJS export names for ESM import in node:
67
+ 0 && (module.exports = {
68
+ ZipZyIcon
69
+ });
package/dist/index.mjs ADDED
@@ -0,0 +1,33 @@
1
+ // src/ZipZyIcon.jsx
2
+ import React from "react";
3
+ var ZipzyIcon = ({ size = 24, color = "currentColor", ...props }) => {
4
+ return /* @__PURE__ */ React.createElement(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 1574 542",
8
+ width: size,
9
+ height: size * (542 / 1574),
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ fill: "none",
12
+ ...props
13
+ },
14
+ /* @__PURE__ */ React.createElement(
15
+ "path",
16
+ {
17
+ d: "M290.5 0C450.939 0 581 129.814 581 289.948C581 397.912 521.878 492.093 434.186 542C422.973 509.247 404.568 460.501 396.954 460.501C383.861 460.502 360.651 503.863 298.757 503.863C273.166 503.863 241.029 493.765 241.029 467.629C241.03 392.784 457.659 175.973 457.659 104.693C457.659 91.031 444.565 85.6852 434.448 85.6852H160.686C156.52 85.6852 136.881 83.309 136.881 91.0306C136.881 96.9707 162.472 189.636 177.35 189.636C188.658 189.635 203.536 155.777 266.025 155.777C283.284 155.777 302.924 160.529 302.924 181.32C302.923 219.379 139.382 383.843 111.683 518.47C43.6992 465.4 -2.16336e-05 382.767 -2.16336e-05 289.948C-2.16336e-05 129.814 130.061 0 290.5 0Z",
18
+ fill: color
19
+ }
20
+ ),
21
+ /* @__PURE__ */ React.createElement(
22
+ "path",
23
+ {
24
+ d: "M876.25 418H718.05C704.4 418 694.6 420.1 694.6 403.3C694.6 321.05 809.4 207.65 809.4 183.15C809.4 170.9 797.85 168.1 787.7 168.1C750.95 168.1 742.2 188.05 735.55 188.05C726.8 188.05 711.75 133.45 711.75 129.95C711.75 125.4 723.3 126.8 725.75 126.8H886.75C892.7 126.8 900.4 129.95 900.4 138C900.4 180 773 307.75 773 351.85C773 367.25 791.9 373.2 806.95 373.2C843.35 373.2 857 347.65 864.7 347.65C871.35 347.65 892 411 892 412.75C892 415.9 888.15 418 876.25 418Z",
25
+ fill: color
26
+ }
27
+ )
28
+ );
29
+ };
30
+ var ZipZyIcon_default = ZipzyIcon;
31
+ export {
32
+ ZipZyIcon_default as ZipZyIcon
33
+ };
package/package.json ADDED
@@ -0,0 +1,27 @@
1
+ {
2
+ "name": "zipzy-icons",
3
+ "version": "1.0.0",
4
+ "main": "dist/index.js",
5
+ "module": "dist/index.js",
6
+ "types": "dist/index.d.ts",
7
+ "files": [
8
+ "dist"
9
+ ],
10
+ "keywords": [
11
+ "react",
12
+ "icons",
13
+ "zipzy"
14
+ ],
15
+ "author": "ZipZy",
16
+ "license": "MIT",
17
+ "dependencies": {
18
+ "react": "^19.2.4"
19
+ },
20
+ "devDependencies": {
21
+ "tsup": "^8.5.1",
22
+ "typescript": "^6.0.2"
23
+ },
24
+ "scripts": {
25
+ "build": "tsup"
26
+ }
27
+ }