UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.05 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialDirectionsRailwayFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "DirectionsRailwayFilled", short_name: "DirectionsRailway", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M6 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.188H6.65q-.275 0-.462-.188Q6 20.625 6 20.35ZM6 10h12V7H6Zm6 6q.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 16Z" })); }); IconMaterialDirectionsRailwayFilled.displayName = 'AmauiIconMaterialDirectionsRailwayFilled'; export default IconMaterialDirectionsRailwayFilled;