@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 995 B
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("@amaui/ui-react");
const IconMaterialAirplanemodeActiveW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AirplanemodeActiveW100', short_name: 'AirplanemodeActive', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M9.15 21.15v-.65l2-1.45v-6.4l-8.5 2.5v-.8l8.5-5V3.5q0-.375.237-.613.238-.237.613-.237t.613.237q.237.238.237.613v5.85l8.5 5v.8l-8.5-2.5V19l2 1.5v.65L12 20.3Z" }) })));
});
IconMaterialAirplanemodeActiveW100.displayName = 'AmauiIconMaterialAirplanemodeActiveW100';
exports.default = IconMaterialAirplanemodeActiveW100;