@iguanads/icons 1.0.4 → 1.1.2
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/filled/index.js +25 -25
- package/dist/filled/index.mjs +25 -25
- package/dist/one-color/index.d.mts +5 -1
- package/dist/one-color/index.d.ts +5 -1
- package/dist/one-color/index.js +102 -108
- package/dist/one-color/index.mjs +100 -108
- package/dist/social-media/index.js +3 -3
- package/dist/social-media/index.mjs +3 -3
- package/dist/two-colors/index.d.mts +3 -5
- package/dist/two-colors/index.d.ts +3 -5
- package/dist/two-colors/index.js +64 -85
- package/dist/two-colors/index.mjs +63 -83
- package/package.json +4 -4
|
@@ -45,12 +45,12 @@ module.exports = __toCommonJS(social_media_exports);
|
|
|
45
45
|
|
|
46
46
|
// src/social-media/Facebook.tsx
|
|
47
47
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
48
|
-
var SvgFacebook = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width ||
|
|
48
|
+
var SvgFacebook = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: props.color || "currentColor", d: "M32 16c0-8.837-7.163-16-16-16S0 7.163 0 16s7.163 16 16 16q.141.002.281-.006v-12.45h-3.437v-4.007h3.437v-2.95c0-3.418 2.088-5.28 5.138-5.28 1.462 0 2.718.105 3.081.155v3.576h-2.1c-1.656 0-1.981.787-1.981 1.943v2.55h3.968l-.518 4.007h-3.45V31.38C27.106 29.462 32 23.306 32 16" }) }));
|
|
49
49
|
var Facebook_default = SvgFacebook;
|
|
50
50
|
|
|
51
51
|
// src/social-media/Instagram.tsx
|
|
52
52
|
var import_jsx_runtime2 = require("react/jsx-runtime");
|
|
53
|
-
var SvgInstagram = (props) => /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width ||
|
|
53
|
+
var SvgInstagram = (props) => /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: [
|
|
54
54
|
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)("path", { fill: props.color || "currentColor", d: "M19.063 16a3.062 3.062 0 1 1-6.125 0 3.062 3.062 0 0 1 6.124 0" }),
|
|
55
55
|
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M23.162 10.582a2.85 2.85 0 0 0-.687-1.057 2.85 2.85 0 0 0-1.056-.687c-.324-.126-.81-.275-1.706-.316-.97-.044-1.26-.054-3.713-.054s-2.744.01-3.713.053c-.895.041-1.382.191-1.706.317-.399.147-.76.382-1.056.687-.305.297-.54.657-.687 1.056-.126.324-.276.81-.317 1.707-.044.968-.053 1.259-.053 3.712s.01 2.744.053 3.713c.041.896.19 1.382.317 1.706.147.399.382.76.687 1.056.296.305.657.54 1.056.687.324.126.81.276 1.706.317.97.044 1.26.053 3.713.053s2.744-.01 3.712-.053c.896-.041 1.383-.19 1.707-.317a3.04 3.04 0 0 0 1.743-1.743c.126-.324.276-.81.317-1.706.044-.97.053-1.26.053-3.713s-.01-2.744-.053-3.712c-.041-.896-.19-1.383-.317-1.707M16 20.718a4.718 4.718 0 1 1 0-9.436 4.718 4.718 0 0 1 0 9.436m3.802-9.622a1.102 1.102 0 1 0 2.205 0 1.102 1.102 0 0 0-2.205 0", clipRule: "evenodd" }),
|
|
56
56
|
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M0 16C0 7.165 7.165 0 16 0s16 7.165 16 16-7.165 16-16 16S0 24.835 0 16m24.705 6.018c.227-.584.383-1.252.427-2.23.045-.98.055-1.293.055-3.788s-.01-2.808-.055-3.788c-.044-.978-.2-1.646-.427-2.23a4.5 4.5 0 0 0-1.06-1.627 4.5 4.5 0 0 0-1.627-1.06c-.584-.227-1.252-.382-2.23-.427-.98-.045-1.293-.056-3.788-.056s-2.808.011-3.788.056c-.978.045-1.646.2-2.23.427a4.5 4.5 0 0 0-1.627 1.06 4.5 4.5 0 0 0-1.06 1.627c-.227.584-.383 1.252-.427 2.23-.045.98-.056 1.293-.056 3.788s.011 2.808.056 3.788c.045.978.2 1.646.427 2.23.23.613.592 1.168 1.06 1.627.459.468 1.014.83 1.627 1.06.584.227 1.252.382 2.23.427.98.045 1.293.055 3.788.055s2.808-.01 3.788-.055c.978-.045 1.646-.2 2.23-.427a4.7 4.7 0 0 0 2.687-2.687", clipRule: "evenodd" })
|
|
@@ -59,7 +59,7 @@ var Instagram_default = SvgInstagram;
|
|
|
59
59
|
|
|
60
60
|
// src/social-media/Linkedin.tsx
|
|
61
61
|
var import_jsx_runtime3 = require("react/jsx-runtime");
|
|
62
|
-
var SvgLinkedin = (props) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width ||
|
|
62
|
+
var SvgLinkedin = (props) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M0 16C0 7.165 7.165 0 16 0s16 7.165 16 16-7.165 16-16 16S0 24.835 0 16m7.454 8.188h3.897V12.464H7.454zm1.948-13.325h-.025c-1.308 0-2.153-.9-2.153-2.025 0-1.15.871-2.025 2.204-2.025s2.153.875 2.179 2.025c0 1.125-.846 2.025-2.205 2.025m12.103 13.325h3.896v-6.723c0-3.6-1.922-5.276-4.486-5.276-2.067 0-2.994 1.136-3.511 1.935v-1.66h-3.897c.051 1.1 0 11.724 0 11.724h3.897V17.64c0-.35.025-.7.128-.951.282-.7.923-1.425 1.999-1.425 1.41 0 1.974 1.075 1.974 2.65z", clipRule: "evenodd" }) }));
|
|
63
63
|
var Linkedin_default = SvgLinkedin;
|
|
64
64
|
// Annotate the CommonJS export names for ESM import in node:
|
|
65
65
|
0 && (module.exports = {
|
|
@@ -5,12 +5,12 @@ import {
|
|
|
5
5
|
|
|
6
6
|
// src/social-media/Facebook.tsx
|
|
7
7
|
import { jsx } from "react/jsx-runtime";
|
|
8
|
-
var SvgFacebook = (props) => /* @__PURE__ */ jsx("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width ||
|
|
8
|
+
var SvgFacebook = (props) => /* @__PURE__ */ jsx("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: /* @__PURE__ */ jsx("path", { fill: props.color || "currentColor", d: "M32 16c0-8.837-7.163-16-16-16S0 7.163 0 16s7.163 16 16 16q.141.002.281-.006v-12.45h-3.437v-4.007h3.437v-2.95c0-3.418 2.088-5.28 5.138-5.28 1.462 0 2.718.105 3.081.155v3.576h-2.1c-1.656 0-1.981.787-1.981 1.943v2.55h3.968l-.518 4.007h-3.45V31.38C27.106 29.462 32 23.306 32 16" }) }));
|
|
9
9
|
var Facebook_default = SvgFacebook;
|
|
10
10
|
|
|
11
11
|
// src/social-media/Instagram.tsx
|
|
12
12
|
import { jsx as jsx2, jsxs } from "react/jsx-runtime";
|
|
13
|
-
var SvgInstagram = (props) => /* @__PURE__ */ jsxs("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width ||
|
|
13
|
+
var SvgInstagram = (props) => /* @__PURE__ */ jsxs("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: [
|
|
14
14
|
/* @__PURE__ */ jsx2("path", { fill: props.color || "currentColor", d: "M19.063 16a3.062 3.062 0 1 1-6.125 0 3.062 3.062 0 0 1 6.124 0" }),
|
|
15
15
|
/* @__PURE__ */ jsx2("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M23.162 10.582a2.85 2.85 0 0 0-.687-1.057 2.85 2.85 0 0 0-1.056-.687c-.324-.126-.81-.275-1.706-.316-.97-.044-1.26-.054-3.713-.054s-2.744.01-3.713.053c-.895.041-1.382.191-1.706.317-.399.147-.76.382-1.056.687-.305.297-.54.657-.687 1.056-.126.324-.276.81-.317 1.707-.044.968-.053 1.259-.053 3.712s.01 2.744.053 3.713c.041.896.19 1.382.317 1.706.147.399.382.76.687 1.056.296.305.657.54 1.056.687.324.126.81.276 1.706.317.97.044 1.26.053 3.713.053s2.744-.01 3.712-.053c.896-.041 1.383-.19 1.707-.317a3.04 3.04 0 0 0 1.743-1.743c.126-.324.276-.81.317-1.706.044-.97.053-1.26.053-3.713s-.01-2.744-.053-3.712c-.041-.896-.19-1.383-.317-1.707M16 20.718a4.718 4.718 0 1 1 0-9.436 4.718 4.718 0 0 1 0 9.436m3.802-9.622a1.102 1.102 0 1 0 2.205 0 1.102 1.102 0 0 0-2.205 0", clipRule: "evenodd" }),
|
|
16
16
|
/* @__PURE__ */ jsx2("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M0 16C0 7.165 7.165 0 16 0s16 7.165 16 16-7.165 16-16 16S0 24.835 0 16m24.705 6.018c.227-.584.383-1.252.427-2.23.045-.98.055-1.293.055-3.788s-.01-2.808-.055-3.788c-.044-.978-.2-1.646-.427-2.23a4.5 4.5 0 0 0-1.06-1.627 4.5 4.5 0 0 0-1.627-1.06c-.584-.227-1.252-.382-2.23-.427-.98-.045-1.293-.056-3.788-.056s-2.808.011-3.788.056c-.978.045-1.646.2-2.23.427a4.5 4.5 0 0 0-1.627 1.06 4.5 4.5 0 0 0-1.06 1.627c-.227.584-.383 1.252-.427 2.23-.045.98-.056 1.293-.056 3.788s.011 2.808.056 3.788c.045.978.2 1.646.427 2.23.23.613.592 1.168 1.06 1.627.459.468 1.014.83 1.627 1.06.584.227 1.252.382 2.23.427.98.045 1.293.055 3.788.055s2.808-.01 3.788-.055c.978-.045 1.646-.2 2.23-.427a4.7 4.7 0 0 0 2.687-2.687", clipRule: "evenodd" })
|
|
@@ -19,7 +19,7 @@ var Instagram_default = SvgInstagram;
|
|
|
19
19
|
|
|
20
20
|
// src/social-media/Linkedin.tsx
|
|
21
21
|
import { jsx as jsx3 } from "react/jsx-runtime";
|
|
22
|
-
var SvgLinkedin = (props) => /* @__PURE__ */ jsx3("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width ||
|
|
22
|
+
var SvgLinkedin = (props) => /* @__PURE__ */ jsx3("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: /* @__PURE__ */ jsx3("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M0 16C0 7.165 7.165 0 16 0s16 7.165 16 16-7.165 16-16 16S0 24.835 0 16m7.454 8.188h3.897V12.464H7.454zm1.948-13.325h-.025c-1.308 0-2.153-.9-2.153-2.025 0-1.15.871-2.025 2.204-2.025s2.153.875 2.179 2.025c0 1.125-.846 2.025-2.205 2.025m12.103 13.325h3.896v-6.723c0-3.6-1.922-5.276-4.486-5.276-2.067 0-2.994 1.136-3.511 1.935v-1.66h-3.897c.051 1.1 0 11.724 0 11.724h3.897V17.64c0-.35.025-.7.128-.951.282-.7.923-1.425 1.999-1.425 1.41 0 1.974 1.075 1.974 2.65z", clipRule: "evenodd" }) }));
|
|
23
23
|
var Linkedin_default = SvgLinkedin;
|
|
24
24
|
export {
|
|
25
25
|
Facebook_default as Facebook,
|
|
@@ -19,10 +19,10 @@ declare const SvgMoney: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JS
|
|
|
19
19
|
|
|
20
20
|
declare const SvgNotification: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
21
21
|
|
|
22
|
-
declare const SvgOrder: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
23
|
-
|
|
24
22
|
declare const SvgOrderEdit: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
25
23
|
|
|
24
|
+
declare const SvgOrder: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
25
|
+
|
|
26
26
|
declare const SvgPay: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
27
27
|
|
|
28
28
|
declare const SvgPin: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -37,6 +37,4 @@ declare const SvgUser: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX
|
|
|
37
37
|
|
|
38
38
|
declare const SvgVoucher: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
39
39
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
export { SvgBag as Bag, SvgCalendar as Calendar, SvgCart as Cart, SvgFavorite as Favorite, SvgHelp as Help, SvgLoyalty as Loyalty, SvgMatches as Matches, SvgMoney as Money, SvgNotification as Notification, SvgOrder as Order, SvgOrderEdit as OrderEdit, SvgPay as Pay, SvgPin as Pin, SvgRate as Rate, SvgSearch as Search, SvgTrash as Trash, SvgUser as User, SvgVoucher as Voucher, SvgVoucher2 as Voucher2 };
|
|
40
|
+
export { SvgBag as Bag, SvgCalendar as Calendar, SvgCart as Cart, SvgFavorite as Favorite, SvgHelp as Help, SvgLoyalty as Loyalty, SvgMatches as Matches, SvgMoney as Money, SvgNotification as Notification, SvgOrder as Order, SvgOrderEdit as OrderEdit, SvgPay as Pay, SvgPin as Pin, SvgRate as Rate, SvgSearch as Search, SvgTrash as Trash, SvgUser as User, SvgVoucher as Voucher };
|
|
@@ -19,10 +19,10 @@ declare const SvgMoney: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JS
|
|
|
19
19
|
|
|
20
20
|
declare const SvgNotification: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
21
21
|
|
|
22
|
-
declare const SvgOrder: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
23
|
-
|
|
24
22
|
declare const SvgOrderEdit: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
25
23
|
|
|
24
|
+
declare const SvgOrder: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
25
|
+
|
|
26
26
|
declare const SvgPay: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
27
27
|
|
|
28
28
|
declare const SvgPin: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -37,6 +37,4 @@ declare const SvgUser: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX
|
|
|
37
37
|
|
|
38
38
|
declare const SvgVoucher: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
39
39
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
export { SvgBag as Bag, SvgCalendar as Calendar, SvgCart as Cart, SvgFavorite as Favorite, SvgHelp as Help, SvgLoyalty as Loyalty, SvgMatches as Matches, SvgMoney as Money, SvgNotification as Notification, SvgOrder as Order, SvgOrderEdit as OrderEdit, SvgPay as Pay, SvgPin as Pin, SvgRate as Rate, SvgSearch as Search, SvgTrash as Trash, SvgUser as User, SvgVoucher as Voucher, SvgVoucher2 as Voucher2 };
|
|
40
|
+
export { SvgBag as Bag, SvgCalendar as Calendar, SvgCart as Cart, SvgFavorite as Favorite, SvgHelp as Help, SvgLoyalty as Loyalty, SvgMatches as Matches, SvgMoney as Money, SvgNotification as Notification, SvgOrder as Order, SvgOrderEdit as OrderEdit, SvgPay as Pay, SvgPin as Pin, SvgRate as Rate, SvgSearch as Search, SvgTrash as Trash, SvgUser as User, SvgVoucher as Voucher };
|