@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.54 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialAirportShuttleW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "AirportShuttleW100",
short_name: "AirportShuttle",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("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.363ZM4.125 14h.5q.15-.45.663-.85.512-.4 1.187-.4t1.15.363q.475.362.7.887h7.75q.15-.45.663-.85.512-.4 1.187-.4t1.15.363q.475.362.7.887h.1q.35 0 .575-.225.225-.225.225-.575v-.95q0-.35-.025-.525-.025-.175-.15-.275H3.325v1.75q0 .35.225.575.225.225.575.225Zm0-2.55H3.325 20.675 4.625Z"
}));
});
IconMaterialAirportShuttleW100.displayName = 'AmauiIconMaterialAirportShuttleW100';
export default IconMaterialAirportShuttleW100;