@nant-design/nant-icons
Version:
8 lines (6 loc) • 366 B
JSX
import React from 'react';
export const BrushSharp = (props) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}>
<path d="m480 96-64-64-244 260 64 64ZM142 320c-36.52 0-66 30.63-66 68.57 0 25.43-31 45.72-44 45.72C52.24 462.17 86.78 480 120 480c48.62 0 88-40.91 88-91.43 0-37.94-29.48-68.57-66-68.57Z"/>
</svg>;
};