UNPKG

gd-sprest-bs

Version:

SharePoint JavaScript, TypeScript and Web Components designed using the Bootstrap framework.

5 lines (4 loc) 1.63 kB
import { generateIcon } from "../generate"; export function SecurityCenter(height, width, className) { return generateIcon(`<svg width='32' height='32' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'><defs><linearGradient id='security-center-{0}' x1='9' y1='16.79' x2='9' y2='1.21' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='#0078d4'/><stop offset='.06' stop-color='#0a7cd7'/><stop offset='.34' stop-color='#2e8ce1'/><stop offset='.59' stop-color='#4897e9'/><stop offset='.82' stop-color='#589eed'/><stop offset='1' stop-color='#5ea0ef'/></linearGradient></defs><path d='M16.08 8.44c0 4.57-5.62 8.25-6.85 9a.43.43 0 01-.46 0c-1.23-.74-6.85-4.42-6.85-9v-5.5a.44.44 0 01.43-.44C6.73 2.39 5.72.5 9 .5s2.27 1.89 6.65 2a.44.44 0 01.43.44z' fill='#0078d4'/><path d='M15.5 8.48c0 4.2-5.16 7.57-6.29 8.25a.4.4 0 01-.42 0c-1.13-.68-6.29-4.05-6.29-8.25v-5A.41.41 0 012.9 3C6.92 2.93 6 1.21 9 1.21S11.08 2.93 15.1 3a.41.41 0 01.4.4z' fill='url(#security-center-{0})'/><path d='M11.85 7.66h-.4V6.24a2.62 2.62 0 00-.7-1.81 2.37 2.37 0 00-3.48 0 2.61 2.61 0 00-.7 1.81v1.42h-.4a.32.32 0 00-.35.34v3.68a.32.32 0 00.33.32h5.7a.32.32 0 00.33-.32V8a.32.32 0 00-.33-.34zm-1.55 0H7.7V6.22a1.43 1.43 0 01.41-1 1.19 1.19 0 011.78 0 1.56 1.56 0 01.16.2 1.4 1.4 0 01.25.79z' fill='#ffbd02'/><path d='M6.15 7.66h5.7a.32.32 0 01.21.08L5.94 11.9a.33.33 0 01-.12-.24V8a.32.32 0 01.33-.34z' fill='#ffe452' style='isolation:isolate'/><path d='M11.85 7.66h-5.7a.32.32 0 00-.21.08l6.12 4.16a.3.3 0 00.12-.24V8a.32.32 0 00-.33-.34z' fill='#ffd400' opacity='.5' style='isolation:isolate'/></svg>`, height, width, className, 1); }