UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.14 kB
"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({ 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: "M7.74884 4.01332C9.14884 4.11518 10.6089 4.80241 12.006 6.18979C13.4031 4.80098 14.8617 4.11662 16.2603 4.01762C17.8403 3.90428 19.236 4.5456 20.246 5.55707C22.2318 7.5456 22.856 11.1453 20.3917 13.6202C20.3834 13.6285 20.3748 13.6367 20.366 13.6446L12.486 20.8139C12.3546 20.9337 12.1835 21 12.006 21C11.8285 21 11.6574 20.9337 11.526 20.8139L3.64596 13.6446C3.63719 13.6367 3.62862 13.6285 3.62025 13.6202C1.1431 11.1324 1.7631 7.53268 3.75596 5.5456C4.76883 4.53555 6.1674 3.89854 7.74884 4.01332Z", fill: "currentColor" }))); }); exports.HeartFilledMIcon.displayName = 'HeartFilledMIcon';