@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.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 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx65(
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.20462 3.5C5.39384 3.5 4.14221 4.37618 3.34541 5.43938C2.57995 6.46075 2.22083 7.66404 2.116 8.49343C1.76363 10.1208 2.361 13.8065 6.47489 17.5459C7.15011 18.1878 9.07394 19.8084 11.6021 21.3911C11.8455 21.5435 12.1546 21.5435 12.398 21.3911C14.9261 19.8084 16.8499 18.188 17.5251 17.5461C21.639 13.8067 22.2364 10.1209 21.884 8.49357C21.7792 7.66418 21.4201 6.4609 20.6546 5.43954C19.8578 4.37634 18.6062 3.50016 16.7954 3.50016C14.3637 3.50016 12.8356 4.75586 12 5.97304C11.1645 4.75581 9.63638 3.5 7.20462 3.5Z",
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
  ) });