google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 861 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 DirectionsTransit = createIcon("DirectionsTransit", [
[
"path",
{
d: "M12 2.5C7.58 2.5 4 3 4 6.5V16C4 17.93 5.57 19.5 7.5 19.5L6 21V21.5H18V21L16.5 19.5C18.43 19.5 20 17.93 20 16V6.5C20 3 16.42 2.5 12 2.5ZM7.5 17.5C6.67 17.5 6 16.83 6 16C6 15.17 6.67 14.5 7.5 14.5C8.33 14.5 9 15.17 9 16C9 16.83 8.33 17.5 7.5 17.5ZM11 11.5H6V6.5H11V11.5ZM16.5 17.5C15.67 17.5 15 16.83 15 16C15 15.17 15.67 14.5 16.5 14.5C17.33 14.5 18 15.17 18 16C18 16.83 17.33 17.5 16.5 17.5ZM18 11.5H13V6.5H18V11.5Z",
key: "lf08m6"
}
]
]);
export { DirectionsTransit as default };
//# sourceMappingURL=directions_transit.js.map