iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 821 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", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M16.543 12.442a2.22 2.22 0 1 1 0-4.442 2.22 2.22 0 0 1 0 4.442zm0-3.332a1.11 1.11 0 1 0 0 2.221 1.11 1.11 0 0 0 0-2.22zm-6.661 3.332a2.22 2.22 0 1 1 0-4.441 2.22 2.22 0 0 1 0 4.441zm0-3.332a1.11 1.11 0 1 0 0 2.222 1.11 1.11 0 0 0 0-2.222zM3.22 12.442A2.22 2.22 0 1 1 3.221 8a2.22 2.22 0 0 1 0 4.442zm0-3.332a1.11 1.11 0 1 0 .001 2.222 1.11 1.11 0 0 0 0-2.222z", fill: "#000", fillRule: "evenodd" }));
exports.default = More;