google-material-icons
Version:
A google material icon library package for React applications
19 lines (15 loc) • 465 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const FilterHdr = createIcon("FilterHdr", [
[
"path",
{ d: "M14 6L10.25 11L13.1 14.8L11.5 16C9.81 13.75 7 10 7 10L1 18H23L14 6Z", key: "1iyc8y" }
]
]);
export { FilterHdr as default };
//# sourceMappingURL=filter_hdr.js.map