UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 488 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var DeleteSweep = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M15 16h4v2h-4zm0-8h7v2h-7zm0 4h6v2h-6zM3 18c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V8H3v10zM14 5h-3l-1-1H6L5 5H2v2h12z" })), name: 'DeleteSweep' }); export default DeleteSweep;