google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 633 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 Widgets = createIcon("Widgets", [
[
"path",
{
d: "M12.3398 13.6547V21.6547H20.3398V13.6547H12.3398ZM2.33984 21.6547H10.3398V13.6547H2.33984V21.6547ZM2.33984 3.65473V11.6547H10.3398V3.65473H2.33984ZM15.9998 2.34473L10.3398 7.99473L15.9998 13.6547L21.6598 7.99473L15.9998 2.34473Z",
key: "h2th8g"
}
]
]);
export { Widgets as default };
//# sourceMappingURL=widgets.js.map