@nant-design/nant-icons
Version:
14 lines (9 loc) • 824 B
JSX
import React from 'react';
export const WalkSharp = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="m315.09 481.38-56.95-115.12-45-57.56a73.11 73.11 0 0 1-10.16-37.17V142h15.73A40.36 40.36 0 0 1 259 182.32v162.52" stroke="currentColor" strokeLinecap="square" strokeLinejoin="round" strokeWidth="32"/>
<path d="M128.18 291.5v-74.77l64.95-65.1" fill="none" stroke="currentColor" strokeLinecap="square" strokeLinejoin="round" strokeWidth="32"/>
<path d="m376.35 295.73-83.95-56.38v-44.68l104.68 72.95-20.73 28.11zM175.13 498.58l-21.43-26.91 80.33-81.54 15.53 32.07-74.43 76.38z"/>
<circle cx="259.02" cy="67.21" r="37.38" stroke="currentColor" strokeLinecap="square" strokeLinejoin="round" strokeWidth="16"/>
</svg>;
};