UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 330 B
import React from 'react'; export const AlertSharp = (props) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}> <path d="m240 80 8 240h16l8-240h-32zm0 320h32v32h-32z" fill="none" stroke="currentColor" strokeLinecap="square" strokeMiterlimit="10" strokeWidth="32"/> </svg>; };