@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 1.38 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Boeing = /*#__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: "M6.904 17.287a6.051 6.051 0 0 1-3.76-1.301C4.35 13.27 6.8 9.628 10.144 6.069a6.07 6.07 0 0 1 2.262 7.73c-1.06-.49-2.05-1.107-2.888-1.88l1.83 3.437a6.058 6.058 0 0 1-4.443 1.93M.83 11.212a6.075 6.075 0 0 1 6.076-6.077c.9 0 1.753.196 2.523.546-3.293 2.91-5.843 6.293-7.353 9.218A6.051 6.051 0 0 1 .829 11.21m12.34 2.913a6.862 6.862 0 0 0 .642-2.913c0-2.4-1.224-4.514-3.084-5.753a49.607 49.607 0 0 1 3.582-3.341A31.173 31.173 0 0 0 10.11 5.09a6.907 6.907 0 0 0-8.437 10.627C.35 18.579.12 20.878 1.285 21.654c1.249.832 3.962-.677 5.59-3.135 0 0-2.517 2.274-3.901 1.752-.852-.322-.855-1.625-.152-3.492a6.871 6.871 0 0 0 4.083 1.338 6.88 6.88 0 0 0 4.854-1.992l.245.462c3.01-.245 11.996-.483 11.996-.483 0-.431-5.95-.04-10.833-1.98"
}));
});
Boeing.displayName = 'Boeing';
export var BoeingDimensions = {
height: 24,
width: 24
};