@fluentui/react-icons-mdl2
Version:
SVG icon components for @fluentui/react
11 lines • 737 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const React = require("react");
const createSvgIcon_1 = require("../utils/createSvgIcon");
const IndentFirstLineIcon = (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: "M1152 128h768v128h-768V128zM768 1792v-128h1152v128H768zm0-1024V640h1152v128H768zm0 512v-128h1152v128H768zM573 3l317 317-317 317-90-90 163-163H0V256h646L483 93l90-90z" }))),
displayName: 'IndentFirstLineIcon',
});
exports.default = IndentFirstLineIcon;
//# sourceMappingURL=IndentFirstLineIcon.js.map