@icon-park/svg
Version:
Pure Svg Icons for IconPark
4 lines • 507 B
JavaScript
import { IconWrapper } from '../runtime';
export default IconWrapper('navigation', 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.5 4L9 44L24.5 34.9091L40 44L24.5 4Z" fill="' + props.colors[1] + '" stroke="' + props.colors[0] + '" stroke-width="' + props.strokeWidth + '" stroke-linejoin="' + props.strokeLinejoin + '"/>' + '</svg>';
});