UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 990 B
"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 HelpFill = (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-5.25a.75.75 0 0 0-.75.75v1a.75.75 0 0 0 1.5 0v-1a.75.75 0 0 0-.75-.75zM7.446 7.008c.256.25.66.235.898-.031l.107-.123c.504-.587.846-.81 1.548-.81.865 0 1.49.56 1.49 1.165 0 .515-.149.727-.95 1.424l-.05.044c-.932.812-1.22 1.453-1.22 2.926 0 .355.28.647.63.647s.63-.292.63-.647c0-1.097.122-1.37.775-1.94l.05-.043c.138-.12.199-.173.273-.24.787-.706 1.123-1.268 1.123-2.17 0-1.312-1.182-2.46-2.751-2.46-.843 0-1.496.281-2.04.77-.158.143-.267.26-.454.478l-.09.104a.66.66 0 0 0 .031.906z", fill: "#000", fillRule: "nonzero" })); exports.default = HelpFill;