UNPKG

iconista

Version:

Thousands of SVG icons with one React component

18 lines (17 loc) 2.02 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 Code = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 128 128", ...props }, React.createElement("g", { fill: "none", fillRule: "evenodd" }, React.createElement("path", { fill: "#FFF", d: "M7 7h55a2 2 0 0 1 2 2v15h2V9a4 4 0 0 0-4-4H7a4 4 0 0 0-4 4v41a4 4 0 0 0 4 4h17v-2H7a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2zm17 70h-6a4 4 0 0 0-4 4v31a4 4 0 0 0 4 4h36a4 4 0 0 0 4-4v-7h-2v7a2 2 0 0 1-2 2H18a2 2 0 0 1-2-2V81a2 2 0 0 1 2-2h6v-2zm59 28v15a4 4 0 0 0 4 4h35a4 4 0 0 0 4-4V75a4 4 0 0 0-4-4h-6v-7a4 4 0 0 0-4-4h-6v2h6a2 2 0 0 1 2 2v7h-8v2h8v6a2 2 0 0 1-2 2h-6v2h6a4 4 0 0 0 4-4v-6h6a2 2 0 0 1 2 2v45a2 2 0 0 1-2 2H87a2 2 0 0 1-2-2v-15h-2zm23-68h5a4 4 0 0 0 4-4V18a4 4 0 0 0-4-4H87a4 4 0 0 0-4 4v6h2v-6a2 2 0 0 1 2-2h24a2 2 0 0 1 2 2v15a2 2 0 0 1-2 2h-5v2z", opacity: ".2" }), React.createElement("path", { stroke: "#FFF", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M54 63.5l-12 6.588L54 77.5M76 63.5l12 6.588L76 77.5" }), React.createElement("path", { stroke: "#FFF", strokeLinecap: "round", strokeWidth: "2", d: "M70.5 58.5L58 83.5" }), React.createElement("rect", { width: "78", height: "77", x: "26", y: "26", stroke: "#FFF", strokeWidth: "2", rx: "3" }), React.createElement("path", { stroke: "#FFF", strokeWidth: "2", d: "M27 42h76" }), React.createElement("circle", { cx: "34", cy: "34", r: "3", stroke: "#FFF", strokeWidth: "2" }), React.createElement("circle", { cx: "44", cy: "34", r: "3", stroke: "#FFF", strokeWidth: "2" }), React.createElement("circle", { cx: "54", cy: "34", r: "3", stroke: "#FFF", strokeWidth: "2" }), React.createElement("path", { fill: "#FFF", opacity: ".2", d: "M26 26h78v16H26z" }))); exports.default = Code;