@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.23 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TableSwitch = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M8.78 1.22a.75.75 0 0 0-1.06 1.06l.72.72H6.25A3.25 3.25 0 0 0 3 6.25v2.19l-.72-.72a.75.75 0 0 0-1.06 1.06l2 2c.3.3.77.3 1.06 0l2-2a.75.75 0 0 0-1.06-1.06l-.72.72V6.25c0-.97.78-1.75 1.75-1.75h2.19l-.72.72a.75.75 0 0 0 1.06 1.06l2-2c.3-.3.3-.77 0-1.06l-2-2zM14.5 8h-5V6.97l2-1.97c.54-.54.65-1.34.34-1.99h2.67v5zM3 11.83v2.67h5v-5H6.97L5 11.49c-.54.54-1.34.65-1.99.34zM14.5 14.5v-5h-5v5h5zM16 14.5v-5h5v5h-5zM16 8h5V6.25C21 4.45 19.54 3 17.75 3H16v5zM14.5 21v-5h-5v5h5zM8 16H3v1.75C3 19.55 4.46 21 6.25 21H8v-5zM16 16h5v1.75c0 1.8-1.46 3.25-3.25 3.25H16v-5z"
}));
});
TableSwitch.displayName = 'TableSwitch';
export var TableSwitchDimensions = {
height: 24,
width: 24
};