@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.53 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialFilter8W100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "Filter8W100Filled",
short_name: "Filter8",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M12.5 14.35h1.7q.65 0 1.075-.425.425-.425.425-1.075v-1.7q0-.575-.287-.863Q15.125 10 14.85 10q.275 0 .563-.288.287-.287.287-.862v-1.7q0-.65-.425-1.075-.425-.425-1.075-.425h-1.7q-.65 0-1.075.425Q11 6.5 11 7.15v1.7q0 .575.288.862.287.288.562.288-.275 0-.562.287-.288.288-.288.863v1.7q0 .65.425 1.075.425.425 1.075.425Zm0-8h1.7q.35 0 .575.225Q15 6.8 15 7.15v1.7q0 .35-.225.575-.225.225-.575.225h-1.7q-.35 0-.575-.225Q11.7 9.2 11.7 8.85v-1.7q0-.35.225-.575.225-.225.575-.225Zm0 7.3q-.35 0-.575-.225-.225-.225-.225-.575v-1.7q0-.35.225-.575.225-.225.575-.225h1.7q.35 0 .575.225.225.225.225.575v1.7q0 .35-.225.575-.225.225-.575.225ZM8.15 16.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.425Zm-2.7 2.7q-.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.1Z"
}));
});
IconMaterialFilter8W100Filled.displayName = 'AmauiIconMaterialFilter8W100Filled';
export default IconMaterialFilter8W100Filled;