@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.14 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var LikeSIcon = 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: "M8.845.321c.633.214.94.82.94 1.412v1.654c0 .414.336.75.75.75h3.334c.702 0 1.277.247 1.659.712.36.44.472.98.472 1.44v.022l-.345 5.961c-.008.558-.268 1.153-.657 1.604-.406.472-1.031.874-1.82.874H4.894c-.464 0-.949-.119-1.311-.487a1.55 1.55 0 0 1-.353-.565H2.25A2.25 2.25 0 0 1 0 11.449v-4.01a2.25 2.25 0 0 1 2.25-2.25h1.256L7.099.879 7.12.856C7.585.384 8.217.109 8.845.32M3.107 6.69H2.25a.75.75 0 0 0-.75.75v4.01c0 .414.336.75.75.75h.857zm1.5-.479v6.738c0 .181.034.248.043.262.016.01.078.04.243.04h8.286c.247 0 .485-.124.683-.353.21-.243.293-.513.293-.65v-.021L14.5 6.27c-.003-.231-.063-.385-.132-.469-.05-.06-.165-.164-.499-.164h-3.333a2.25 2.25 0 0 1-2.25-2.25V1.822a1 1 0 0 0-.077.067z", clipRule: "evenodd" }))); });
LikeSIcon.displayName = 'LikeSIcon';