gd-sprest-bs
Version:
SharePoint JavaScript, TypeScript and Web Components designed using the Bootstrap framework.
6 lines (4 loc) • 1.73 kB
text/typescript
import { generateIcon } from "../generate";
export function ServiceHealth(height?: number, width?: number, className?: string) {
return generateIcon(`<svg width='32' height='32' viewBox='0 0 17.25 17.25' xmlns='http://www.w3.org/2000/svg'><path d='m 8.6367522,16.646906 c 8.1799998,-5.86 8.4599998,-9.279999 8.4899998,-10.349999 0.05,-1.5 -0.15,-5.41 -4.15,-5.72000001 A 4.26,4.26 0 0 0 8.6367522,3.426907 a 4.28,4.28 0 0 0 -4.39,-2.85000001 C 0.29675225,0.886907 0.08675225,4.796907 0.13675225,6.296907 c 0,1.07 0.32,4.489999 8.49999995,10.349999' fill='var(--sp-primary-button-text, #ffffff)'/><path d='m 17.152041,5.6381349 h -3.530312 c -0.05413,0.00232 -0.104261,0.028084 -0.136101,0.069997 l -1.266844,2.0898964 c -0.06587,0.098839 -0.216879,0.098839 -0.282707,0 L 10.124801,4.5081908 c -0.117381,-0.2359209 -0.4689223,-0.2359209 -0.5863023,0 L 7.8005066,9.4579453 c -0.060147,0.123141 -0.2434793,0.123141 -0.303624,0 L 6.0101679,6.1681086 c -0.1212374,-0.2225359 -0.4546044,-0.2225359 -0.5758423,0 L 3.4031799,9.657936 C 3.3749092,9.704882 3.3236931,9.734982 3.2670736,9.737926 H 1.340625 c 0.2889794,0.423807 0.5572764,0.831146 0.8959514,1.219939 h 1.8052628 c 0.058711,0.0043 0.1136293,-0.02802 0.1361078,-0.07999 L 5.444796,8.6479859 c 0.063753,-0.110049 0.2294045,-0.110049 0.2931556,0 l 1.7379913,3.8598091 c 0.1057025,0.267262 0.501547,0.267262 0.60725,0 L 9.9154137,7.3080522 c 0.051627,-0.1281994 0.2415373,-0.1281994 0.2931603,0 l 1.528592,2.7698618 c 0.118069,0.212478 0.43683,0.212478 0.554885,0 l 1.9474,-3.129844 c 0.02824,-0.046947 0.07944,-0.077049 0.136099,-0.079996 l 2.728892,-0.023166' fill='var(--sp-theme-primary, #0078d4)' style='stroke-width:1.02321'/></svg>`, height, width, className, 0);
}