google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 583 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 Curtains = createIcon("Curtains", [
[
"path",
{
d: "M20 19V3H4V19H2V21H22V19H20ZM8.19 12C10.23 10.65 11.69 8.06 11.95 5H12.04C12.3 8.06 13.76 10.65 15.8 12C13.76 13.35 12.3 15.94 12.04 19H11.95C11.69 15.94 10.23 13.35 8.19 12Z",
key: "7362ty"
}
]
]);
export { Curtains as default };
//# sourceMappingURL=curtains.js.map