UNPKG

@icon-park/svg

Version:

Pure Svg Icons for IconPark

4 lines 527 B
import { IconWrapper } from '../runtime'; export default IconWrapper('ecg', function (props) { return '<?xml version="1.0" encoding="UTF-8"?>' + '<svg width="' + props.size + '" height="' + props.size + '" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">' + '<path d="M4 22H8L12 11L17 37L23 20L27 28L34 15L38 29L40 22H44" stroke="' + props.colors[0] + '" stroke-width="' + props.strokeWidth + '" stroke-linecap="' + props.strokeLinecap + '" stroke-linejoin="' + props.strokeLinejoin + '"/>' + '</svg>'; });