iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.23 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 QuestionIcon = (props) => React.createElement("svg", { "aria-label": "question icon", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11 15h2v2h-2v-2zm-2-4.59c.009-.488 0-1.76.717-2.397.718-.636.627-.53 1.03-.697.4-.167.85-.25 1.346-.25.641 0 1.176.088 1.604.264.43.176.774.394 1.036.656s.449.544.562.846c.112.303.169.585.169.846 0 .434-.057.79-.17 1.07a2.635 2.635 0 0 1-.974 1.225c-.203.14-.395.28-.575.42-.18.14-.341.3-.48.48-.14.18-.265.227-.265 1.127h-2c0-.9.274-1.258.396-1.52.122-.261.264-.484.426-.67.163-.184.335-.345.515-.48s.347-.27.5-.406c.154-.135.278-.284.373-.447.095-.162.138-.366.129-.61 0-.414-.102-.721-.305-.92-.203-.198-.485-.298-.846-.298a1.31 1.31 0 0 0-.63.143c-.176.094-.32.22-.433.379a1.643 1.643 0 0 0-.25.555c-.054.212-.081.44-.081.683H9zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z" }));
exports.default = QuestionIcon;