@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 694 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialFilterAltW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "FilterAltW100Filled",
short_name: "FilterAlt",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M480-212q-12 0-20-8t-8-20v-218L241-724q-6-8-1.5-16t13.5-8h454q9 0 13.5 8t-1.5 16L508-458v218q0 12-8 20t-20 8Z"
}));
});
IconMaterialFilterAltW100Filled.displayName = 'OnesyIconMaterialFilterAltW100Filled';
export default IconMaterialFilterAltW100Filled;