@nant-design/nant-icons
Version:
8 lines (6 loc) • 325 B
JSX
import React from 'react';
export const TrailSignSharp = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="m502.63 336-80-80H278v-32h170V64H278V32h-44v32H89.37l-80 80 80 80H234v32H64v160h170v64h44v-64h144.63Z"/>
</svg>;
};