UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.53 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HeartSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.HeartSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.40704 7.91221L8.00412 13.1289L13.6022 7.91225C14.8771 6.58516 14.6139 4.6004 13.4773 3.43481C12.9257 2.86909 12.2036 2.54512 11.4088 2.60319C10.614 2.66125 9.62916 3.11104 8.5847 4.32956C8.43774 4.50101 8.22626 4.59923 8.00407 4.59923C7.78188 4.59923 7.57041 4.50101 7.42345 4.32956C6.37907 3.11114 5.39254 2.65948 4.59525 2.60002C3.79797 2.54057 3.07406 2.86353 2.52193 3.42765C1.38595 4.58831 1.1194 6.57267 2.40704 7.91221ZM8.00408 2.65766C6.9337 1.6227 5.80728 1.0933 4.70717 1.01126C3.40603 0.914233 2.25755 1.4528 1.43092 2.29738C-0.186893 3.95034 -0.705321 6.96294 1.32498 9.05177C1.33398 9.06103 1.3432 9.07006 1.35264 9.07885L7.48432 14.7938C7.77928 15.0687 8.22879 15.0687 8.52377 14.7939L14.6566 9.0789C14.6661 9.07006 14.6753 9.06099 14.6844 9.05168C16.7049 6.97217 16.1826 3.96008 14.5704 2.30665C13.7458 1.46091 12.5995 0.91926 11.2991 1.01426C10.1997 1.09457 9.07414 1.62306 8.00408 2.65766Z", fill: "currentColor" }))); }); exports.HeartSIcon.displayName = 'HeartSIcon';