UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 986 B
/** * @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 HlsOff = createIcon("HlsOff", [ [ "path", { d: "M18.5455 14.295H20.2155C20.7655 14.295 21.2155 13.845 21.2155 13.295V11.795C21.2155 11.245 20.7655 10.795 20.2155 10.795H17.7155V9.79498H19.7155V10.295H21.2155V9.29498C21.2155 8.74498 20.7655 8.29498 20.2155 8.29498H17.2155C16.6655 8.29498 16.2155 8.74498 16.2155 9.29498V10.795C16.2155 11.345 16.6655 11.795 17.2155 11.795H19.7155V12.795H17.7155V12.295H16.5455L18.5455 14.295ZM8.71547 10.125V14.295H7.21547V11.795H5.21547V14.295H3.71547V8.29498H5.21547V10.295H7.21547V8.62498L2.10547 3.51498L3.51547 2.10498L21.8955 20.485L20.4855 21.895L12.8855 14.295H10.7155V12.125L8.71547 10.125Z", key: "y6hlmz" } ] ]); export { HlsOff as default }; //# sourceMappingURL=hls_off.js.map