UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.13 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var TextColumnOneWideLightning = /*#__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 25" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M4 5.5a1 1 0 0 0 0 2h16a1 1 0 1 0 0-2H4Zm0 4a1 1 0 0 0 0 2h16a1 1 0 1 0 0-2H4Zm7 8.5c0-.17 0-.34.02-.5H4a1 1 0 1 0 0 2h7.17A6.52 6.52 0 0 1 11 18Zm.5-2.5a6.5 6.5 0 0 1 1.31-2H4a1 1 0 1 0 0 2h7.5ZM23 18a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0Zm-4.47-3.5H17.1a.5.5 0 0 0-.47.32l-1.13 3a.5.5 0 0 0 .47.68h.78l-.77 2.32a.52.52 0 0 0 .92.44l2.63-4.03a.47.47 0 0 0-.4-.73h-.63l.5-1.32a.5.5 0 0 0-.47-.68Z" })); }); TextColumnOneWideLightning.displayName = 'TextColumnOneWideLightning'; export var TextColumnOneWideLightningDimensions = { height: 25, width: 24 };