google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 759 B
JavaScript
/**
* @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 DirectionsRailwayFilled = createIcon("DirectionsRailwayFilled", [
[
"path",
{
d: "M12 2.5C8 2.5 4 3 4 6.5V16C4 17.93 5.57 19.5 7.5 19.5L6 20.5V21.5H18V20.5L16.5 19.5C18.43 19.5 20 17.93 20 16V6.5C20 3 16.42 2.5 12 2.5ZM12 16.5C11.17 16.5 10.5 15.83 10.5 15C10.5 14.17 11.17 13.5 12 13.5C12.83 13.5 13.5 14.17 13.5 15C13.5 15.83 12.83 16.5 12 16.5ZM18 10.5H6V7.5H18V10.5Z",
key: "1bs6bw"
}
]
]);
export { DirectionsRailwayFilled as default };
//# sourceMappingURL=directions_railway_filled.js.map