UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.06 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var SportAmericanFootball = /*#__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: "M21.38 11.5a14.78 14.78 0 0 1-9.97 9.9l-8.82-8.8a14.78 14.78 0 0 1 9.91-9.98l8.88 8.88zm-7.66-2.28-4.5 4.5a.75.75 0 1 0 1.06 1.06l4.5-4.5a.75.75 0 1 0-1.06-1.06zM2.2 14.32l7.48 7.48c-.8.13-1.6.2-2.43.2h-1A4.25 4.25 0 0 1 2 17.75v-1c0-.83.07-1.64.2-2.43zM14.22 2.22l7.56 7.56c.15-.82.22-1.67.22-2.53v-1C22 3.9 20.1 2 17.75 2h-1c-.86 0-1.71.07-2.53.22z" })); }); SportAmericanFootball.displayName = 'SportAmericanFootball'; export var SportAmericanFootballDimensions = { height: 24, width: 24 };