@nice2dev/icons-social 1.0.11 → 1.0.12

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.mjs CHANGED
@@ -757,7 +757,7 @@ const GroupSettingsIcon = createSocialIcon(
757
757
  { displayName: "GroupSettingsIcon" }
758
758
  );
759
759
  const ActivityFeedIcon = createSocialIcon(
760
- ({ color, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
760
+ ({ color, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
761
761
  /* @__PURE__ */ jsx("path", { d: "M4 6h16M4 12h16M4 18h10", stroke: color, strokeWidth: "2", strokeLinecap: "round" }),
762
762
  /* @__PURE__ */ jsx("circle", { cx: "20", cy: "6", r: "2", fill: "#4caf50", stroke: "none" }),
763
763
  /* @__PURE__ */ jsx("circle", { cx: "20", cy: "12", r: "2", fill: "#2196f3", stroke: "none" })
@@ -1445,7 +1445,7 @@ const PollPostIcon = createSocialIcon(
1445
1445
  { displayName: "PollPostIcon" }
1446
1446
  );
1447
1447
  const HashtagIcon = createSocialIcon(
1448
- ({ color, variant }) => /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx(
1448
+ ({ color, variant: _variant }) => /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx(
1449
1449
  "path",
1450
1450
  {
1451
1451
  d: "M10 3l-2 18M16 3l-2 18M3 8h18M3 16h18",
@@ -1676,7 +1676,7 @@ const GIFIcon = createSocialIcon(
1676
1676
  { displayName: "GIFIcon" }
1677
1677
  );
1678
1678
  const BoomerangIcon = createSocialIcon(
1679
- ({ color, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
1679
+ ({ color, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
1680
1680
  /* @__PURE__ */ jsx(
1681
1681
  "path",
1682
1682
  {
@@ -3133,7 +3133,7 @@ const ViralIcon = createSocialIcon(
3133
3133
  { displayName: "ViralIcon" }
3134
3134
  );
3135
3135
  const TrendingIcon = createSocialIcon(
3136
- ({ color, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
3136
+ ({ color, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
3137
3137
  /* @__PURE__ */ jsx(
3138
3138
  "path",
3139
3139
  {
@@ -3160,7 +3160,7 @@ const TrendingIcon = createSocialIcon(
3160
3160
  { displayName: "TrendingIcon" }
3161
3161
  );
3162
3162
  const TrendingDownIcon = createSocialIcon(
3163
- ({ color, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
3163
+ ({ color, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
3164
3164
  /* @__PURE__ */ jsx(
3165
3165
  "path",
3166
3166
  {
@@ -3330,7 +3330,7 @@ const ClicksIcon = createSocialIcon(
3330
3330
  { displayName: "ClicksIcon" }
3331
3331
  );
3332
3332
  const LinkClicksIcon = createSocialIcon(
3333
- ({ color, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
3333
+ ({ color, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
3334
3334
  /* @__PURE__ */ jsx(
3335
3335
  "path",
3336
3336
  {
@@ -3623,7 +3623,7 @@ const LocationInsightsIcon = createSocialIcon(
3623
3623
  { displayName: "LocationInsightsIcon" }
3624
3624
  );
3625
3625
  const AnalyticsIcon = createSocialIcon(
3626
- ({ color, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
3626
+ ({ color, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
3627
3627
  /* @__PURE__ */ jsx(
3628
3628
  "path",
3629
3629
  {
@@ -3770,7 +3770,7 @@ const CompareIcon = createSocialIcon(
3770
3770
  { displayName: "CompareIcon" }
3771
3771
  );
3772
3772
  const HashtagPerformanceIcon = createSocialIcon(
3773
- ({ color, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
3773
+ ({ color, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
3774
3774
  /* @__PURE__ */ jsx(
3775
3775
  "path",
3776
3776
  {