UNPKG

@icon-park/vue-next

Version:
48 lines 1.32 kB
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export default IconWrapper('gopro', true, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [_createVNode("rect", { "x": "5", "y": "7", "width": "13", "height": "34", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("rect", { "x": "24", "y": "13", "width": "19", "height": "22", "rx": "3", "fill": props.colors[1], "stroke": props.colors[0], "stroke-width": props.strokeWidth }, null), _createVNode("circle", { "cx": "33.5", "cy": "24.5", "r": "3.5", "fill": props.colors[3], "stroke": props.colors[2], "stroke-width": props.strokeWidth }, null), _createVNode("path", { "d": "M18 24H24", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("rect", { "x": "9", "y": "15", "width": "5", "height": "5", "rx": "2.5", "fill": props.colors[0] }, null)]); });