UNPKG

@react-icons/all-files

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (5 loc) 588 B
// THIS FILE IS AUTO GENERATED import { GenIcon } from '../lib'; export function BiHeartCircle (props) { return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"d":"M12.279,8.833L12,9.112l-0.279-0.279c-1.088-1.088-2.813-1.088-3.906,0c-1.089,1.094-1.089,2.818,0,3.907L12,16.926 l4.186-4.186c1.089-1.088,1.089-2.813,0-3.907C15.092,7.745,13.367,7.745,12.279,8.833z"}},{"tag":"path","attr":{"d":"M12,2C6.486,2,2,6.486,2,12s4.486,10,10,10s10-4.486,10-10S17.514,2,12,2z M12,20c-4.411,0-8-3.589-8-8s3.589-8,8-8 s8,3.589,8,8S16.411,20,12,20z"}}]})(props); };