iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.21 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 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.89 2.1a6.5 6.5 0 117.182 10.836A6.5 6.5 0 013.89 2.1zm.55 10A5.5 5.5 0 109.6 2.42a5.38 5.38 0 00-3.17-.31 5.47 5.47 0 00-4.32 4.32 5.5 5.5 0 002.33 5.64v.03zM8.41 4a2.26 2.26 0 00-.85-.17 2.09 2.09 0 00-.85.17 2.33 2.33 0 00-.7.47 2.14 2.14 0 00-.46.69 1.93 1.93 0 00-.17.84h.87a1.3 1.3 0 01.8-1.21 1.3 1.3 0 01.51-.11c.179.002.356.04.52.11.315.135.565.385.7.7.064.163.098.335.1.51a1.18 1.18 0 01-.13.52 2.34 2.34 0 01-.33.43L8 7.32c-.15.14-.29.29-.42.45a2.14 2.14 0 00-.32.55 1.57 1.57 0 00-.13.68v.44H8V9a1.06 1.06 0 01.13-.52c.092-.156.203-.3.33-.43a5.42 5.42 0 01.42-.4c.15-.14.29-.29.42-.45a2.14 2.14 0 00.32-.55A1.72 1.72 0 009.75 6a2.26 2.26 0 00-.17-.85A2.3 2.3 0 008.41 4zM8 11.22v-.88h-.87v.88H8z", fill: "#C5C5C5" }));
exports.default = Help;