UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 876 B
/** * @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 AirplanemodeInactive = createIcon("AirplanemodeInactive", [ [ "path", { d: "M10.8048 7.36531V3.19531C10.8048 2.36531 11.4748 1.69531 12.3048 1.69531C13.1348 1.69531 13.8048 2.36531 13.8048 3.19531V8.69531L22.3048 13.6953V15.6953L17.8148 14.3753L10.8048 7.36531ZM20.0848 22.3053L21.4948 20.8953L3.11482 2.50531L1.69482 3.91531L8.07482 10.2953L2.30482 13.6953V15.6953L10.8048 13.1953V18.6953L8.30482 20.1953V21.6953L12.3048 20.6953L16.3048 21.6953V20.1953L13.8048 18.6953V16.0253L20.0848 22.3053Z", key: "1vm9ns" } ] ]); export { AirplanemodeInactive as default }; //# sourceMappingURL=airplanemode_inactive.js.map