google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 614 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 SettingsInputHdmi = createIcon("SettingsInputHdmi", [
[
"path",
{
d: "M18 7V4C18 2.9 17.1 2 16 2H8C6.9 2 6 2.9 6 4V7H5V13L8 19V22H16V19L19 13V7H18ZM8 4H16V7H13.99V5H12.99V7H11V5H10V7H8V4ZM17 12.53L14 18.53V20H10V18.53L7 12.53V9H17V12.53Z",
key: "g1ho21"
}
]
]);
export { SettingsInputHdmi as default };
//# sourceMappingURL=settings_input_hdmi.js.map