@nant-design/nant-icons
Version:
12 lines (8 loc) • 685 B
JSX
import React from 'react';
export const NuclearSharp = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<circle cx="256" cy="256" r="48"/>
<path d="m223.47 335.59-51.71 68a169.73 169.73 0 0 0 168.48 0l-51.71-68" fill="none"/>
<path d="M403.08 108.92a208 208 0 0 0-294.16 294.16 208 208 0 0 0 294.16-294.16ZM342 256a86.13 86.13 0 0 1-53.47 79.59l51.71 68a169.73 169.73 0 0 1-168.48 0l51.71-68a86 86 0 0 1-50.56-101.77l-85.48.09a170.21 170.21 0 0 1 73.83-119l37.94 76.59a85.78 85.78 0 0 1 113.6 0l37.94-76.59a170.21 170.21 0 0 1 73.83 119l-85.48-.09A85.87 85.87 0 0 1 342 256Z"/>
</svg>;
};