google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.04 kB
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 HdrOff = createIcon("HdrOff", [
[
"path",
{
d: "M18.0004 14.4492V12.4492H19.1004L20.0004 14.4492H21.5004L20.6004 12.3492C21.1004 12.1492 21.5004 11.5492 21.5004 10.9492V9.94922C21.5004 9.14922 20.8004 8.44922 20.0004 8.44922H16.5004V13.3492L17.6004 14.4492H18.0004ZM18.0004 9.94922H20.0004V10.9492H18.0004V9.94922ZM13.5004 9.94922V10.3492L15.0004 11.8492V9.94922C15.0004 9.14922 14.3004 8.44922 13.5004 8.44922H11.6004L13.1004 9.94922H13.5004ZM10.0004 8.94922L3.00039 1.94922L1.90039 2.94922L7.40039 8.44922H7.00039V10.4492H5.00039V8.44922H3.50039V14.4492H5.00039V11.9492H7.00039V14.4492H8.50039V9.54922L10.0004 11.0492V14.4492H13.4004L21.0004 22.0492L22.1004 20.9492L10.0004 8.94922Z",
key: "uhsa92"
}
]
]);
export { HdrOff as default };
//# sourceMappingURL=hdr_off.js.map