UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 752 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Message2 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.5 6a2.25 2.25 0 012.25-2.25h14.5A2.25 2.25 0 0121.5 6v10.548a2.25 2.25 0 01-2.25 2.25H7.635L3.75 22.277a.75.75 0 01-1.25-.559V6zm2.25-.75A.75.75 0 004 6v14.04l2.848-2.55a.75.75 0 01.5-.192H19.25a.75.75 0 00.75-.75V6a.75.75 0 00-.75-.75H4.75z", fill: "#323544" })); exports.default = Message2;