UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

15 lines 613 B
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var BytedRectangleSmall = IconWrapper('byted-rectangle-small', false, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [_createVNode("path", { "d": "M36 14H12C10.8954 14 10 14.8954 10 16V32C10 33.1046 10.8954 34 12 34H36C37.1046 34 38 33.1046 38 32V16C38 14.8954 37.1046 14 36 14Z", "stroke": props.colors[0], "stroke-width": props.strokeWidth }, null)]); }); export default BytedRectangleSmall;