import { createSvgIcon } from '../create-svg-icon'; export default createSvgIcon([ { attributes: { d: 'M13.2217 6.5H10.7773V8.94434H13.2217V6.5Z', fill: 'black', fillOpacity: '0.9' }, name: 'path' }, { attributes: { d: 'M13.2217 10.167H10.7773V17.5H13.2217V10.167Z', fill: 'black', fillOpacity: '0.9' }, name: 'path', }, { attributes: { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23ZM12 20.5557C7.2749 20.5557 3.44434 16.7251 3.44434 12C3.44434 7.2749 7.2749 3.44434 12 3.44434C16.7251 3.44434 20.5557 7.2749 20.5557 12C20.5557 16.7251 16.7251 20.5557 12 20.5557Z', fill: 'black', fillOpacity: '0.9', }, name: 'path', }, ]);