UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.26 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var FastAcceleration = /*#__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.5 4a8.5 8.5 0 1 1-4.82 15.5H1.75a.75.75 0 0 1-.1-1.5h5.37c-.4-.46-.73-.96-1.02-1.5H3.75a.75.75 0 0 1-.1-1.5h1.72a8.5 8.5 0 0 1 1.65-8H2.75a.75.75 0 0 1-.1-1.5h6.03A8.46 8.46 0 0 1 13.5 4Zm1.15 10.72a2.49 2.49 0 0 1-2.3 0l-1.09 1.1a3.98 3.98 0 0 0 4.5 0l-1.1-1.1ZM9.5 12.5c0 .84.26 1.62.7 2.26l1.09-1.1a2.49 2.49 0 0 1 0-2.32l-1.1-1.09c-.43.65-.69 1.42-.69 2.25Zm7.32-2.24-1.1 1.1a2.49 2.49 0 0 1 0 2.3l1.1 1.1a3.98 3.98 0 0 0 0-4.5ZM13.5 11.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm0-3c-.83 0-1.6.26-2.25.7l1.1 1.08a2.49 2.49 0 0 1 2.32 0l1.09-1.08a3.98 3.98 0 0 0-2.26-.7Z" })); }); FastAcceleration.displayName = 'FastAcceleration'; export var FastAccelerationDimensions = { height: 24, width: 24 };