UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.18 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HeartOutlineSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.HeartOutlineSIcon = (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: "m2.407 7.912 5.597 5.217 5.598-5.217c1.275-1.327 1.012-3.312-.125-4.477-.551-.566-1.273-.89-2.068-.832s-1.78.508-2.824 1.727a.77.77 0 0 1-.58.27.77.77 0 0 1-.582-.27C6.38 3.11 5.393 2.66 4.595 2.6c-.797-.06-1.52.264-2.073.828-1.136 1.16-1.403 3.145-.115 4.484m5.597-5.254C6.934 1.623 5.807 1.093 4.707 1.01c-1.301-.097-2.45.442-3.276 1.286C-.187 3.95-.705 6.963 1.325 9.052l.028.027 6.131 5.715a.76.76 0 0 0 1.04 0l6.133-5.715.027-.027c2.02-2.08 1.499-5.092-.114-6.745-.824-.846-1.97-1.388-3.27-1.293-1.1.08-2.226.61-3.296 1.644", clipRule: "evenodd" }))); }); exports.HeartOutlineSIcon.displayName = 'HeartOutlineSIcon';