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 Message2Question = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M10.92 9.712a1.08 1.08 0 111.698.886c-.27.19-.598.443-.86.76-.267.322-.508.759-.508 1.3a.75.75 0 001.5 0c0-.074.03-.184.162-.343.135-.162.332-.324.566-.488A2.58 2.58 0 109.42 9.713a.75.75 0 001.5 0zM12 13.916a.75.75 0 100 1.5.75.75 0 000-1.5z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.75 3.75A2.25 2.25 0 002.5 6v15.718a.75.75 0 001.25.559l3.885-3.479H19.25a2.25 2.25 0 002.25-2.25V6a2.25 2.25 0 00-2.25-2.25H4.75zM4 6a.75.75 0 01.75-.75h14.5A.75.75 0 0120 6v10.548a.75.75 0 01-.75.75H7.348a.75.75 0 00-.5.192L4 20.04V6z", fill: "#323544" }));
exports.default = Message2Question;