google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 876 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 AirplanemodeInactive = createIcon("AirplanemodeInactive", [
[
"path",
{
d: "M10.8053 7.36531V3.19531C10.8053 2.36531 11.4753 1.69531 12.3053 1.69531C13.1353 1.69531 13.8053 2.36531 13.8053 3.19531V8.69531L22.3053 13.6953V15.6953L17.8153 14.3753L10.8053 7.36531ZM20.0853 22.3053L21.4953 20.8953L3.11531 2.50531L1.69531 3.91531L8.07531 10.2953L2.30531 13.6953V15.6953L10.8053 13.1953V18.6953L8.30531 20.1953V21.6953L12.3053 20.6953L16.3053 21.6953V20.1953L13.8053 18.6953V16.0253L20.0853 22.3053Z",
key: "10caau"
}
]
]);
export { AirplanemodeInactive as default };
//# sourceMappingURL=airplanemode_inactive.js.map