@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.32 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialConnectingAirportsW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ConnectingAirportsW100Filled",
short_name: "ConnectingAirports",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m759-320 17 58q1 2-.29 4-1.28 2-3.57 2H769q-2 0-2.5-.5L765-258l-27-38H595l50 168q1 3-.94 5.5t-5.47 2.5h-2.83q-1.76 0-2.76-.5-1-.5-2-2.5L529-296H400q-10.2 0-17.1-6.86-6.9-6.86-6.9-17t6.9-17.14q6.9-7 17.1-7h129l102-173q1-1.5 2.67-2.25 1.66-.75 3.33-.75h1.19q3.25 0 5.03 3 1.78 3 .78 6l-49 167h143l26-38q1-2 2.19-2h3.85q2.96 0 4.96 2t1 5l-17 57ZM201-640l-18-59q-1-2 .32-3.5 1.33-1.5 3.68-1.5h2.75q1 0 1.88.5.87.5 1.37 1.5l29 38h143l-50-168q-1-3 .94-5.5t5.47-2.5h2.83q1.76 0 2.76.5 1 .5 2 2.5l102 173h129q10.2 0 17.1 6.86 6.9 6.86 6.9 17T577.1-623q-6.9 7-17.1 7H431L329-443q-1 2-2 2.5t-2.92.5H321q-2.4 0-4.2-3-1.8-3-.8-6l49-167H222l-26 38q-1 2-2.19 2h-3.85q-2.96 0-4.96-2t-1-5l17-57Z"
}));
});
IconMaterialConnectingAirportsW100Filled.displayName = 'OnesyIconMaterialConnectingAirportsW100Filled';
export default IconMaterialConnectingAirportsW100Filled;