iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 749 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 Eight = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M5.908 6.092a5.908 5.908 0 100 11.816 5.908 5.908 0 000-11.816zm9.23 0v2.955h5.909V6.092h-5.908zm5.909 2.955v5.906H24V9.047h-2.953zm0 5.906h-5.908v2.955h5.908v-2.955zm-5.908 0V9.047h-2.953v5.906h2.953zm-9.23-5.906A2.956 2.956 0 018.86 12a2.956 2.956 0 01-2.953 2.953A2.958 2.958 0 012.953 12a2.958 2.958 0 012.955-2.953z" }));
exports.default = Eight;