UNPKG

iconista

Version:

Thousands of SVG icons with one React component

14 lines (13 loc) 1.57 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 DocumentSmall = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("g", { fill: "none", fillRule: "evenodd" }, React.createElement("path", { stroke: "#FFF", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M44.61 56.628H14.03c-.618 0-1.03-.412-1.03-1.03V15.03c0-.618.412-1.03 1.03-1.03h30.58c.618 0 1.03.412 1.03 1.03v40.568c0 .618-.515 1.03-1.03 1.03z" }), React.createElement("path", { fill: "#FFF", d: "M20 9.031l.001-.03A.32.32 0 0 1 20.015 9h30.159a.34.34 0 0 1 .002.031v40.632a.07.07 0 0 1-.002.016v.003l-.002.001-.002.002a.044.044 0 0 1-.013.009H47.145v2h3.015c1.01 0 2.016-.81 2.016-2.03V9.03c0-.532-.179-1.055-.567-1.449C51.22 7.187 50.697 7 50.16 7H20.015c-.537 0-1.06.187-1.449.582-.388.394-.566.917-.566 1.45V13h2V9.031z" }), React.createElement("path", { stroke: "#FFF", strokeLinecap: "round", strokeWidth: "2", d: "M30 23h10m-21 5h21m-21 5h21m-21 5h21m-21 5h21m-21 5h12" }), React.createElement("rect", { width: "7", height: "4", x: "18", y: "19", fill: "#FFF", fillOpacity: ".2", stroke: "#FFF", strokeWidth: "2", rx: "1" }), React.createElement("path", { fill: "#C4C4C4", opacity: ".2", d: "M13 56.601v-7.426L45.175 17v39.601z" }))); exports.default = DocumentSmall;