iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 601 B
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 InformationFilled = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M8 1C4.1 1 1 4.1 1 8s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7zm0 2.5c.4 0 .8.3.8.8S8.4 5 8 5s-.8-.3-.8-.8.4-.7.8-.7zm2 8.6H6V11h1.4V7.6h-.9V6.4h2.1v4.5H10v1.2z" }));
exports.default = InformationFilled;