UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.81 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var CommentMIcon = 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: "M5.76925 3.75C5.60094 3.75 5.43952 3.81686 5.32051 3.93588C5.2015 4.05489 5.13463 4.21631 5.13463 4.38462V16.8462C5.13463 16.9268 5.12164 17.0069 5.09615 17.0834L4.14358 19.9411L8.35659 18.8878C8.41608 18.873 8.47717 18.8654 8.53849 18.8654H19.6154C19.7838 18.8654 19.9452 18.7986 20.0642 18.6796C20.1832 18.5605 20.2501 18.3991 20.2501 18.2308V4.38462C20.2501 4.21631 20.1832 4.05489 20.0642 3.93588C19.9452 3.81686 19.7838 3.75 19.6154 3.75H5.76925ZM4.25985 2.87522C4.66017 2.4749 5.20312 2.25 5.76925 2.25H19.6154C20.1816 2.25 20.7245 2.4749 21.1249 2.87522C21.5252 3.27553 21.7501 3.81848 21.7501 4.38462V18.2308C21.7501 18.797 21.5252 19.3399 21.1249 19.7402C20.7245 20.1405 20.1816 20.3654 19.6154 20.3654H8.63083L3.18192 21.7277C2.91635 21.794 2.63571 21.7105 2.44972 21.5096C2.26373 21.3088 2.20194 21.0226 2.2885 20.7629L3.63463 16.7245V4.38462C3.63463 3.81848 3.85953 3.27553 4.25985 2.87522ZM7.78853 9.23074C7.78853 8.81653 8.12432 8.48074 8.53853 8.48074H16.8462C17.2605 8.48074 17.5962 8.81653 17.5962 9.23074C17.5962 9.64496 17.2605 9.98074 16.8462 9.98074H8.53853C8.12432 9.98074 7.78853 9.64496 7.78853 9.23074ZM7.78853 13.3846C7.78853 12.9704 8.12432 12.6346 8.53853 12.6346H14.077C14.4912 12.6346 14.827 12.9704 14.827 13.3846C14.827 13.7988 14.4912 14.1346 14.077 14.1346H8.53853C8.12432 14.1346 7.78853 13.7988 7.78853 13.3846Z", fill: "currentColor" }))); }); CommentMIcon.displayName = 'CommentMIcon';