UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

42 lines 1.34 kB
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var BytedStopwatchStart = IconWrapper('byted-stopwatch-start', false, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48" }, [_createVNode("g", { "stroke": "none", "stroke-width": props.strokeWidth, "fill": "none", "fill-rule": "evenodd", "stroke-linejoin": props.strokeLinejoin }, [_createVNode("g", { "transform": "translate(7.000000, 3.000000)", "stroke-width": props.strokeWidth }, [_createVNode("circle", { "stroke": props.colors[0], "fill": props.colors[1], "fill-rule": "nonzero", "cx": "17", "cy": "24", "r": "17" }, null), _createVNode("path", { "d": "M11,1 L23,1", "stroke": props.colors[0], "stroke-linecap": props.strokeLinecap }, null), _createVNode("path", { "d": "M17,16 L17,24", "stroke": props.colors[2], "stroke-linecap": props.strokeLinecap }, null), _createVNode("path", { "d": "M25,24 L17,24", "stroke": props.colors[2], "stroke-linecap": props.strokeLinecap }, null), _createVNode("path", { "d": "M17,1 L17,5", "stroke": props.colors[0], "stroke-linecap": props.strokeLinecap }, null)])])]); }); export default BytedStopwatchStart;