UNPKG

@fesjs/fes-design

Version:
17 lines (14 loc) 822 B
import { createVNode } from 'vue'; import IconWrapper from './IconWrapper'; import './style'; var StarFilled = 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 841.258667l-266.282667 117.333333a21.333333 21.333333 0 0 1-29.866666-21.674667l29.354666-289.536-193.92-217.002666a21.333333 21.333333 0 0 1 11.392-35.029334l284.416-61.610666 146.474667-251.477334a21.333333 21.333333 0 0 1 36.864 0l146.474667 251.477334 284.416 61.610666a21.333333 21.333333 0 0 1 11.392 35.029334l-193.92 217.002666 29.354666 289.536a21.333333 21.333333 0 0 1-29.866666 21.674667L512 841.258667z" }, null)])] }); export { StarFilled as default };