@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 709 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialFilterAltW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "FilterAltW100Filled",
short_name: "FilterAlt",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M12.7 12.55V18q0 .3-.2.5t-.5.2q-.3 0-.5-.2t-.2-.5v-5.45L6.025 5.9q-.15-.2-.037-.4.112-.2.337-.2h11.35q.225 0 .338.2.112.2-.038.4Z"
}));
});
IconMaterialFilterAltW100Filled.displayName = 'AmauiIconMaterialFilterAltW100Filled';
export default IconMaterialFilterAltW100Filled;