UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 759 B
"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 Drumstick = (props) => React.createElement("svg", { className: "lucide lucide-drumstick", 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: "M15.4 15.63a7.875 6 135 116.23-6.23 4.5 3.43 135 00-6.23 6.23" }), React.createElement("path", { d: "M8.29 12.71l-2.6 2.6a2.5 2.5 0 10-1.65 4.65A2.5 2.5 0 108.7 18.3l2.59-2.59" })); exports.default = Drumstick;