gd-sprest-bs
Version:
SharePoint JavaScript, TypeScript and Web Components designed using the Bootstrap framework.
6 lines (4 loc) • 1.7 kB
text/typescript
import { generateIcon } from "../generate";
export function Viva(height?: number, width?: number, className?: string) {
return generateIcon(`<svg width='32' height='32' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'><defs><linearGradient id='viva_paint0-{0}' x1='322.245' y1='185.503' x2='252.611' y2='3.12093' gradientUnits='userSpaceOnUse'><stop stop-color='#5077CB'/><stop offset='1' stop-color='#72E4ED'/></linearGradient><linearGradient id='viva_paint1-{1}' x1='252.665' y1='383.056' x2='431.786' y2='146.732' gradientUnits='userSpaceOnUse'><stop stop-color='#213781'/><stop offset='0.667497' stop-color='#6C7EE5'/><stop offset='0.980043' stop-color='#B7A1ED'/></linearGradient><linearGradient id='viva_paint2-{2}' x1='82.0333' y1='235.679' x2='179.661' y2='533.566' gradientUnits='userSpaceOnUse'><stop stop-color='#4AA5D9'/><stop offset='0.562399' stop-color='#436DCD'/><stop offset='0.999411' stop-color='#213781'/></linearGradient></defs><path d='M181.033 180.953C222.429 222.349 289.545 222.349 330.94 180.953C372.336 139.558 372.336 72.4423 330.94 31.0467C289.545 -10.3489 222.429 -10.3489 181.033 31.0467C139.638 72.4422 139.638 139.558 181.033 180.953Z' fill='url(#viva_paint0-{0})'/><path d='M384 444.86L507.427 292.189C513.576 284.521 513.646 273.634 506.894 266.468C434.679 189.834 326.184 194.07 257.966 279.148L128 444.86C199.78 534.381 312.22 534.381 384 444.86Z' fill='url(#viva_paint1-{1})'/><path d='M128 444.86L4.5719 292.187C-1.57575 284.519 -1.64611 273.633 5.10621 266.467C77.3207 189.835 185.815 194.07 254.033 279.145L384 444.86C312.221 534.378 199.78 534.377 128 444.86Z' fill='url(#viva_paint2-{2})'/></svg>`, height, width, className, 3);
}