UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 860 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 NewFile = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("g", { clipPath: "url(#clip0)" }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 7H3V4H0V3h3V0h1v3h3v1H4v3zm6.5-5.9l3.4 3.5.1.4v8.5l-.5.5h-10l-.5-.5V8h1v5h9V6H9V2H5V1h5.2l.3.1zM10 2v3h2.9L10 2z", fill: "#424242" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0" }, React.createElement("path", { fill: "#fff", d: "M0 0h16v16H0z" })))); exports.default = NewFile;