UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 790 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 BlindsClosed = createIcon("BlindsClosed", [ [ "path", { d: "M20 18.125V2.125H4V18.125H2V20.125H13.25C13.25 21.095 14.03 21.875 15 21.875C15.97 21.875 16.75 21.095 16.75 20.125H22V18.125H20ZM18 10.125H16V8.125H18V10.125ZM14 10.125H6V8.125H14V10.125ZM14 12.125V14.125H6V12.125H14ZM16 12.125H18V14.125H16V12.125ZM18 6.125H16V4.125H18V6.125ZM14 4.125V6.125H6V4.125H14ZM6 18.125V16.125H14V18.125H6ZM16 18.125V16.125H18V18.125H16Z", key: "18xg8q" } ] ]); export { BlindsClosed as default }; //# sourceMappingURL=blinds_closed.js.map