@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.13 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var AirplaneTakeOff = /*#__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.4 5.93 10.51 4.4a1.84 1.84 0 0 0-2.76 2.33l.38.68 3.46-.72c.06-.01.17-.06.3-.2.14-.18.3-.37.5-.57ZM3 20a1 1 0 0 1 1-1h16a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1ZM21.55 6.83c-.95-1.08-2.62-2.5-4.86-2.33a4.7 4.7 0 0 0-2.43 1.06c-.67.52-1.22 1.12-1.6 1.57-.24.3-.54.49-.85.55l-4.67.97-.96-1.77A1.7 1.7 0 0 0 3 7.7v3.7a2.3 2.3 0 0 0 2.73 2.24l3.3-.63-.51 1.23a2 2 0 0 0 3.46 1.97l3.23-4.32 5.37-1.85a2.14 2.14 0 0 0 1.34-1.32 1.9 1.9 0 0 0-.37-1.88Z"
}));
});
AirplaneTakeOff.displayName = 'AirplaneTakeOff';
export var AirplaneTakeOffDimensions = {
height: 24,
width: 24
};