UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 886 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 DirectionsSubwayFilled = createIcon("DirectionsSubwayFilled", [ [ "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.5ZM8.5 16.5C7.67 16.5 7 15.83 7 15C7 14.17 7.67 13.5 8.5 13.5C9.33 13.5 10 14.17 10 15C10 15.83 9.33 16.5 8.5 16.5ZM11 10.5H6V7.5H11V10.5ZM15.5 16.5C14.67 16.5 14 15.83 14 15C14 14.17 14.67 13.5 15.5 13.5C16.33 13.5 17 14.17 17 15C17 15.83 16.33 16.5 15.5 16.5ZM18 10.5H13V7.5H18V10.5Z", key: "vocz9l" } ] ]); export { DirectionsSubwayFilled as default }; //# sourceMappingURL=directions_subway_filled.js.map