UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 745 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 Questions = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props }, React.createElement("g", { fill: "currentColor", fillRule: "evenodd" }, React.createElement("path", { d: "M15 16h4V6H5v10h7.333L15 18v-2zm2 2v2a1 1 0 0 1-1.6.8L11.667 18H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-2z", fillRule: "nonzero" }), React.createElement("path", { d: "M7 10h10V8H7zm0 4h6v-2H7z" }))); exports.default = Questions;