google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 577 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 Airlines = createIcon("Airlines", [
[
"path",
{
d: "M17.34 18H5.8L14.05 6H19.59L17.34 18ZM13 4L2 20H19L22 4H13ZM14.5 9C13.12 9 12 10.12 12 11.5C12 12.88 13.12 14 14.5 14C15.88 14 17 12.88 17 11.5C17 10.12 15.88 9 14.5 9Z",
key: "1hepzi"
}
]
]);
export { Airlines as default };
//# sourceMappingURL=airlines.js.map