iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 692 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 ViewFilled = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props },
React.createElement("circle", { cx: "16", cy: "16", r: "4" }),
React.createElement("path", { d: "M30.94 15.66A16.69 16.69 0 0 0 16 5 16.69 16.69 0 0 0 1.06 15.66a1 1 0 0 0 0 .68A16.69 16.69 0 0 0 16 27a16.69 16.69 0 0 0 14.94-10.66 1 1 0 0 0 0-.68zM16 22a6 6 0 1 1 6-6 6 6 0 0 1-6 6z" }));
exports.default = ViewFilled;