iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 863 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 MenuMeatballs2 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.319 14.248a2.248 2.248 0 110-4.496 2.248 2.248 0 010 4.496zM5.57 12a.748.748 0 101.497 0 .748.748 0 00-1.497 0zM12.315 14.248a2.248 2.248 0 110-4.496 2.248 2.248 0 010 4.496zM11.567 12a.748.748 0 101.496 0 .748.748 0 00-1.496 0zM16.064 12a2.248 2.248 0 104.496 0 2.248 2.248 0 00-4.496 0zm2.248.748a.748.748 0 110-1.496.748.748 0 010 1.496z", fill: "#323544" }));
exports.default = MenuMeatballs2;