UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 900 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialFilterListFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "FilterListFilled", short_name: "FilterList", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M440-240q-17 0-28.5-11.5T400-280q0-17 11.5-28.5T440-320h80q17 0 28.5 11.5T560-280q0 17-11.5 28.5T520-240h-80ZM280-440q-17 0-28.5-11.5T240-480q0-17 11.5-28.5T280-520h400q17 0 28.5 11.5T720-480q0 17-11.5 28.5T680-440H280ZM160-640q-17 0-28.5-11.5T120-680q0-17 11.5-28.5T160-720h640q17 0 28.5 11.5T840-680q0 17-11.5 28.5T800-640H160Z" })); }); IconMaterialFilterListFilled.displayName = 'OnesyIconMaterialFilterListFilled'; export default IconMaterialFilterListFilled;