google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 541 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: "M13 4L2 20H19L22 4H13ZM14.5 14C13.12 14 12 12.88 12 11.5C12 10.12 13.12 9 14.5 9C15.88 9 17 10.12 17 11.5C17 12.88 15.88 14 14.5 14Z",
key: "tzcbvi"
}
]
]);
export { Airlines as default };
//# sourceMappingURL=airlines.js.map