google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 861 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: "M15.9998 5.17473L18.8298 8.00473L15.9998 10.8347L13.1698 8.00473L15.9998 5.17473ZM8.33984 5.65473V9.65473H4.33984V5.65473H8.33984ZM18.3398 15.6547V19.6547H14.3398V15.6547H18.3398ZM8.33984 15.6547V19.6547H4.33984V15.6547H8.33984ZM15.9998 2.34473L10.3398 7.99473L15.9998 13.6547L21.6598 7.99473L15.9998 2.34473ZM10.3398 3.65473H2.33984V11.6547H10.3398V3.65473ZM20.3398 13.6547H12.3398V21.6547H20.3398V13.6547ZM10.3398 13.6547H2.33984V21.6547H10.3398V13.6547Z",
key: "dbxedg"
}
]
]);
export { Widgets as default };
//# sourceMappingURL=widgets.js.map