@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 853 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialFilterAltOffFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "FilterAltOffFilled",
short_name: "FilterAltOff",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M19.075 21.9 14 16.825V18q0 .825-.587 1.413Q12.825 20 12 20q-.825 0-1.412-.587Q10 18.825 10 18v-5.15L2.075 4.925q-.275-.3-.275-.7 0-.4.3-.7.3-.3.712-.3.413 0 .713.3L20.5 20.5q.3.3.288.7-.013.4-.313.7-.3.275-.7.288-.4.012-.7-.288ZM14.8 11.975 6.825 4H19q.625 0 .9.55t-.1 1.05Z"
}));
});
IconMaterialFilterAltOffFilled.displayName = 'AmauiIconMaterialFilterAltOffFilled';
export default IconMaterialFilterAltOffFilled;