iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.06 kB
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 Message3Text = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M6.25 9.773a.75.75 0 01.75-.75h10a.75.75 0 010 1.5H7a.75.75 0 01-.75-.75zM7 12.023a.75.75 0 000 1.5h5a.75.75 0 100-1.5H7z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.5 5.531a2.25 2.25 0 012.25-2.25h14.5a2.25 2.25 0 012.25 2.25V16.08a2.25 2.25 0 01-2.25 2.25h-4.149l-2.499 3.366a.75.75 0 01-1.204 0L8.9 18.33H4.75a2.25 2.25 0 01-2.25-2.25V5.53zm2.25-.75a.75.75 0 00-.75.75V16.08c0 .414.336.75.75.75h4.527a.75.75 0 01.602.303L12 19.99l2.122-2.857a.75.75 0 01.602-.303h4.526a.75.75 0 00.75-.75V5.53a.75.75 0 00-.75-.75H4.75z", fill: "#323544" }));
exports.default = Message3Text;