import React from 'react';
import withIcon from '../lib/withIcon';
export const IconCirclePlus = withIcon(function IconCirclePlus(props) {
    return (<svg data-tag="IconCirclePlus" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M12 3a8.972 8.972 0 0 0-6.364 2.636A8.972 8.972 0 0 0 3 12a8.972 8.972 0 0 0 2.636 6.364A8.972 8.972 0 0 0 12 21a8.972 8.972 0 0 0 6.364-2.636A8.972 8.972 0 0 0 21 12a8.972 8.972 0 0 0-2.636-6.364A8.972 8.972 0 0 0 12 3m3.75 10.125h-1.5c-.45 0-.731.056-.9.225-.169.169-.225.45-.225.9v1.5c0 .45-.056.731-.225.9-.169.169-.45.225-.9.225s-.731-.056-.9-.225c-.169-.169-.225-.45-.225-.9v-1.5c0-.45-.056-.731-.225-.9-.169-.169-.45-.225-.9-.225h-1.5c-.45 0-.731-.056-.9-.225-.169-.169-.225-.45-.225-.9s.056-.731.225-.9c.169-.169.45-.225.9-.225h1.5c.45 0 .731-.056.9-.225.169-.169.225-.45.225-.9v-1.5c0-.45.056-.731.225-.9.169-.169.45-.225.9-.225s.731.056.9.225c.169.169.225.45.225.9v1.5c0 .45.056.731.225.9.169.169.45.225.9.225h1.5c.45 0 .731.056.9.225.169.169.225.45.225.9s-.056.731-.225.9c-.169.169-.45.225-.9.225"/>
    </svg>);
});
//# sourceMappingURL=CirclePlus.jsx.map