@icon-park/svg
Version:
Pure Svg Icons for IconPark
4 lines • 529 B
JavaScript
import { IconWrapper } from '../runtime';
export default IconWrapper('exchange', function (props) {
return '' + '<svg width="' + props.size + '" height="' + props.size + '" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">' + '<path d="M24 16H29V4L44 19L29 34V24H18V13L4 28L18 44V32H23" stroke="' + props.colors[0] + '" stroke-width="' + props.strokeWidth + '" stroke-linecap="' + props.strokeLinecap + '" stroke-linejoin="' + props.strokeLinejoin + '"/>' + '</svg>';
});