iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.05 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 Help = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M10 19a9 9 0 1 1 0-18 9 9 0 0 1 0 18zm0-1a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0-4.25a.75.75 0 0 1 .75.75v1a.75.75 0 0 1-1.5 0v-1a.75.75 0 0 1 .75-.75zM7.446 7.008a.66.66 0 0 1-.03-.906l.09-.104c.186-.217.295-.335.454-.478.543-.489 1.196-.77 2.039-.77 1.569 0 2.751 1.148 2.751 2.46 0 .902-.336 1.464-1.123 2.17-.074.067-.135.12-.272.24l-.05.044c-.654.569-.776.842-.776 1.939 0 .355-.28.647-.63.647a.639.639 0 0 1-.63-.647c0-1.473.288-2.114 1.22-2.926l.05-.044c.801-.697.95-.91.95-1.424 0-.605-.625-1.165-1.49-1.165-.702 0-1.044.223-1.548.81a6.826 6.826 0 0 1-.107.123.619.619 0 0 1-.898.031z", fill: "#000", fillRule: "nonzero" }));
exports.default = Help;