iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 859 B
JavaScript
;
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 BugDroidLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M189 51.47l15.22-15.23a6 6 0 10-8.48-8.48L180 43.54a85.76 85.76 0 00-104 0L60.24 27.76a6 6 0 00-8.48 8.48L67 51.47A85.7 85.7 0 0042 112v40a86 86 0 00172 0v-40a85.7 85.7 0 00-25-60.53zM128 38a74.09 74.09 0 0174 74v10H54v-10a74.09 74.09 0 0174-74zm0 188a74.09 74.09 0 01-74-74v-18h148v18a74.09 74.09 0 01-74 74zm18-134a10 10 0 1110 10 10 10 0 01-10-10zm-56 0a10 10 0 1110 10 10 10 0 01-10-10z" }));
exports.default = BugDroidLight;