@evg-b/evg-icons
Version:
material icons
15 lines (12 loc) • 422 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var FilterList = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M0 0h24v24H0z",
fill: "none"
}), /*#__PURE__*/React.createElement("path", {
d: "M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"
})),
name: 'FilterList'
});
export default FilterList;