UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 461 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var Widgets = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M13 13v8h8v-8h-8zM3 21h8v-8H3v8zM3 3v8h8V3H3zm13.66-1.31L11 7.34 16.66 13l5.66-5.66-5.66-5.65z" })), name: 'Widgets' }); export default Widgets;