google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 600 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 AirlineStops = createIcon("AirlineStops", [
[
"path",
{
d: "M18.71 9.21C16.43 10.78 13.95 13.3 13.5 17H15.5V19H9.5V17H11.5C11 12.5 7.13 9 2.5 9V7C6.89 7 10.72 9.55 12.5 13.3C13.63 10.87 15.49 9.05 17.28 7.78L14.5 5H21.5V12L18.71 9.21Z",
key: "zs01no"
}
]
]);
export { AirlineStops as default };
//# sourceMappingURL=airline_stops.js.map