@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.21 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialDirectionsRailway = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "DirectionsRailway",
short_name: "DirectionsRailway",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M6.65 21q-.275 0-.462-.188Q6 20.625 6 20.35q0-.125.075-.288.075-.162.2-.237L7.5 19q-1.475 0-2.487-1.012Q4 16.975 4 15.5V6q0-2.075 1.925-3.038Q7.85 2 12 2q4.3 0 6.15.925Q20 3.85 20 6v9.5q0 1.475-1.012 2.488Q17.975 19 16.5 19l1.225.825q.125.075.2.225.075.15.075.3 0 .275-.188.462-.187.188-.462.188ZM6 10h12V7H6Zm10.5 2H6h12-1.5ZM12 16q.625 0 1.062-.438.438-.437.438-1.062t-.438-1.062Q12.625 13 12 13t-1.062.438q-.438.437-.438 1.062t.438 1.062Q11.375 16 12 16Zm-4.5 1h9q.65 0 1.075-.425Q18 16.15 18 15.5V12H6v3.5q0 .65.425 1.075Q6.85 17 7.5 17ZM12 4q-2.15 0-3.562.25Q7.025 4.5 6.45 5h11.2q-.45-.5-1.863-.75Q14.375 4 12 4Zm0 1h5.65-11.2H12Z"
}));
});
IconMaterialDirectionsRailway.displayName = 'AmauiIconMaterialDirectionsRailway';
export default IconMaterialDirectionsRailway;