@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.42 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var SportBaseball = /*#__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: "M3.94 6.08a9.96 9.96 0 0 0-.01 11.83l.23-.22A8.23 8.23 0 0 1 7 16.01a.75.75 0 1 1 .48 1.42 6.73 6.73 0 0 0-2.58 1.62 9.97 9.97 0 0 0 14.18 0 7.23 7.23 0 0 0-2.58-1.62.75.75 0 1 1 .48-1.42 8.23 8.23 0 0 1 3.08 1.9 9.96 9.96 0 0 0-.01-11.83l-.22.2A8.23 8.23 0 0 1 17 7.96a.75.75 0 0 1-.48-1.42 6.74 6.74 0 0 0 2.57-1.6 9.97 9.97 0 0 0-14.16 0 7.28 7.28 0 0 0 2.57 1.6.75.75 0 1 1-.5 1.42 8.23 8.23 0 0 1-3.07-1.88zm5.08 10.07c-.1-.4.15-.8.55-.9h.01l.02-.01a3.89 3.89 0 0 1 .37-.08 12.54 12.54 0 0 1 4.42.07.75.75 0 0 1-.29 1.48 11.04 11.04 0 0 0-4.17-.01s-.75.1-.9-.55zm.91-8.88.07.02a6.08 6.08 0 0 0 1.12.15c.76.06 1.82.06 2.98-.18a.75.75 0 0 1 .3 1.48 12.54 12.54 0 0 1-4.8 0h-.02v-.01h-.01a.76.76 0 0 1-.55-.91c.16-.65.91-.55.91-.55z"
}));
});
SportBaseball.displayName = 'SportBaseball';
export var SportBaseballDimensions = {
height: 24,
width: 24
};