UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 856 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 CircuitryThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M208 36H48a12 12 0 00-12 12v160a12 12 0 0012 12h160a12 12 0 0012-12V48a12 12 0 00-12-12zM88 156a12 12 0 11-12 12 12 12 0 0112-12zm-44 52V48a4 4 0 014-4h36v104.4a20 20 0 108 0v-42.74l56 56V212H48a4 4 0 01-4-4zm168 0a4 4 0 01-4 4h-52v-52a4 4 0 00-1.17-2.83L92 94.34V44h40v28a4 4 0 001.17 2.83L151.33 93a20 20 0 105.67-5.67l-17-17V44h68a4 4 0 014 4zM168 92a12 12 0 11-12 12 12 12 0 0112-12z" })); exports.default = CircuitryThin;