UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 595 B
/** * @license google-material-icons v2.1.4 - 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: "M19.5 8.7C17.04 10.2 14 12.87 13.5 17H15.5V19H9.5V17H11.5C11 12.5 7.13 9 2.5 9V7C6.89 7 10.72 9.55 12.5 13.3C13.88 10.33 16.36 8.27 18.46 6.99L14.5 7V5H21.5V12H19.5V8.7Z", key: "ub4ee1" } ] ]); export { AirlineStops as default }; //# sourceMappingURL=airline_stops.js.map