@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.js
CHANGED
|
@@ -1924,10 +1924,10 @@ var handphone_solid_default = HandphoneSolid;
|
|
|
1924
1924
|
var import_jsx_runtime65 = require("react/jsx-runtime");
|
|
1925
1925
|
var HeartSolid = (props) => {
|
|
1926
1926
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1927
|
-
return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("svg", { viewBox: "0 0 24
|
|
1927
|
+
return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("svg", { width: "25", height: "24", viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
1928
1928
|
"path",
|
|
1929
1929
|
{
|
|
1930
|
-
d: "M7.
|
|
1930
|
+
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",
|
|
1931
1931
|
fill: color
|
|
1932
1932
|
}
|
|
1933
1933
|
) });
|