UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 327 B
import React from 'react'; export const BackspaceSharp = (props) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}> <path d="M144 96 32 256l112 160h304V96Zm215.3 226.34L336.67 345l-65-65-65 65L184 322.34l65-65-65-65 22.63-22.63 65 65 65-65 22.63 22.63-65 65Z"/> </svg>; };