@shulex/icons 1.0.31 → 1.0.32
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import ShulexIcon from "../components/ShulexIcon.mjs";
|
|
2
2
|
import * as React from "react";
|
|
3
|
-
const InnerSvg = (props) => /* @__PURE__ */ React.createElement("svg", { fill: "none", viewBox: "0 0 20 21", ...props }, /* @__PURE__ */ React.createElement("rect", { width:
|
|
3
|
+
const InnerSvg = (props) => /* @__PURE__ */ React.createElement("svg", { fill: "none", viewBox: "0 0 20 21", ...props }, /* @__PURE__ */ React.createElement("rect", { width: 19, height: 19, x: 0.5, y: 0.5, fill: "url(#paint0_linear_6094_18024)", rx: 9.5 }), /* @__PURE__ */ React.createElement("rect", { width: 19, height: 19, x: 0.5, y: 0.5, stroke: "#fff", rx: 9.5 }), /* @__PURE__ */ React.createElement("g", { fill: "#fff", filter: "url(#filter0_d_6094_18024)" }, /* @__PURE__ */ React.createElement("path", { d: "M15.35 6.48a1 1 0 0 1 .15.52v6a1 1 0 0 1-1 1h-9a1 1 0 0 1-1-1V7a1 1 0 0 1 .1-.42l4.73 4.3a1 1 0 0 0 1.34 0l4.74-4.3z" }), /* @__PURE__ */ React.createElement("path", { d: "M14.5 6q.4.01.68.26l-4.55 3.72a1 1 0 0 1-1.26 0L4.82 6.26A1 1 0 0 1 5.5 6z" })), /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("filter", { id: "filter0_d_6094_18024", width: 20, height: 20, x: 0, y: 1, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ React.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), /* @__PURE__ */ React.createElement("feOffset", { dy: 1 }), /* @__PURE__ */ React.createElement("feGaussianBlur", { stdDeviation: 2 }), /* @__PURE__ */ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }), /* @__PURE__ */ React.createElement("feColorMatrix", { values: "0 0 0 0 0.239216 0 0 0 0 0.509804 0 0 0 0 0.92549 0 0 0 1 0" }), /* @__PURE__ */ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_6094_18024" }), /* @__PURE__ */ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_6094_18024", result: "shape" })), /* @__PURE__ */ React.createElement("linearGradient", { id: "paint0_linear_6094_18024", x1: 10, x2: 10, y1: 0, y2: 20, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("stop", { stopColor: "#5CC4F7" }), /* @__PURE__ */ React.createElement("stop", { offset: 1, stopColor: "#3978EB" }))));
|
|
4
4
|
const EmailCircle2Colored = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: true });
|
|
5
5
|
const RefIcon = React.forwardRef(EmailCircle2Colored);
|
|
6
6
|
if (process.env.NODE_ENV !== "production") {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import ShulexIcon from "../components/ShulexIcon.mjs";
|
|
2
2
|
import * as React from "react";
|
|
3
|
-
const InnerSvg = (props) => /* @__PURE__ */ React.createElement("svg", { fill: "none", viewBox: "0 0 20 20", ...props }, /* @__PURE__ */ React.createElement("rect", { width:
|
|
3
|
+
const InnerSvg = (props) => /* @__PURE__ */ React.createElement("svg", { fill: "none", viewBox: "0 0 20 20", ...props }, /* @__PURE__ */ React.createElement("rect", { width: 19, height: 19, x: 0.5, y: 0.5, fill: "url(#paint0_linear_6094_18026)", rx: 9.5 }), /* @__PURE__ */ React.createElement("rect", { width: 19, height: 19, x: 0.5, y: 0.5, stroke: "#fff", rx: 9.5 }), /* @__PURE__ */ React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M14 5.25c.83 0 1.5.67 1.5 1.5v5.5c0 .83-.67 1.5-1.5 1.5h-3.88l-2.9 1.45a.5.5 0 0 1-.72-.45v-1H6a1.5 1.5 0 0 1-1.5-1.5v-5.5c0-.83.67-1.5 1.5-1.5zM8 9.88a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zm0-2a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1z", clipRule: "evenodd" }), /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("linearGradient", { id: "paint0_linear_6094_18026", x1: 10, x2: 10, y1: 0, y2: 20, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("stop", { stopColor: "#FBAC50" }), /* @__PURE__ */ React.createElement("stop", { offset: 1, stopColor: "#EA7F21" }))));
|
|
4
4
|
const MessageCircleColored = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: true });
|
|
5
5
|
const RefIcon = React.forwardRef(MessageCircleColored);
|
|
6
6
|
if (process.env.NODE_ENV !== "production") {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import ShulexIcon from "../components/ShulexIcon.mjs";
|
|
2
2
|
import * as React from "react";
|
|
3
|
-
const InnerSvg = (props) => /* @__PURE__ */ React.createElement("svg", { fill: "none", viewBox: "0 0 20 20", ...props }, /* @__PURE__ */ React.createElement("rect", { width:
|
|
3
|
+
const InnerSvg = (props) => /* @__PURE__ */ React.createElement("svg", { fill: "none", viewBox: "0 0 20 20", ...props }, /* @__PURE__ */ React.createElement("rect", { width: 19, height: 19, x: 0.5, y: 0.5, fill: "url(#paint0_linear_6094_18022)", rx: 9.5 }), /* @__PURE__ */ React.createElement("rect", { width: 19, height: 19, x: 0.5, y: 0.5, stroke: "#fff", rx: 9.5 }), /* @__PURE__ */ React.createElement("g", { filter: "url(#filter0_d_6094_18022)" }, /* @__PURE__ */ React.createElement("path", { fill: "#fff", d: "M7.02 5.02a1 1 0 0 1 .69.3l.42.42.1.11.11.1.63.63a1 1 0 0 1 .33.71 1 1 0 0 1-.33.71l-.2.2-.09.09-.06.06H8.6v.01l-.08.07c.14.34.34.66.66 1.07a8 8 0 0 0 1.92 1.75l.23.13q.13.05.25.13l.45-.45c.1-.1.35-.32.7-.32s.58.2.7.32l1.25 1.25.05.06c.25.3.21.67.18.84l-.11.35-.01.03v.01l-.05.08-.06.06-.02.03-.07.06-.61.63a1.6 1.6 0 0 1-1.23.52h-.14a6 6 0 0 1-1.97-.58 11 11 0 0 1-3.54-2.77 10 10 0 0 1-1.74-2.89l-.08-.22a4 4 0 0 1-.2-1.43q.04-.57.46-.99l.78-.78c.18-.17.41-.3.7-.3" })), /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("filter", { id: "filter0_d_6094_18022", width: 18, height: 18, x: 1, y: 2, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ React.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), /* @__PURE__ */ React.createElement("feOffset", { dy: 1 }), /* @__PURE__ */ React.createElement("feGaussianBlur", { stdDeviation: 1.5 }), /* @__PURE__ */ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }), /* @__PURE__ */ React.createElement("feColorMatrix", { values: "0 0 0 0 0.384314 0 0 0 0 0.717647 0 0 0 0 0.356863 0 0 0 1 0" }), /* @__PURE__ */ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_6094_18022" }), /* @__PURE__ */ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_6094_18022", result: "shape" })), /* @__PURE__ */ React.createElement("linearGradient", { id: "paint0_linear_6094_18022", x1: 10, x2: 10, y1: 0, y2: 20, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("stop", { stopColor: "#8AF385" }), /* @__PURE__ */ React.createElement("stop", { offset: 1, stopColor: "#57BA45" }))));
|
|
4
4
|
const PhoneCircleColored = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: true });
|
|
5
5
|
const RefIcon = React.forwardRef(PhoneCircleColored);
|
|
6
6
|
if (process.env.NODE_ENV !== "production") {
|