iconista
Version:
Thousands of SVG icons with one React component
17 lines (16 loc) • 2.94 kB
JavaScript
"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 Document = (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: "M97.576 10.194H39.004c-1.183 0-1.972.118-1.972.296V20H90.5a3 3 0 0 1 3 3v71.5h6.661c0-18.548.339-78.5.339-83l-.952-1.01c0-.178-.986-.296-1.972-.296z", opacity: ".2" }),
React.createElement("path", { stroke: "#FFF", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M88.82 106.9H28.239c-1.224 0-2.04-.816-2.04-2.04V24.491c0-1.224.816-2.04 2.04-2.04h60.583c1.224 0 2.04.816 2.04 2.04v80.369c0 1.224-1.02 2.04-2.04 2.04z" }),
React.createElement("path", { fill: "#FFF", d: "M38.032 12.237c0-.39.124-.636.266-.78.14-.143.374-.263.745-.263h59.72c.372 0 .605.12.745.263.142.144.266.39.266.78V92.73a1.03 1.03 0 0 1-1.01 1.043h-5.119v2h5.118c1.507 0 3.011-1.215 3.011-3.043V12.237c0-.836-.278-1.612-.84-2.183-.564-.573-1.335-.86-2.17-.86H39.042c-.835 0-1.607.287-2.17.86-.563.571-.84 1.347-.84 2.183v7.537h2v-7.537z" }),
React.createElement("path", { stroke: "#FFF", strokeLinecap: "round", strokeWidth: "2", d: "M59 41h21M37 51h43M38 61h42M38 71h42M38 81h42M38 91h25" }),
React.createElement("circle", { cx: "76.5", cy: "92.5", r: "4.5", stroke: "#FFF", strokeWidth: "2" }),
React.createElement("rect", { width: "16", height: "10", x: "35", y: "31", fill: "#FFF", fillOpacity: ".2", stroke: "#FFF", strokeWidth: "2", rx: "1" }),
React.createElement("path", { fill: "#FFF", d: "M24 49.25H7A2.25 2.25 0 0 1 4.75 47V21A2.25 2.25 0 0 1 7 18.75h28v-2.5H7A4.75 4.75 0 0 0 2.25 21v26A4.75 4.75 0 0 0 7 51.75h17v-2.5zm0 40h-6.71c-3.433 0-6.04 3.174-6.04 6.855v16.79c0 3.681 2.607 6.855 6.04 6.855h30.42c3.433 0 6.04-3.174 6.04-6.855V109h-2.823v3.895c0 2.219-1.538 3.829-3.217 3.829H17.29c-1.68 0-3.217-1.61-3.217-3.829v-16.79c0-2.219 1.537-3.829 3.217-3.829H24v-1.5h-6.71c-.464 0-.909.074-1.326.21.423-.154.87-.236 1.326-.236H24v-1.5zm79-7.5h17.512c2.809 0 5.238-2.048 5.238-4.75V53c0-2.702-2.429-4.75-5.238-4.75H103v2.5h17.512c1.528 0 2.616 1.086 2.616 2.25v24c0 1.164-1.088 2.25-2.616 2.25H103v2.5zm0-40h12a4.75 4.75 0 0 0 4.75-4.75V26a4.75 4.75 0 0 0-4.75-4.75h-12v2.5h12a2.25 2.25 0 0 1 2.25 2.25v11a2.25 2.25 0 0 1-2.25 2.25h-12v2.5zm-55.29 76.474c.464 0 .909-.074 1.326-.21-.424.154-.87.236-1.326.236H17.29c-.456 0-.902-.082-1.326-.236.417.136.862.21 1.326.21h30.42z", opacity: ".2" }),
React.createElement("path", { fill: "#C4C4C4", d: "M26 92.323v14.709h63.742V28.581L26 92.323zM76.5 100a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15z", opacity: ".2" })));
exports.default = Document;