google-material-icons
Version:
A google material icon library package for React applications
16 lines (12 loc) • 452 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 VerticalShades = createIcon("VerticalShades", [
["path", { d: "M20 19V3H4V19H2V21H22V19H20ZM10 19V5H14V19H10Z", key: "qzc7m2" }]
]);
export { VerticalShades as default };
//# sourceMappingURL=vertical_shades.js.map