iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.19 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 FileQuestion = (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: "M10.945 20.5a6.914 6.914 0 001.393 1.5H6.75a2.25 2.25 0 01-2.25-2.25V9.621c0-.596.237-1.169.659-1.59l5.367-5.371A2.25 2.25 0 0112.118 2h5.132a2.25 2.25 0 012.25 2.25v6.128a6.82 6.82 0 00-1.5-.49V4.25a.75.75 0 00-.75-.75h-5.002l.003 3.998A2.25 2.25 0 0110 9.75H6v10c0 .414.336.75.75.75h4.195zM10.75 4.559L7.059 8.25h2.942a.75.75 0 00.75-.75l-.002-2.941z", fill: "#323544" }),
React.createElement("path", { d: "M14.916 14.525a1.71 1.71 0 112.688 1.402c-.358.25-.775.574-1.107.975-.334.404-.622.935-.622 1.582a.75.75 0 001.5 0c0-.18.077-.384.278-.625.203-.246.49-.479.81-.704a3.209 3.209 0 10-5.048-2.63.75.75 0 001.501 0zM16.624 20.433a.75.75 0 100 1.5.75.75 0 000-1.5z", fill: "#323544" }));
exports.default = FileQuestion;