UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

15 lines 604 B
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var BytedSquareSmall = IconWrapper('byted-square-small', false, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [_createVNode("path", { "d": "M34 12H14C12.8954 12 12 12.8954 12 14V34C12 35.1046 12.8954 36 14 36H34C35.1046 36 36 35.1046 36 34V14C36 12.8954 35.1046 12 34 12Z", "stroke": props.colors[0], "stroke-width": props.strokeWidth }, null)]); }); export default BytedSquareSmall;