UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.15 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var TableLightning = /*#__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 28 28" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M6.75 3A3.75 3.75 0 0 0 3 6.75V9.5h6.5V3H6.75ZM3 17v-6h6.5v6H3Zm0 4.25V18.5h6.5V25H6.75A3.75 3.75 0 0 1 3 21.25ZM17 25h-6v-6.5h4.26l-1.11 2.36A1.5 1.5 0 0 0 15.5 23H17v2Zm8-12v-2h-6.5v2.03c.1-.02.21-.03.32-.03H25Zm-8 1.83V11h-6v6h4.97L17 14.83Zm8-8.08V9.5h-6.5V3h2.75A3.75 3.75 0 0 1 25 6.75ZM11 3h6v6.5h-6V3Zm7.82 11h6.33a.5.5 0 0 1 .43.75L23.75 18h1.52c.64 0 .98.75.56 1.24l-6.41 7.45c-.52.6-1.5.05-1.25-.7L19.5 22h-4a.5.5 0 0 1-.45-.71l3.31-7a.5.5 0 0 1 .46-.29Z" })); }); TableLightning.displayName = 'TableLightning'; export var TableLightningDimensions = { height: 28, width: 28 };