google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 558 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 4H16V7H14V5H13V7H11V5H10V7H8V4Z",
key: "1532k5"
}
]
]);
export { SettingsInputHdmi as default };
//# sourceMappingURL=settings_input_hdmi.js.map