@fe6/icon-vue
Version:
Water Icon 的 VUE3 图标
50 lines • 1.75 kB
JavaScript
import { createVNode as _createVNode } from "vue";
import { IconWrapper } from '../runtime';
export var BytedModify = IconWrapper('byted-modify', false, function (props) {
return _createVNode("svg", {
"width": props.size,
"height": props.size,
"viewBox": "0 0 48 48",
"fill": "none"
}, [_createVNode("path", {
"d": "M20.0708 9.58579L15.8282 5.34315C15.0472 4.5621 13.7808 4.5621 12.9998 5.34315L7.34292 11C6.56188 11.7811 6.56188 13.0474 7.34292 13.8284L11.5856 18.0711",
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap,
"stroke-linejoin": props.strokeLinejoin
}, null), _createVNode("path", {
"d": "M28.9287 37.4142L33.1714 41.6569C33.9524 42.4379 35.2187 42.4379 35.9998 41.6569L41.6566 36C42.4377 35.219 42.4377 33.9526 41.6566 33.1716L37.414 28.9289",
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap,
"stroke-linejoin": props.strokeLinejoin
}, null), _createVNode("rect", {
"x": "34.6064",
"y": "4.90812",
"width": "12",
"height": "42",
"rx": "2",
"transform": "rotate(45 34.6064 4.90812)",
"fill": props.colors[1],
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap,
"stroke-linejoin": props.strokeLinejoin
}, null), _createVNode("circle", {
"cx": "24",
"cy": "24",
"r": "2",
"fill": props.colors[2]
}, null), _createVNode("circle", {
"cx": "20",
"cy": "28",
"r": "2",
"fill": props.colors[2]
}, null), _createVNode("circle", {
"cx": "28",
"cy": "20",
"r": "2",
"fill": props.colors[2]
}, null)]);
});
export default BytedModify;