@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialAirplanemodeInactiveW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "AirplanemodeInactiveW100",
short_name: "AirplanemodeInactive",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m480-164-94 28q-5 2-9-1.5t-4-8.5v-7q0-2 1-4t3-4l70-51v-239l-297 89q-7 2-12.5-2t-5.5-11v-6q0-4 2-7t5-5l243-145-259-259q-4-4-4.5-9.5T123-817q5-5 10-5t10 5l676 676q4 4 4.5 9.5T819-121q-5 5-10 5t-10-5L513-407v193l69 52q2 2 3.5 4.5t1.5 5.5v3q0 6-5 10t-11 2l-91-27Zm0-665q14 0 23.5 9.5T513-796v219l308 184q4 2 5.5 5.5t1.5 7.5v2q0 8-6 12.5t-14 2.5l-158-47-203-203v-183q0-14 9.5-23.5T480-829Z"
}));
});
IconMaterialAirplanemodeInactiveW100.displayName = 'OnesyIconMaterialAirplanemodeInactiveW100';
export default IconMaterialAirplanemodeInactiveW100;