UNPKG

473 BHTMLView Raw
1<!--
2 Copyright IBM Corp. 2016, 2018
3
4 This source code is licensed under the Apache-2.0 license found in the
5 LICENSE file in the root directory of this source tree.
6-->
7
8
9<div data-loading class="bx--loading bx--loading--small">
10 <svg class="bx--loading__svg" viewBox="-75 -75 150 150">
11 <title>Loading</title>
12 <circle class="bx--loading__background" cx="0" cy="0" r="37.5" />
13 <circle class="bx--loading__stroke" cx="0" cy="0" r="37.5" />
14 </svg>
15</div>