UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 859 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 CircuitryLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M208 34H48a14 14 0 00-14 14v160a14 14 0 0014 14h160a14 14 0 0014-14V48a14 14 0 00-14-14zM88 158a10 10 0 11-10 10 10 10 0 0110-10zm-42 50V48a2 2 0 012-2h34v100.84a22 22 0 1012 0v-36.35l52 52V210H48a2 2 0 01-2-2zm164 0a2 2 0 01-2 2h-50v-50a6 6 0 00-1.76-4.24L94 93.51V46h36v26a6 6 0 001.76 4.24l17 17a22 22 0 108.48-8.48L142 69.51V46h66a2 2 0 012 2zM168 94a10 10 0 11-10 10 10 10 0 0110-10z" })); exports.default = CircuitryLight;