UNPKG

@fesjs/fes-design

Version:
17 lines (14 loc) 964 B
import { createVNode } from 'vue'; import IconWrapper from './IconWrapper'; import './style'; var FilterOutlined = props => createVNode(IconWrapper, props, { default: () => [createVNode("svg", { "width": "200", "height": "200", "viewBox": "0 0 1024 1024", "xmlns": "http://www.w3.org/2000/svg" }, [createVNode("path", { "d": "M903.083 96.384a21.333 21.333 0 0 1 18.176 32.512l-2.304 3.072-271.659 301.739.043 472.49a21.333 21.333 0 0 1-21.334 21.334h-21.333a21.248 21.248 0 0 1-11.819-3.584l-2.73-1.366-198.614-114.645a21.419 21.419 0 0 1-3.413-2.432 21.205 21.205 0 0 1-11.861-19.072v-354.56L105.173 132.053a21.333 21.333 0 0 1-5.162-10.41l-.384-3.883a21.333 21.333 0 0 1 17.493-20.992l3.84-.341h782.08zm-95.744 64h-590.72L433.62 400.043l1.28 1.578a21.248 21.248 0 0 1 5.334 14.123v346.368l143.061 82.645.043-427.434c0-6.272 2.688-11.904 6.997-15.787l1.195-1.493 215.808-239.659z" }, null)])] }); export { FilterOutlined as default };