UNPKG

aliaset

Version:
41 lines (37 loc) 1.98 kB
/** * **loading-spin** * * @link https://github.com/jxnblk/loading/blob/master/loading-spin.svg * @license MIT Copyright (c) 2014 Brent Jackson * @type {import('./types').IconSource} */ export const LoadingSpin = /* @__PURE__ */ JSON.parse( '{"paths":[{"opacity":"0.25","d":"M16 0 A16 16 0 0 0 16 32 A16 16 0 0 0 16 0 M16 4 A12 12 0 0 1 16 28 A12 12 0 0 1 16 4"},{"d":"M16 0 A16 16 0 0 1 32 16 L28 16 A12 12 0 0 0 16 4z"}],"viewbox":"0 0 32 32","fill":"currentColor"}', ) /** * **loading-spin-dot** * * @link https://codepen.io/aurer/pen/jEGbA * @type {import('./types').IconSource} */ export const LoadingSpinDot = /* @__PURE__ */ JSON.parse( '{"paths":[{"opacity":"0.25","d":"M20.201,5.169c-8.254,0-14.946,6.692-14.946,14.946c0,8.255,6.692,14.946,14.946,14.946 s14.946-6.691,14.946-14.946C35.146,11.861,28.455,5.169,20.201,5.169z M20.201,31.749c-6.425,0-11.634-5.208-11.634-11.634 c0-6.425,5.209-11.634,11.634-11.634c6.425,0,11.633,5.209,11.633,11.634C31.834,26.541,26.626,31.749,20.201,31.749z"},{"d":"M26.013,10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0 C22.32,8.481,24.301,9.057,26.013,10.047z"}],"viewbox":"0 0 40 40","fill":"currentColor"}', ) /** * **loading-quarter-circle** * * @link https://codepen.io/aurer/pen/jEGbA * @type {import('./types').IconSource} */ export const LoadingQuarterCircle = /* @__PURE__ */ JSON.parse( '{"paths":[{"d":"M25.251,6.461c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615V6.461z"}],"viewbox":"0 0 50 50","fill":"currentColor"}', ) /** * **loading-half-circle** * * @link https://codepen.io/aurer/pen/jEGbA * @type {import('./types').IconSource} */ export const LoadingHalfCircle = /* @__PURE__ */ JSON.parse( '{"paths":[{"d":"M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z"}],"viewbox":"0 0 50 50","fill":"currentColor"}', )