@fluentui/react-icons-mdl2
Version:
SVG icon components for @fluentui/react
11 lines • 776 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const React = require("react");
const createSvgIcon_1 = require("../utils/createSvgIcon");
const FontSize2Icon = (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: "M585 512h143l582 1536h-158l-188-512H343l-184 512H0L585 512zm-198 897h529L683 781q-20-53-28-108h-5q-11 56-30 108l-233 628zM1604 283l-230 230-90-91 320-320 320 320-91 91-229-230zm-4 587l230-230 90 90-320 320-320-320 90-90 230 230z" }))),
displayName: 'FontSize2Icon',
});
exports.default = FontSize2Icon;
//# sourceMappingURL=FontSize2Icon.js.map