UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 435 B
import React from 'react'; export default function CloseOctagonIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-close-octagon ${props.className}`} viewBox="0 0 24 24" > <path d="M8.27 3L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27L15.73 3M8.41 7L12 10.59 15.59 7 17 8.41 13.41 12 17 15.59 15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41" /> </svg> ); }