iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 934 B
JavaScript
;
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 Message = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M15.433 14.323v4.441l-4.886-4.44H4.331C2.49 14.323 1 13.387 1 11.547V4.33A3.33 3.33 0 0 1 4.33 1h11.103a3.33 3.33 0 0 1 3.33 3.33v6.663a3.33 3.33 0 0 1-3.33 3.33zm2.22-9.992a2.22 2.22 0 0 0-2.22-2.221H4.33A2.22 2.22 0 0 0 2.11 4.33v7.218c0 1.226.994 1.665 2.22 1.665h6.662l3.33 3.084v-3.084h1.11a2.22 2.22 0 0 0 2.221-2.22V4.33zm-3.886 2.22H5.996a.555.555 0 0 1 0-1.11h7.771a.555.555 0 0 1 0 1.11zM7.106 8.772h5.551a.555.555 0 0 1 0 1.11H7.106a.555.555 0 1 1 0-1.11z", fill: "#000", fillRule: "evenodd" }));
exports.default = Message;