@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 744 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var HeartFilledSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.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" }))); });
HeartFilledSIcon.displayName = 'HeartFilledSIcon';