mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
31 lines
1.8 KiB
XML
31 lines
1.8 KiB
XML
<?xml version='1.0' standalone='no'?>
|
|
<!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'>
|
|
<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='20px' height='20px'>
|
|
<g>
|
|
<circle cx='10' cy='2' r='2' style='opacity:0;fill:#fff'>
|
|
<animate attributeType='CSS' attributeName='opacity' from='1' to='0' dur='0.8s' repeatCount='indefinite' begin='0s' />
|
|
</circle>
|
|
<circle cx='15.6569' cy='4.3431' r='2' style='opacity:0;fill:#fff'>
|
|
<animate attributeType='CSS' attributeName='opacity' from='1' to='0' dur='0.8s' repeatCount='indefinite' begin='0.1s' />
|
|
</circle>
|
|
<circle cx='18' cy='10' r='2' style='opacity:0;fill:#fff'>
|
|
<animate attributeType='CSS' attributeName='opacity' from='1' to='0' dur='0.8s' repeatCount='indefinite' begin='0.2s' />
|
|
</circle>
|
|
<circle cx='15.6569' cy='15.6569' r='2' style='opacity:0;fill:#fff'>
|
|
<animate attributeType='CSS' attributeName='opacity' from='1' to='0' dur='0.8s' repeatCount='indefinite' begin='0.3s' />
|
|
</circle>
|
|
<circle cx='10' cy='18' r='2' style='opacity:0;fill:#fff'>
|
|
<animate attributeType='CSS' attributeName='opacity' from='1' to='0' dur='0.8s' repeatCount='indefinite' begin='0.4s' />
|
|
</circle>
|
|
<circle cx='4.3431' cy='15.6569' r='2' style='opacity:0;fill:#fff'>
|
|
<animate attributeType='CSS' attributeName='opacity' from='1' to='0' dur='0.8s' repeatCount='indefinite' begin='0.5s' />
|
|
</circle>
|
|
<circle cx='2' cy='10' r='2' style='opacity:0;fill:#fff'>
|
|
<animate attributeType='CSS' attributeName='opacity' from='1' to='0' dur='0.8s' repeatCount='indefinite' begin='0.6s' />
|
|
</circle>
|
|
<circle cx='4.3431' cy='4.3431' r='2' style='opacity:0;fill:#fff'>
|
|
<animate attributeType='CSS' attributeName='opacity' from='1' to='0' dur='0.8s' repeatCount='indefinite' begin='0.7s' />
|
|
</circle>
|
|
</g>
|
|
</svg>
|