@nant-design/nant-icons
Version:
8 lines (6 loc) • 332 B
JSX
import React from 'react';
export const FilterOutline = ({fill="currentColor",...other}) => {
return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}>
<path d="M32 144h448M112 256h288M208 368h96" fill="none" stroke={fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/>
</svg>;
};