@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.15 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.HeartFilledSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.HeartFilledSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.59907 1.01097C5.71908 1.09486 6.88708 1.66081 8.0048 2.80335C9.12252 1.65963 10.2894 1.09604 11.4082 1.01451C12.6722 0.92117 13.7888 1.44932 14.5968 2.2823C16.1854 3.9199 16.6848 6.88437 14.7134 8.92252C14.7067 8.92939 14.6999 8.93609 14.6928 8.9426L8.3888 14.8467C8.28366 14.9454 8.14677 15 8.0048 15C7.86283 15 7.72594 14.9454 7.6208 14.8467L1.31677 8.9426C1.30975 8.93608 1.30289 8.92939 1.2962 8.92252C-0.685522 6.87374 -0.18952 3.90927 1.40477 2.27284C2.21506 1.44104 3.33392 0.916443 4.59907 1.01097Z", fill: "currentColor" }))); });
exports.HeartFilledSIcon.displayName = 'HeartFilledSIcon';