UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.09 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var ArrowForwardDownLightning = /*#__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: "M13 16.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0ZM8.53 13H7.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-.73H8.5l.5-1.32a.5.5 0 0 0-.47-.68Zm7.77-8.7a1 1 0 0 0 0 1.4L19.59 9h-6.81A6 6 0 0 1 7 3a1 1 0 1 0-2 0v.25A8 8 0 0 0 13 11h6.59l-3.3 3.3a1 1 0 1 0 1.42 1.4l5-5a1 1 0 0 0 0-1.4l-5-5a1 1 0 0 0-1.41 0Z" })); }); ArrowForwardDownLightning.displayName = 'ArrowForwardDownLightning'; export var ArrowForwardDownLightningDimensions = { height: 24, width: 24 };