UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.01 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 FileMultiple = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M16.892 16.733V4.25A2.25 2.25 0 0014.642 2h-3.95a2.25 2.25 0 00-1.59.66L4.751 7.01a2.25 2.25 0 00-.658 1.59v8.132a2.25 2.25 0 002.25 2.25h8.298a2.25 2.25 0 002.25-2.25zm-2.25.75H6.344a.75.75 0 01-.75-.75V8.731h2.98a2.25 2.25 0 002.25-2.251l-.001-2.98h3.82a.75.75 0 01.75.75v12.483a.75.75 0 01-.75.75zM6.653 7.231l2.67-2.672.002 1.922a.75.75 0 01-.75.75H6.653z", fill: "#323544" }), React.createElement("path", { d: "M18.407 5.684a.75.75 0 011.5 0v11.567a4.75 4.75 0 01-4.75 4.75h-7.36a.75.75 0 010-1.5h7.36a3.25 3.25 0 003.25-3.25V5.684z", fill: "#323544" })); exports.default = FileMultiple;