google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 703 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 FilterAlt = createIcon("FilterAlt", [
[
"path",
{
d: "M7.00457 6H17.0046L11.9946 12.3L7.00457 6ZM4.25457 5.61C6.27457 8.2 10.0046 13 10.0046 13V19C10.0046 19.55 10.4546 20 11.0046 20H13.0046C13.5546 20 14.0046 19.55 14.0046 19V13C14.0046 13 17.7246 8.2 19.7446 5.61C20.2546 4.95 19.7846 4 18.9546 4H5.04457C4.21457 4 3.74457 4.95 4.25457 5.61Z",
key: "1cbwa9"
}
]
]);
export { FilterAlt as default };
//# sourceMappingURL=filter_alt.js.map