gd-sprest-bs
Version:
SharePoint JavaScript, TypeScript and Web Components designed using the Bootstrap framework.
6 lines (4 loc) • 2.48 kB
text/typescript
import { generateIcon } from "../generate";
export function Teams(height?: number, width?: number, className?: string) {
return generateIcon(`<svg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'><path d='M47.4687,29H60.7955A1.2045,1.2045,0,0,1,62,30.2045V43.69828A2.30172,2.30172,0,0,1,59.69828,46H47.46864A8.46864,8.46864,0,0,1,39,37.53136V37.4687A8.4687,8.4687,0,0,1,47.4687,29Z' transform='translate(13 88) rotate(-90)' fill='#5059c9'/><circle cx='50.5' cy='17.5' r='5.5' fill='#5059c9'/><path d='M49.8555,49.62162q-.17089-.0073-.3507-.02125Q49.67912,49.61467,49.8555,49.62162Z' fill='#5059c9'/><path d='M50.01187,49.627l-.07676-.00233Z' fill='#5059c9'/><circle cx='33' cy='15' r='8' fill='#7b83eb'/><path d='M45.66667,26H22.33333A2.3206,2.3206,0,0,0,20,28.30769V42.15385a14.00085,14.00085,0,0,0,28,0V28.30769A2.3206,2.3206,0,0,0,45.66667,26Z' fill='#7b83eb'/><path d='M33,26V46.66992a1.73444,1.73444,0,0,1-.04.3999A2.31378,2.31378,0,0,1,30.66992,49H21.83984a10.80946,10.80946,0,0,1-.52978-1c-.16016-.33008-.30029-.66016-.43018-1A13.68914,13.68914,0,0,1,20,42.1499V28.31006A2.31557,2.31557,0,0,1,22.33008,26Z' opacity='0.2'/><path d='M33,20.33008V23a8.25668,8.25668,0,0,1-1-.06006A8.02048,8.02048,0,0,1,25.58008,18h5.08984A2.326,2.326,0,0,1,33,20.33008Z' opacity='0.2'/><path d='M34,26V44.66992A3.36171,3.36171,0,0,1,30.66992,48H21.31006c-.16016-.33008-.30029-.66016-.43018-1A13.68914,13.68914,0,0,1,20,42.1499V28.31006A2.31557,2.31557,0,0,1,22.33008,26Z' opacity='0.1'/><path d='M34,20.33008v2.60986a8.355,8.355,0,0,1-2,0A8.02048,8.02048,0,0,1,25.58008,18,8.35288,8.35288,0,0,1,25.25,17h5.41992A3.34177,3.34177,0,0,1,34,20.33008Z' opacity='0.1'/><path d='M33,26V44.66992A2.326,2.326,0,0,1,30.66992,47h-9.79A13.68914,13.68914,0,0,1,20,42.1499V28.31006A2.31557,2.31557,0,0,1,22.33008,26Z' opacity='0.2'/><path d='M33,20.33008V23a8.25668,8.25668,0,0,1-1-.06006A8.02048,8.02048,0,0,1,25.58008,18h5.08984A2.326,2.326,0,0,1,33,20.33008Z' opacity='0.2'/><path d='M32,20.33008v2.60986A8.02048,8.02048,0,0,1,25.58008,18h4.08984A2.326,2.326,0,0,1,32,20.33008Z' opacity='0.1'/><path d='M22.33008,26H32V44.66992A2.326,2.326,0,0,1,29.66992,47h-8.79A13.68914,13.68914,0,0,1,20,42.1499V28.31006A2.31557,2.31557,0,0,1,22.33008,26Z' opacity='0.1'/><rect x='4' y='18' width='28' height='28' rx='2.33333' fill='#4b53bc'/><path d='M24.00846,26.52751H19.44389V39.55556H16.53541v-13.028H11.99154V24H24.00846Z' fill='#fff'/></svg>`, height, width, className, 0);
}