iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 758 B
JavaScript
"use strict";
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 Drum = (props) => React.createElement("svg", { className: "lucide lucide-drum", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props },
React.createElement("path", { d: "M2 2l8 8M22 2l-8 8" }),
React.createElement("ellipse", { cx: "12", cy: "9", rx: "10", ry: "5" }),
React.createElement("path", { d: "M7 13.4v7.9M12 14v8M17 13.4v7.9M2 9v8a10 5 0 0020 0V9" }));
exports.default = Drum;