import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBrandOBS = withIcon(function IconBrandOBS(props) {
    return (<svg data-tag="IconBrandOBS" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path fillRule="evenodd" d="M21.273 12a9.273 9.273 0 1 1-18.546 0 9.273 9.273 0 1 1 18.546 0M9.757 3.89c-1.254.623-2.187 1.864-2.471 3.24l.015.01c-.248 1.082-.067 2.24.428 3.237l.1.01c.277.024.555.05.83.099.971.204 1.865.78 2.432 1.595.759 1.036.93 2.471.479 3.678a3.98 3.98 0 0 1-2.45 2.378c-.834.297-1.746.254-2.585.009.937.424 1.997.587 3.004.376 1.311-.25 2.518-1.075 3.186-2.233-.48-.928-.611-2.044-.305-3.056a3.941 3.941 0 0 1 2.667-2.668 3.962 3.962 0 0 1 3.057.344c.95.526 1.647 1.458 1.924 2.507-.023-.79-.365-1.548-.803-2.196-.854-1.24-2.31-2.014-3.807-2.064-.7 1.24-2.093 2.063-3.523 2C10.091 11.18 8.39 9.7 8.102 7.89a3.945 3.945 0 0 1 .971-3.368c.117-.139.254-.254.391-.37.1-.084.2-.168.293-.262" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=BrandOBS.jsx.map