google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 935 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 DirectionsBus = createIcon("DirectionsBus", [
[
"path",
{
d: "M4 16.5C4 17.38 4.39 18.17 5 18.72V20.5C5 21.05 5.45 21.5 6 21.5H7C7.55 21.5 8 21.05 8 20.5V19.5H16V20.5C16 21.05 16.45 21.5 17 21.5H18C18.55 21.5 19 21.05 19 20.5V18.72C19.61 18.17 20 17.38 20 16.5V6.5C20 3 16.42 2.5 12 2.5C7.58 2.5 4 3 4 6.5V16.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.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.5H6V6.5H18V11.5Z",
key: "xkoqiy"
}
]
]);
export { DirectionsBus as default };
//# sourceMappingURL=directions_bus.js.map