UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.83 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var LikeMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.2601 3.07931C13.9635 3.31611 14.3214 3.99091 14.3214 4.67981V7.18357C14.3214 7.59779 14.6572 7.93357 15.0714 7.93357H19.7381C20.5818 7.93357 21.2512 8.22675 21.6931 8.76232C22.1143 9.27276 22.25 9.90831 22.25 10.463V10.4848L21.8094 18.0499C21.8019 18.7035 21.4933 19.4171 21.0207 19.9626C20.5304 20.5286 19.7868 21 18.8571 21H8.28571C7.72774 21 7.17191 20.8584 6.76169 20.444C6.53934 20.2195 6.39694 19.9523 6.31329 19.6654H4.5C3.25736 19.6654 2.25 18.6581 2.25 17.4154V11.5182C2.25 10.2755 3.25736 9.26816 4.5 9.26816H6.61421L11.2546 3.72942L11.2766 3.70728C11.8367 3.14156 12.5635 2.84481 13.2601 3.07931ZM6.21429 10.7682H4.5C4.08579 10.7682 3.75 11.1039 3.75 11.5182V17.4154C3.75 17.8296 4.08579 18.1654 4.5 18.1654H6.21429V10.7682ZM7.71429 10.2908V18.9154C7.71429 19.2465 7.79599 19.3567 7.82759 19.3887C7.85785 19.4192 7.96274 19.5 8.28571 19.5H18.8571C19.2489 19.5 19.6065 19.3041 19.887 18.9804C20.1794 18.6429 20.3095 18.2552 20.3095 18.0257V18.0039L20.7499 10.4429C20.7466 10.1178 20.6629 9.87068 20.5361 9.71698C20.4274 9.58525 20.2159 9.43357 19.7381 9.43357H15.0714C13.8288 9.43357 12.8214 8.42621 12.8214 7.18357V4.67981C12.8214 4.58026 12.797 4.52804 12.7855 4.50967C12.7832 4.50599 12.7813 4.50339 12.7798 4.50162C12.748 4.49932 12.6054 4.50487 12.3627 4.74252L7.71429 10.2908ZM12.7765 4.49825C12.7765 4.4982 12.7769 4.49841 12.7775 4.49901L12.7765 4.49825Z", fill: "currentColor" }))); }); LikeMIcon.displayName = 'LikeMIcon';