google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 588 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 RollerShades = createIcon("RollerShades", [
[
"path",
{
d: "M20 19V3H4V19H2V21H22V19H20ZM6 19V13H11V14.8C10.6 15.1 10.2 15.6 10.2 16.2C10.2 17.2 11 18 12 18C13 18 13.8 17.2 13.8 16.2C13.8 15.6 13.5 15.1 13 14.8V13H18V19H6Z",
key: "15erg6"
}
]
]);
export { RollerShades as default };
//# sourceMappingURL=roller_shades.js.map