UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.22 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MessageMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.MessageMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.885 4.85c.402-.387.942-.6 1.5-.6h15.23c.558 0 1.097.213 1.5.6.403.389.635.921.635 1.483v11.334c0 .561-.232 1.094-.635 1.483-.403.387-.942.6-1.5.6H4.385a2.16 2.16 0 0 1-1.5-.6 2.06 2.06 0 0 1-.635-1.483V6.333c0-.562.232-1.094.635-1.483m.865 3.462v9.355c0 .145.06.29.176.402.117.113.281.181.458.181h15.231a.66.66 0 0 0 .46-.18.56.56 0 0 0 .175-.403V8.312l-6.99 4.117a2.54 2.54 0 0 1-1.26.321 2.54 2.54 0 0 1-1.261-.321l-.006-.004zm16.5-1.74v-.239c0-.145-.06-.29-.176-.402a.66.66 0 0 0-.459-.181H4.385a.66.66 0 0 0-.46.18.56.56 0 0 0-.175.403v.238l7.74 4.56c.12.068.3.119.51.119s.389-.05.509-.12z", clipRule: "evenodd" }))); }); exports.MessageMIcon.displayName = 'MessageMIcon';