UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 447 B
import React from 'react'; export default function BlackMesaIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-black-mesa ${props.className}`} viewBox="0 0 24 24" > <path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 7.99 7.99 0 0 0 2.71 6H9v-6h8l2.15 3.59c.54-1.09.85-2.3.85-3.59a8 8 0 0 0-8-8z" /> </svg> ); }