@react-icons/all-files
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (5 loc) • 367 B
JavaScript
// THIS FILE IS AUTO GENERATED
import { GenIcon } from '../lib';
export function BiRadioCircle (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"d":"M5,12c0,3.859,3.14,7,7,7c3.859,0,7-3.141,7-7s-3.141-7-7-7C8.14,5,5,8.141,5,12z M17,12c0,2.757-2.243,5-5,5s-5-2.243-5-5 s2.243-5,5-5S17,9.243,17,12z"}}]})(props);
};