@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.24 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialAirplanemodeInactiveW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AirplanemodeInactiveW100', short_name: 'AirplanemodeInactive', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("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';
exports.default = IconMaterialAirplanemodeInactiveW100;
;