UNPKG

@fesjs/fes-design

Version:
17 lines (14 loc) 1.08 kB
import { createVNode } from 'vue'; import IconWrapper from './IconWrapper'; import './style'; var DoubleRightOutlined = 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": "M496.853 164.224a21.333 21.333 0 0 1 27.222-2.475l2.944 2.475 332.714 332.672a21.333 21.333 0 0 1 2.432 27.221l-2.432 2.987L527.02 859.776a21.333 21.333 0 0 1-27.222 2.475l-2.986-2.475-15.062-15.061a21.333 21.333 0 0 1-2.474-27.222l2.474-2.986L784.256 512 481.749 209.493a21.333 21.333 0 0 1-2.474-27.221l2.474-2.987 15.104-15.061zm-317.482 0a21.333 21.333 0 0 1 27.221-2.475l2.944 2.475 332.715 332.672a21.333 21.333 0 0 1 2.474 27.221l-2.474 2.987-332.758 332.63a21.333 21.333 0 0 1-27.221 2.474l-2.987-2.475-15.061-15.061a21.333 21.333 0 0 1-2.432-27.221l2.432-2.987L466.774 512 164.266 209.493a21.333 21.333 0 0 1-2.432-27.221l2.432-2.987 15.104-15.061z" }, null)])] }); export { DoubleRightOutlined as default };