UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.22 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var TopSpeed = /*#__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: "M11 3.56V5a1 1 0 1 0 2 0V3.56A8.5 8.5 0 0 1 20.44 11H19a1 1 0 1 0 0 2h1.44a8.5 8.5 0 0 1-2.24 4.74.75.75 0 1 0 1.1 1.02A9.92 9.92 0 0 0 22 12a10 10 0 0 0-20 0 9.92 9.92 0 0 0 2.7 6.76.75.75 0 1 0 1.1-1.02A8.5 8.5 0 0 1 3.56 13H5a1 1 0 1 0 0-2H3.56c.19-1.6.82-3.06 1.76-4.26l.97.97a1 1 0 0 0 1.42-1.42l-.97-.97A8.46 8.46 0 0 1 11 3.56Zm5.76 3.07a.65.65 0 0 0-.8.02l-.23.18a396.1 396.1 0 0 0-4.21 3.6 37.86 37.86 0 0 0-1.1 1.05c-.66.8-.52 1.98.3 2.62.83.64 2.03.5 2.68-.3a37.18 37.18 0 0 0 .78-1.3 152.48 152.48 0 0 0 2.62-4.85l.13-.24a.61.61 0 0 0-.17-.78Z" })); }); TopSpeed.displayName = 'TopSpeed'; export var TopSpeedDimensions = { height: 24, width: 24 };