UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.03 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 BugFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-bug-fill", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M4.978.855a.5.5 0 10-.956.29l.41 1.352A5 5 0 003 6h10a5 5 0 00-1.432-3.503l.41-1.352a.5.5 0 10-.956-.29l-.291.956A5 5 0 008 1a5 5 0 00-2.731.811l-.29-.956z" }), React.createElement("path", { d: "M13 6v1H8.5v8.975A5 5 0 0013 11h.5a.5.5 0 01.5.5v.5a.5.5 0 101 0v-.5a1.5 1.5 0 00-1.5-1.5H13V9h1.5a.5.5 0 000-1H13V7h.5A1.5 1.5 0 0015 5.5V5a.5.5 0 00-1 0v.5a.5.5 0 01-.5.5zm-5.5 9.975V7H3V6h-.5a.5.5 0 01-.5-.5V5a.5.5 0 00-1 0v.5A1.5 1.5 0 002.5 7H3v1H1.5a.5.5 0 000 1H3v1h-.5A1.5 1.5 0 001 11.5v.5a.5.5 0 101 0v-.5a.5.5 0 01.5-.5H3a5 5 0 004.5 4.975" })); exports.default = BugFill;