iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 852 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 CircuitryFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M88 111.31l48 48V220a4 4 0 01-4 4H48a16 16 0 01-16-16V48a16 16 0 0116-16h20a4 4 0 014 4v117.38a24 24 0 1016 0zM80 184a8 8 0 10-8-8 8 8 0 008 8zm104-80a8 8 0 10-8 8 8 8 0 008-8zm24-72h-52a4 4 0 00-4 4v32.69l13.66 13.66a24 24 0 11-11.31 11.31l-16-16A8 8 0 01136 72V36a4 4 0 00-4-4H92a4 4 0 00-4 4v52.69l61.66 61.65A8 8 0 01152 156v64a4 4 0 004 4h52a16 16 0 0016-16V48a16 16 0 00-16-16z" }));
exports.default = CircuitryFill;