UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.15 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialFilterFramesW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "FilterFramesW100", short_name: "FilterFrames", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M4.15 21.25q-.65 0-1.075-.425-.425-.425-.425-1.075V6.05q0-.65.425-1.075Q3.5 4.55 4.15 4.55H8.8l2.675-2.675Q11.7 1.65 12 1.65q.3 0 .525.225L15.2 4.55h4.65q.65 0 1.075.425.425.425.425 1.075v13.7q0 .65-.425 1.075-.425.425-1.075.425Zm0-.7h15.7q.35 0 .575-.225.225-.225.225-.575V6.05q0-.35-.225-.575-.225-.225-.575-.225H4.15q-.35 0-.575.225-.225.225-.225.575v13.7q0 .35.225.575.225.225.575.225Zm3.25-3.3q-.325 0-.537-.212-.213-.213-.213-.538V9.3q0-.325.213-.538.212-.212.537-.212h9.2q.325 0 .538.212.212.213.212.538v7.2q0 .325-.212.538-.213.212-.538.212Zm-.05-.7v-7.3 7.3Zm0 0h9.3v-7.3h-9.3Z" })); }); IconMaterialFilterFramesW100.displayName = 'AmauiIconMaterialFilterFramesW100'; export default IconMaterialFilterFramesW100;