UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.28 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: "m10.05 15.42 6.26-8.48a.7.7 0 0 1 1.23.57l-.03.1-3.87 9.8a2.07 2.07 0 1 1-3.74-1.76l.07-.12.08-.1 6.26-8.49-6.26 8.48zm8.56-8c.75.6 1.44 1.33 2.02 2.17a12.4 12.4 0 0 1 1.32 2.4.75.75 0 1 1-1.4.54 8 8 0 0 0-.37-.81l-2.05 1.18a.75.75 0 0 1-.84-1.24l.09-.06 2.02-1.16-.23-.32c-.33-.42-.68-.8-1.06-1.16l.38-.96.09-.3.02-.14v-.15zm-2.63-1.57c-.15.09-.29.2-.4.33l-.12.14-.54.73a9.2 9.2 0 0 0-2.17-.47v2.68a.75.75 0 0 1-1.5.1v-2.8a9.1 9.1 0 0 0-4.6 1.64 8.32 8.32 0 0 0-2.11 2.2l2.08 1.2a.75.75 0 0 1-.66 1.35l-.09-.04-2.07-1.2c-.13.26-.25.54-.36.82a.75.75 0 0 1-1.4-.54C2.85 9.9 4.12 8.14 5.8 6.97a10.64 10.64 0 0 1 10.18-1.12z" })); }); TopSpeed.displayName = 'TopSpeed'; export var TopSpeedDimensions = { height: 24, width: 24 };