@ctlyst.id/icons 2.7.0 → 2.8.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/v2.js +2 -2
- package/dist/v2.js.map +1 -1
- package/dist/v2.mjs +2 -2
- package/dist/v2.mjs.map +1 -1
- package/package.json +1 -1
package/dist/v2.mjs
CHANGED
|
@@ -1803,10 +1803,10 @@ var handphone_solid_default = HandphoneSolid;
|
|
|
1803
1803
|
import { jsx as jsx65 } from "react/jsx-runtime";
|
|
1804
1804
|
var HeartSolid = (props) => {
|
|
1805
1805
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1806
|
-
return /* @__PURE__ */ jsx65("svg", { viewBox: "0 0 24
|
|
1806
|
+
return /* @__PURE__ */ jsx65("svg", { width: "25", height: "24", viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx65(
|
|
1807
1807
|
"path",
|
|
1808
1808
|
{
|
|
1809
|
-
d: "M7.
|
|
1809
|
+
d: "M7.70474 3C5.89396 3 4.64234 3.87618 3.84553 4.93938C3.08007 5.96075 2.72095 7.16404 2.61612 7.99343C2.26375 9.62077 2.86112 13.3065 6.97501 17.0459C7.65023 17.6878 9.57406 19.3084 12.1022 20.8911C12.3456 21.0435 12.6547 21.0435 12.8981 20.8911C15.4262 19.3084 17.35 17.688 18.0253 17.0461C22.1392 13.3067 22.7365 9.6209 22.3841 7.99357C22.2793 7.16418 21.9202 5.9609 21.1547 4.93954C20.3579 3.87634 19.1063 3.00016 17.2955 3.00016C14.8638 3.00016 13.3357 4.25586 12.5001 5.47304C11.6646 4.25581 10.1365 3 7.70474 3Z",
|
|
1810
1810
|
fill: color
|
|
1811
1811
|
}
|
|
1812
1812
|
) });
|