UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 451 B
import React from 'react'; export default function AlertOctagonIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-alert-octagon ${props.className}`} viewBox="0 0 24 24" > <path d="M13 13h-2V7h2m-1 10.3a1.3 1.3 0 0 1-1.3-1.3 1.3 1.3 0 0 1 1.3-1.3 1.3 1.3 0 0 1 1.3 1.3 1.3 1.3 0 0 1-1.3 1.3M15.73 3H8.27L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27L15.73 3z" /> </svg> ); }