UNPKG

@nant-design/nant-icons

Version:

14 lines (9 loc) 402 B
import React from 'react'; export const BowlingBallOutline = (props) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}> <circle cx="256" cy="256" r="208" fill="none" stroke="currentColor" strokeMiterlimit="10" strokeWidth="32"/> <circle cx="288" cy="200" r="24"/> <circle cx="296" cy="128" r="24"/> <circle cx="360" cy="168" r="24"/> </svg>; };