@evg-b/evg-icons
Version:
material icons
15 lines (12 loc) • 449 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var GraphicEq = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M0 0h24v24H0z",
fill: "none"
}), /*#__PURE__*/React.createElement("path", {
d: "M7 18h2V6H7v12zm4 4h2V2h-2v20zm-8-8h2v-4H3v4zm12 4h2V6h-2v12zm4-8v4h2v-4h-2z"
})),
name: 'GraphicEq'
});
export default GraphicEq;