@fluentui/react-icons-mdl2
Version:
SVG icon components for @fluentui/react
9 lines • 671 B
JavaScript
import * as React from 'react';
import createSvgIcon from '../utils/createSvgIcon';
const TimelineProgressIcon = createSvgIcon({
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: "M256 640h640v128H256V640zm1024 512h512v128h-512v-128zm768-896v1408H0V256h2048zm-127 128h-514v384h-127V384H768v128H640V384H128v1153h512V896h128v641h512v-129h127v129h514V384zM897 896h639v128H897V896z" }))),
displayName: 'TimelineProgressIcon',
});
export default TimelineProgressIcon;
//# sourceMappingURL=TimelineProgressIcon.js.map