@nant-design/nant-icons
Version:
10 lines (7 loc) • 310 B
JSX
import React from 'react';
export const BodySharp = (props) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}>
<circle cx="256" cy="56" r="56"/>
<path d="M464 128H48v52h144l-32 325.13 51 6.87 21.65-192h47.02L301 512l51-6.98L320 180h144v-52z"/>
</svg>;
};