UNPKG

@nant-design/nant-icons

Version:

12 lines (8 loc) 690 B
import React from 'react'; export const NuclearOutline = ({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="192" fill="none" stroke="currentColor" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="32"/> <circle cx="256" cy="256" r="64" fill="none" stroke="currentColor" strokeMiterlimit="10" strokeWidth="32"/> <path d="M224 192 171 85m117 107 53-107m-13.45 170.81 119.41.13m-147.87 57.19 72.25 95.06M184.45 255.81l-119.41.13m147.87 57.19-72.25 95.06" fill="none" stroke="currentColor" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="32"/> </svg>; };