UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.11 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var SportSoccer = /*#__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: "M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20ZM8.24 4.37l3.01 1.8v2.2l-2.79 2.02-2.04-.7-.59-3.54a8.53 8.53 0 0 1 2.41-1.78Zm-4.62 9.07 2.33-2.33 2.04.7 1.08 3.34-.97 1.58-3.3-.2c-.58-.92-.99-1.97-1.18-3.1Zm6.91 6.93-1.18-2.8.96-1.57h3.37l.91 1.58-1.04 2.78a8.55 8.55 0 0 1-3.02.01Zm8.36-3.4-3.02-.18-.94-1.63 1.09-3.34 2.01-.7 2.31 2.52a8.46 8.46 0 0 1-1.45 3.34Zm-.72-10.81-.59 3.53-2.04.7-2.79-2.02v-2.2l3-1.8a8.53 8.53 0 0 1 2.42 1.79Z" })); }); SportSoccer.displayName = 'SportSoccer'; export var SportSoccerDimensions = { height: 24, width: 24 };