@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.17 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.HeartOutlineMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.HeartOutlineMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m4.703 11.55 7.302 6.637 7.304-6.637c1.736-1.757 1.363-4.373-.157-5.893-.743-.744-1.726-1.178-2.813-1.1s-2.395.675-3.757 2.225a.768.768 0 0 1-1.154 0c-1.362-1.55-2.672-2.15-3.762-2.23-1.09-.078-2.075.354-2.82 1.095-1.52 1.515-1.895 4.13-.143 5.903m7.302-6.4c-1.384-1.359-2.832-2.035-4.227-2.137-1.591-.115-2.998.526-4.015 1.54-2 1.99-2.625 5.603-.135 8.101l.028.027 7.833 7.12a.767.767 0 0 0 1.033 0l7.834-7.12.028-.027c2.477-2.486 1.847-6.098-.145-8.09-1.015-1.015-2.42-1.66-4.009-1.547-1.394.1-2.841.775-4.225 2.133", clipRule: "evenodd" }))); });
exports.HeartOutlineMIcon.displayName = 'HeartOutlineMIcon';