google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 668 B
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 RollerShadesClosed = createIcon("RollerShadesClosed", [
[
"path",
{
d: "M20 18.125V2.125H4V18.125H2V20.125H10.25C10.25 21.095 11.03 21.875 12 21.875C12.97 21.875 13.75 21.095 13.75 20.125H22V18.125H20ZM18 4.125V14.125H6V4.125H18ZM6 18.125V16.125H11V18.125H6ZM13 18.125V16.125H18V18.125H13Z",
key: "edumh5"
}
]
]);
export { RollerShadesClosed as default };
//# sourceMappingURL=roller_shades_closed.js.map