@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 748 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var HeartFilledMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.749 4.013c1.4.102 2.86.79 4.257 2.177 1.397-1.389 2.856-2.073 4.254-2.172 1.58-.114 2.976.528 3.986 1.54 1.986 1.988 2.61 5.587.146 8.062l-.026.025-7.88 7.169a.71.71 0 0 1-.96 0l-7.88-7.17-.026-.024c-2.477-2.488-1.857-6.087.136-8.074 1.013-1.01 2.411-1.647 3.993-1.533", clipRule: "evenodd" }))); });
HeartFilledMIcon.displayName = 'HeartFilledMIcon';