UNPKG

@fesjs/fes-design

Version:
17 lines (14 loc) 583 B
import { createVNode } from 'vue'; import IconWrapper from './IconWrapper'; import './style'; var CaretDownOutlined = 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": "M738.816 413.141A17.067 17.067 0 0 0 726.741 384H297.173a17.067 17.067 0 0 0-12.074 29.141l214.528 214.784a17.067 17.067 0 0 0 21.461 2.219l2.688-2.219 215.04-214.784z" }, null)])] }); export { CaretDownOutlined as default };