UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 954 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 BugPlay = (props) => React.createElement("svg", { className: "lucide lucide-bug-play", 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: "M12.765 21.522a.5.5 0 01-.765-.424v-8.196a.5.5 0 01.765-.424l5.878 3.674a1 1 0 010 1.696zM14.12 3.88L16 2" }), React.createElement("path", { d: "M18 11a4 4 0 00-4-4h-4a4 4 0 00-4 4v3a6.1 6.1 0 002 4.5M20.97 5c0 2.1-1.6 3.8-3.5 4M3 21c0-2.1 1.7-3.9 3.8-4M6 13H2M6.53 9C4.6 8.8 3 7.1 3 5M8 2l1.88 1.88" }), React.createElement("path", { d: "M9 7.13v-1a3.003 3.003 0 116 0v1" })); exports.default = BugPlay;