UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.42 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialFilter6W100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Filter6W100", short_name: "Filter6", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M5.45 19.4q-.65 0-1.075-.425-.425-.425-.425-1.075V7.125q0-.125.1-.225t.25-.1q.15 0 .25.1t.1.25V17.9q0 .35.225.575.225.225.575.225h10.775q.125 0 .225.1t.1.25q0 .15-.1.25t-.25.1Zm2.7-2.7q-.65 0-1.075-.425-.425-.425-.425-1.075V4.8q0-.65.425-1.075Q7.5 3.3 8.15 3.3h10.4q.65 0 1.075.425.425.425.425 1.075v10.4q0 .65-.425 1.075-.425.425-1.075.425Zm0-.7h10.4q.35 0 .575-.225.225-.225.225-.575V4.8q0-.35-.225-.575Q18.9 4 18.55 4H8.15q-.35 0-.575.225-.225.225-.225.575v10.4q0 .35.225.575Q7.8 16 8.15 16Zm-.8-12v12V4Zm4.35 5.65v-2.5q0-.35.225-.575.225-.225.575-.225h1.875q.125 0 .225-.1t.1-.25q0-.15-.1-.25t-.25-.1H12.5q-.65 0-1.075.425Q11 6.5 11 7.15v5.7q0 .65.425 1.075.425.425 1.075.425h1.7q.65 0 1.075-.425.425-.425.425-1.075v-1.7q0-.65-.425-1.075-.425-.425-1.075-.425Zm0 .7h2.5q.35 0 .575.225.225.225.225.575v1.7q0 .35-.225.575-.225.225-.575.225h-1.7q-.3 0-.55-.225-.25-.225-.25-.575Z" })); }); IconMaterialFilter6W100.displayName = 'AmauiIconMaterialFilter6W100'; export default IconMaterialFilter6W100;