google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 627 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 19V3H4V19H2V21H22V19H20ZM18 5V11H6V5H18ZM6 19V13H11V14.82C10.55 15.14 10.25 15.66 10.25 16.25C10.25 17.22 11.03 18 12 18C12.97 18 13.75 17.22 13.75 16.25C13.75 15.66 13.45 15.13 13 14.82V13H18V19H6Z",
key: "ubiu7"
}
]
]);
export { RollerShades as default };
//# sourceMappingURL=roller_shades.js.map