@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.52 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.HeartMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.HeartMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.703 11.55L12.0053 18.187L19.3088 11.5501C21.0452 9.79269 20.6725 7.17673 19.1525 5.65657C18.4091 4.91305 17.4263 4.47932 16.3392 4.55676C15.2521 4.63421 13.944 5.23223 12.5821 6.78157C12.4361 6.94769 12.226 7.04286 12.0052 7.04286C11.7844 7.04286 11.5743 6.94769 11.4283 6.78157C10.0665 5.23233 8.75637 4.63212 7.6663 4.55285C6.57626 4.47358 5.59118 4.90576 4.84687 5.64737C3.32672 7.16198 2.95083 9.77757 4.703 11.55ZM12.0052 5.15003C10.6212 3.79146 9.17293 3.11491 7.77751 3.01344C6.18682 2.89776 4.77989 3.53885 3.76283 4.55221C1.76394 6.54382 1.13768 10.1558 3.62804 12.6544C3.63698 12.6633 3.64615 12.6721 3.65552 12.6806L11.4888 19.8002C11.7819 20.0666 12.2285 20.0666 12.5216 19.8003L20.3563 12.6806C20.3657 12.6721 20.3749 12.6633 20.3839 12.6543C22.8614 10.1678 22.2312 6.55628 20.2386 4.56346C19.2239 3.54861 17.8197 2.90396 16.2302 3.01719C14.836 3.11652 13.3889 3.79184 12.0052 5.15003Z", fill: "currentColor" }))); });
exports.HeartMIcon.displayName = 'HeartMIcon';