UNPKG

@fluentui/react-icons-mdl2

Version:

SVG icon components for @fluentui/react

11 lines 866 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const React = require("react"); const createSvgIcon_1 = require("../utils/createSvgIcon"); const InstallToDriveIcon = (0, createSvgIcon_1.default)({ svg: ({ classes }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 2048 2048", className: classes.svg, focusable: "false" }, React.createElement("path", { d: "M1728 640q66 0 124 25t101 69 69 102 26 124v448h-128V960q0-40-15-75t-41-61-61-41-75-15H320q-40 0-75 15t-61 41-41 61-15 75v320h1408v128H0V960q0-66 25-124t68-101 102-69 125-26h1408zm227 899l90 90-317 317-317-317 90-90 163 162v-549h128v549l163-162zm-163-515h-128V896h128v128zm-384-128h128v128h-128V896z" }))), displayName: 'InstallToDriveIcon', }); exports.default = InstallToDriveIcon; //# sourceMappingURL=InstallToDriveIcon.js.map