UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 915 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HeartFilledMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.HeartFilledMIcon = (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: "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" }))); }); exports.HeartFilledMIcon.displayName = 'HeartFilledMIcon';