@fluentui/react-icons-mdl2
Version:
SVG icon components for @fluentui/react
11 lines • 872 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const React = require("react");
const createSvgIcon_1 = require("../utils/createSvgIcon");
const UnstackSelectedIcon = (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: "M2048 640v1152H512v-256H256v-256H0V128h1313q-69 20-133 52t-123 76H128v896h1280V640h64l64 64v576H384v128h1280V768l128-128v896H640v128h1280V640h128zM896 896q0-88 23-170t64-153 100-129 130-100 153-65 170-23h165l-146-147 90-90 301 301-301 301-90-90 146-147h-165q-106 0-199 40t-162 110-110 163-41 199H896z" }))),
displayName: 'UnstackSelectedIcon',
});
exports.default = UnstackSelectedIcon;
//# sourceMappingURL=UnstackSelectedIcon.js.map