UNPKG

@fluentui/react-icons-mdl2

Version:

SVG icon components for @fluentui/react

11 lines 747 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const React = require("react"); const createSvgIcon_1 = require("../utils/createSvgIcon"); const FilterDescendingIcon = (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: "M1795 1667l163-163 90 90-315 317-325-325 90-90 169 170v-642h127l1 643zm-643 125v-731l768-768v-37H128v37l768 768v731h256zm896-1445l-768 768v805H768v-805L0 347V128h2048v219z" }))), displayName: 'FilterDescendingIcon', }); exports.default = FilterDescendingIcon; //# sourceMappingURL=FilterDescendingIcon.js.map