iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 736 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 QuestionMark = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M9.16 8.84a2.84 2.84 0 114.66 2.177c-.522.437-1.154.97-1.65 1.588-.501.62-.92 1.396-.92 2.323v.822a.75.75 0 001.5 0v-.822c0-.453.201-.903.588-1.383.39-.484.909-.929 1.445-1.378A4.34 4.34 0 107.66 8.84a.75.75 0 101.5 0zM11.998 17.851a.9.9 0 100 1.8.9.9 0 000-1.8z", fill: "#323544" }));
exports.default = QuestionMark;