UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.17 kB
"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 Bug = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-bug", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M12 4a4 4 0 013.995 3.8L16 8a1 1 0 01.428.096l3.033-1.938a1 1 0 111.078 1.684l-3.015 1.931A7.17 7.17 0 0118 12h3a1 1 0 010 2h-3v1a6.01 6.01 0 01-.195 1.525l2.708 1.616a1 1 0 11-1.026 1.718l-2.514-1.501A6.002 6.002 0 0113 20.918V15a1 1 0 00-2 0v5.917a6.002 6.002 0 01-3.973-2.56L4.513 19.86a1 1 0 11-1.026-1.718l2.708-1.616A6.01 6.01 0 016 15v-1H3a1 1 0 010-2h3.001v-.055a7 7 0 01.474-2.173l-3.014-1.93a1 1 0 111.078-1.684l3.032 1.939.024-.012.068-.027.019-.005.016-.006.032-.008.04-.013.034-.007.034-.004.045-.008.015-.001.015-.002L8 8a4 4 0 014-4zm0 2a2 2 0 00-2 2h4a2 2 0 00-2-2z" })); exports.default = Bug;