UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 750 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 Hls = createIcon("Hls", [ [ "path", { d: "M6.75 9H8.25V15H6.75V12.5H4.75V15H3.25V9H4.75V11H6.75V9ZM16.75 15H19.75C20.3 15 20.75 14.55 20.75 14V12.5C20.75 11.95 20.3 11.5 19.75 11.5H17.25V10.5H19.25V11H20.75V10C20.75 9.45 20.3 9 19.75 9H16.75C16.2 9 15.75 9.45 15.75 10V11.5C15.75 12.05 16.2 12.5 16.75 12.5H19.25V13.5H17.25V13H15.75V14C15.75 14.55 16.2 15 16.75 15ZM14.25 15V13.5H11.75V9H10.25V15H14.25Z", key: "152t37" } ] ]); export { Hls as default }; //# sourceMappingURL=hls.js.map