iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 595 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 More = (props) => React.createElement("svg", { className: "icon", viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fill: "#333", d: "M456 231a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 280a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 280a56 56 0 1 0 112 0 56 56 0 1 0-112 0z" }));
exports.default = More;