UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.02 kB
/** * @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: "M17.9953 14.4553V12.4553H19.0953L19.9953 14.4553H21.4953L20.5953 12.3553C21.0953 12.0553 21.4953 11.5553 21.4953 10.9553V9.95531C21.4953 9.15531 20.7953 8.45531 19.9953 8.45531H16.4953V13.3153L17.6353 14.4553H17.9953ZM17.9953 9.95531H19.9953V10.9553H17.9953V9.95531ZM13.4953 9.95531V10.3153L14.9953 11.8153V9.95531C14.9953 9.15531 14.2953 8.45531 13.4953 8.45531H11.6353L13.1353 9.95531H13.4953ZM3.00531 1.94531L1.94531 3.00531L7.39531 8.45531H6.99531V10.4553H4.99531V8.45531H3.49531V14.4553H4.99531V11.9553H6.99531V14.4553H8.49531V9.55531L9.99531 11.0553V14.4553H13.3953L20.9953 22.0553L22.0553 20.9953L3.00531 1.94531Z", key: "7hlusl" } ] ]); export { HdrOff as default }; //# sourceMappingURL=hdr_off.js.map