UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 685 B
/** * @license google-material-icons v2.1.3 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createIcon from '../../createIcon.js'; const DirectionsRailway = createIcon("DirectionsRailway", [ [ "path", { d: "M4 16.5C4 18.43 5.57 20 7.5 20L6 21.5V22H18V21.5L16.5 20C18.43 20 20 18.43 20 16.5V6C20 2.5 16.42 2 12 2C7.58 2 4 2.5 4 6V16.5ZM12 18C10.9 18 10 17.1 10 16C10 14.9 10.9 14 12 14C13.1 14 14 14.9 14 16C14 17.1 13.1 18 12 18ZM18 11H6V6H18V11Z", key: "pw7jzv" } ] ]); export { DirectionsRailway as default }; //# sourceMappingURL=directions_railway.js.map