UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.21 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var LikeMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.26 3.08c.704.236 1.061.91 1.061 1.6v2.504c0 .414.336.75.75.75h4.667c.844 0 1.513.293 1.955.828.421.51.557 1.146.557 1.701v.022l-.44 7.565c-.008.653-.317 1.367-.79 1.913-.49.566-1.233 1.037-2.163 1.037H8.286c-.558 0-1.114-.142-1.524-.556a1.8 1.8 0 0 1-.449-.779H4.5a2.25 2.25 0 0 1-2.25-2.25v-5.897a2.25 2.25 0 0 1 2.25-2.25h2.114l4.64-5.539.023-.022c.56-.565 1.287-.862 1.983-.628m-7.046 7.688H4.5a.75.75 0 0 0-.75.75v5.897c0 .415.336.75.75.75h1.714zm1.5-.477v8.624c0 .332.082.442.114.474.03.03.135.111.458.111h10.571c.392 0 .75-.196 1.03-.52.292-.337.422-.725.422-.954v-.022l.44-7.561c-.002-.325-.086-.572-.213-.726-.109-.132-.32-.283-.798-.283h-4.667a2.25 2.25 0 0 1-2.25-2.25V4.68a.33.33 0 0 0-.041-.178c-.032-.003-.175.003-.417.24zm5.063-5.793V4.5", clipRule: "evenodd" }))); }); LikeMIcon.displayName = 'LikeMIcon';