@fluentui/react-icons-mdl2
Version:
SVG icon components for @fluentui/react
11 lines • 683 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const React = require("react");
const createSvgIcon_1 = require("../utils/createSvgIcon");
const FontIncreaseIcon = (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: "M1027 128l555 1664h-135l-170-512H643l-170 512H338L893 128h134zm207 1024L960 330l-274 822h548zm814-768h-640l320-320 320 320z" }))),
displayName: 'FontIncreaseIcon',
});
exports.default = FontIncreaseIcon;
//# sourceMappingURL=FontIncreaseIcon.js.map