@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 1.7 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Mlb = /*#__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: "M22.003 5.53a1.988 1.988 0 0 1 1.99 1.827l.007.177v8.927a2.007 2.007 0 0 1-1.848 2.002l-.15.006h-20a2.003 2.003 0 0 1-1.42-.586 1.979 1.979 0 0 1-.575-1.245L0 16.46V7.535a1.994 1.994 0 0 1 .583-1.427 2.016 2.016 0 0 1 1.242-.57l.176-.007h20.002zm-7.5.703H2.001a1.312 1.312 0 0 0-.926.375 1.299 1.299 0 0 0-.374.926v8.927a1.282 1.282 0 0 0 .374.922c.246.245.579.383.926.384h8.116a92.275 92.275 0 0 0-.495-.843H8.66c0-2.402.812-3.73 1.784-3.995.133-.024.07-.68-.1-.88h-.561c-.09 0-.038-.169-.038-.169l.456-.972-.062-.266H8.455l1.383-.967c.064-2.55 2.68-2.748 4.255-1.686.937.62 1.008 1.849.937 2.698-.012.054-.244.018-.244.018s-.16.937.257.937h1.838c.749-.03 1.472.478 1.472.478l.176-.643-4.026-5.244zm7.5 0h-5.59l3.207 5.36.296.038.187.245v.229l.202.041.188.255v.221l.21.037.211.23v.51c.252.228.536.418.843.563.283.108.315.562.486.803.213.352.505.493.444.69-.143.526-.682 1.414-1.184 1.456h-1.986v.85h2.488a1.3 1.3 0 0 0 1.294-1.311V7.534h-.002a1.285 1.285 0 0 0-1.294-1.3zM4.022 14.404a.888.888 0 0 1-.638 1.513.879.879 0 0 1-.88-.888.888.888 0 0 1 1.518-.625z"
}));
});
Mlb.displayName = 'Mlb';
export var MlbDimensions = {
height: 24,
width: 24
};