UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 995 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var CommentMIcon = 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: "M5.77 3.75a.635.635 0 0 0-.635.635v12.461a.8.8 0 0 1-.039.237l-.952 2.858 4.213-1.053a.8.8 0 0 1 .181-.023h11.077a.635.635 0 0 0 .635-.634V4.385a.635.635 0 0 0-.635-.635zm-1.51-.875c.4-.4.943-.625 1.51-.625h13.845a2.135 2.135 0 0 1 2.135 2.135V18.23a2.135 2.135 0 0 1-2.135 2.134H8.631l-5.45 1.363a.75.75 0 0 1-.893-.965l1.347-4.039V4.384c0-.566.225-1.108.625-1.509m3.529 6.356a.75.75 0 0 1 .75-.75h8.307a.75.75 0 1 1 0 1.5H8.54a.75.75 0 0 1-.75-.75m0 4.154a.75.75 0 0 1 .75-.75h5.538a.75.75 0 0 1 0 1.5H8.539a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }))); }); CommentMIcon.displayName = 'CommentMIcon';