UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.07 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialFilterListOffW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "FilterListOffW100Filled", short_name: "FilterListOff", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "m9.175 6.35-.7-.7H20q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1Zm5.5 5.5-.7-.7H17q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1ZM13 17.35h-2q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h2q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1Zm6.6 3.25-8.75-8.75H7q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h3.15L3.4 4.4q-.1-.1-.112-.238-.013-.137.112-.262t.25-.125q.125 0 .25.125l16.2 16.2q.1.1.113.237.012.138-.113.263t-.25.125q-.125 0-.25-.125ZM5.325 5.65v.7H4q-.15 0-.25-.1T3.65 6q0-.15.1-.25t.25-.1Z" })); }); IconMaterialFilterListOffW100Filled.displayName = 'AmauiIconMaterialFilterListOffW100Filled'; export default IconMaterialFilterListOffW100Filled;