UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 911 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HeartFilledSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.HeartFilledSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.6 1.011c1.12.084 2.287.65 3.405 1.792 1.118-1.143 2.284-1.707 3.403-1.788 1.264-.094 2.38.434 3.189 1.267 1.588 1.638 2.088 4.602.116 6.64l-.02.02-6.304 5.905a.56.56 0 0 1-.768 0L1.317 8.943l-.02-.02c-1.983-2.05-1.487-5.014.108-6.65.81-.832 1.929-1.357 3.194-1.262", clipRule: "evenodd" }))); }); exports.HeartFilledSIcon.displayName = 'HeartFilledSIcon';