UNPKG

@fesjs/fes-design

Version:
17 lines (14 loc) 1.03 kB
import { createVNode } from 'vue'; import IconWrapper from './IconWrapper'; import './style'; var PlayOutlined = 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": "M512 42.666667c259.2 0 469.333333 210.133333 469.333333 469.333333s-210.133333 469.333333-469.333333 469.333333S42.666667 771.2 42.666667 512 252.8 42.666667 512 42.666667z m0 64a405.333333 405.333333 0 1 0 0 810.666666 405.333333 405.333333 0 0 0 0-810.666666zM407.552 286.165333a17.066667 17.066667 0 0 1 9.685333 2.986667l294.144 201.984 2.645334 2.261333a17.066667 17.066667 0 0 1-2.645334 25.898667L417.28 721.749333l-2.986667 1.706667a17.066667 17.066667 0 0 1-23.765333-15.786667V303.274667l0.384-3.413334a17.066667 17.066667 0 0 1 16.682667-13.653333z m46.933333 106.24v225.962667l164.352-113.109333-164.352-112.853334z" }, null)])] }); export { PlayOutlined as default };