UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.15 kB
"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 Question = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.5 1a6.5 6.5 0 100 13 6.5 6.5 0 000-13zm0 12a5.5 5.5 0 110-11 5.5 5.5 0 010 11zm1.55-8.42a1.84 1.84 0 00-.61-.42A2.25 2.25 0 007.53 4a2.16 2.16 0 00-.88.17c-.238.1-.45.254-.62.45a1.89 1.89 0 00-.38.62 3 3 0 00-.15.72h1.23a.84.84 0 01.506-.741.72.72 0 01.304-.049.86.86 0 01.27 0 .64.64 0 01.22.14.6.6 0 01.16.22.73.73 0 01.06.3c0 .173-.037.343-.11.5a2.4 2.4 0 01-.27.46l-.35.42c-.12.13-.24.27-.35.41a2.33 2.33 0 00-.27.45 1.18 1.18 0 00-.1.5v.66H8v-.49a.94.94 0 01.11-.42c.082-.144.176-.281.28-.41l.36-.44a4.29 4.29 0 00.36-.48 2.59 2.59 0 00.28-.55 1.91 1.91 0 00.11-.64 2.18 2.18 0 00-.1-.67 1.52 1.52 0 00-.35-.55zM6.8 9.83h1.17V11H6.8V9.83z", fill: "#424242" })); exports.default = Question;