UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 696 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialFilterAltW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "FilterAltW100", short_name: "FilterAlt", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M480-212q-12 0-20-8t-8-20v-218L241-724q-6-8-1.5-16t13.5-8h454q9 0 13.5 8t-1.5 16L508-458v218q0 12-8 20t-20 8Zm0-256 198-252H282l198 252Zm0 0Z" })); }); IconMaterialFilterAltW100.displayName = 'OnesyIconMaterialFilterAltW100'; export default IconMaterialFilterAltW100;