@fluentui/react-icons-mdl2
Version:
SVG icon components for @fluentui/react
9 lines • 657 B
JavaScript
import * as React from 'react';
import createSvgIcon from '../utils/createSvgIcon';
const DeleteColumnsIcon = 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: "M640 0h640v1092l-320 319-320-320V0zm1280 0v1024h-512V896h384V0h128zM128 896h384v128H0V0h128v896zm1149 606l-226 226 226 227-90 90-227-226-227 227-90-91 227-227-227-227 90-90 227 227 227-227 90 91z" }))),
displayName: 'DeleteColumnsIcon',
});
export default DeleteColumnsIcon;
//# sourceMappingURL=DeleteColumnsIcon.js.map