UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 443 B
import React from 'react'; export default function AlertOctagonOutlineIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-alert-octagon-outline ${props.className}`} viewBox="0 0 24 24" > <path d="M8.27 3L3 8.27v7.46L8.27 21h7.46C17.5 19.24 21 15.73 21 15.73V8.27L15.73 3M9.1 5h5.8L19 9.1v5.8L14.9 19H9.1L5 14.9V9.1m6 5.9h2v2h-2v-2m0-8h2v6h-2V7" /> </svg> ); }