import { createSvgIcon } from '../create-svg-icon'; export default createSvgIcon([ { attributes: { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM7.55566 10.8887V13.1113H16.4443V10.8887H7.55566Z', fill: 'black', fillOpacity: '0.9', }, name: 'path', }, ]);