@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.53 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("@amaui/ui-react");
const IconMaterialAirportShuttleW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AirportShuttleW100Filled', short_name: 'AirportShuttle', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M6.475 16.65q-.8 0-1.375-.575T4.525 14.7h-.4q-.625 0-1.063-.438-.437-.437-.437-1.062V7q0-.3.2-.5t.5-.2H15.55q.275 0 .538.1.262.1.462.3l4.35 4q.225.2.35.488.125.287.125.612v1.4q0 .625-.437 1.062-.438.438-1.063.438 0 .8-.563 1.375-.562.575-1.387.575-.8 0-1.375-.575t-.575-1.375h-7.55q0 .8-.562 1.375-.563.575-1.388.575Zm7.55-5.9h5.9L16.1 7.225q-.125-.1-.262-.163Q15.7 7 15.55 7h-1.525Zm-5.35 0h4.65V7h-4.65Zm-5.35 0h4.65V7h-4.65Zm3.15 5.2q.525 0 .888-.363.362-.362.362-.887t-.362-.888Q7 13.45 6.475 13.45t-.887.362q-.363.363-.363.888t.363.887q.362.363.887.363Zm11.45 0q.525 0 .887-.363.363-.362.363-.887t-.363-.888q-.362-.362-.887-.362t-.887.362q-.363.363-.363.888t.363.887q.362.363.887.363Z" }) })));
});
IconMaterialAirportShuttleW100Filled.displayName = 'AmauiIconMaterialAirportShuttleW100Filled';
exports.default = IconMaterialAirportShuttleW100Filled;