@nant-design/nant-icons
Version:
8 lines (6 loc) • 316 B
JSX
import React from 'react';
export const ChevronBackSharp = (props) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}>
<path d="M328 112 184 256l144 144" fill="none" stroke="currentColor" strokeLinecap="square" strokeMiterlimit="10" strokeWidth="48"/>
</svg>;
};