UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 416 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var ClearAll = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M5 13h14v-2H5v2zm-2 4h14v-2H3v2zM7 7v2h14V7H7z" })), name: 'ClearAll' }); export default ClearAll;