UNPKG

@fluentui/react-icons-mdl2

Version:

SVG icon components for @fluentui/react

11 lines 698 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const React = require("react"); const createSvgIcon_1 = require("../utils/createSvgIcon"); const MiniExpandIcon = (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: "M1243 1024l-91-91 549-549h-421V256h640v640h-128V475l-549 549zm549 128h128v640H128V256h896v128H256v768h768v512h768v-512zM256 1280v384h640v-384H256z" }))), displayName: 'MiniExpandIcon', }); exports.default = MiniExpandIcon; //# sourceMappingURL=MiniExpandIcon.js.map