UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 421 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var Equalizer = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M10 20h4V4h-4v16zm-6 0h4v-8H4v8zM16 9v11h4V9h-4z" })), name: 'Equalizer' }); export default Equalizer;