UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.01 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialFilter9W100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Filter9W100Filled", short_name: "Filter9", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M568-386q26 0 43-17t17-43v-228q0-26-17-43t-43-17h-68q-26 0-43 17t-17 43v68q0 26 17 43t43 17h100v100q0 14-9 23t-23 9h-74q-6 0-10 4t-4 10q0 6 4 10t10 4h74Zm32-188H500q-14 0-23-9t-9-23v-68q0-14 9-23t23-9h68q14 0 23 9t9 23v100ZM326-292q-26 0-43-17t-17-43v-416q0-26 17-43t43-17h416q26 0 43 17t17 43v416q0 26-17 43t-43 17H326ZM218-184q-26 0-43-17t-17-43v-430q0-6 4-10t10-4q6 0 10 4t4 10v430q0 12 10 22t22 10h430q6 0 10 4t4 10q0 6-4 10t-10 4H218Z" })); }); IconMaterialFilter9W100Filled.displayName = 'OnesyIconMaterialFilter9W100Filled'; export default IconMaterialFilter9W100Filled;