import { createSvgIcon } from '../create-svg-icon'; export default createSvgIcon([ { attributes: { 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.12598 11.8486L7.83301 13.5557H17.166V11.5557H10.248L12.0254 9.77832L10.6104 8.36426L7.12598 11.8486Z', fill: 'black', fillOpacity: '0.9', }, name: 'path', }, ]);