gd-sprest-bs
Version:
SharePoint JavaScript, TypeScript and Web Components designed using the Bootstrap framework.
6 lines (4 loc) • 3.28 kB
text/typescript
import { generateIcon } from "../generate";
export function PowerApps(height?: number, width?: number, className?: string) {
return generateIcon(`<svg width='32' height='32' fill='none' viewBox='0 0 96 96' xmlns='http://www.w3.org/2000/svg'><defs><filter id='powerapps_filter0-{0}'><feFlood flood-opacity='0' result='BackgroundImageFix'/><feBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/><feGaussianBlur stdDeviation='4' result='effect1_foregroundBlur'/></filter><filter id='powerapps_filter1-{1}'><feFlood flood-opacity='0' result='BackgroundImageFix'/><feBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/><feGaussianBlur stdDeviation='0.38' result='effect1_foregroundBlur'/></filter><linearGradient id='powerapps_paint0-{2}' x1='71' y1='96.0002' x2='15' y2='-40.9998' gradientUnits='userSpaceOnUse'><stop stop-color='#742774'/><stop offset='1' stop-color='#BB35A4'/></linearGradient><linearGradient id='powerapps_paint1-{3}' x1='32' y1='0.0002436' x2='78' y2='96.0002' gradientUnits='userSpaceOnUse'><stop stop-color='#E48CC7'/><stop offset='1' stop-color='#D467B9'/></linearGradient><linearGradient id='powerapps_paint2-{4}' x1='62' y1='29.0002' x2='76' y2='72' gradientUnits='userSpaceOnUse'><stop stop-color='#E9A1CB'/><stop offset='1' stop-color='#E48CC7'/></linearGradient></defs><mask id='powerapps_mask-{5}' mask-type='alpha' maskUnits='userSpaceOnUse' x='-1' y='1' width='97' height='94'><path d='M1.45715 44.049C-0.522237 46.3111 -0.522238 49.6889 1.45715 51.951L36.9897 92.5596C38.5833 94.381 41.4167 94.381 43.0103 92.5596L46.8367 88.1866L51.0504 92.7833C52.6358 94.5128 55.3623 94.5128 56.9476 92.7833L94.2825 52.0543C96.3853 49.7604 96.3853 46.2396 94.2825 43.9457L56.9476 3.21667C55.3623 1.4872 52.6358 1.4872 51.0504 3.21667L46.8367 7.81341L43.0103 3.44035C41.4167 1.61904 38.5833 1.61904 36.9897 3.44035L1.45715 44.049Z' fill='white'/></mask><g mask='url(#powerapps_mask-{5})'><path d='M40 96L-2 48L40 0L82 48L40 96Z' fill='url(#powerapps_paint0-{2})'/><g filter='url(#powerapps_filter0-{0})'><path d='M53.999 2L97.999 50L53.999 98L34.4767 76.7029C33.0748 75.1736 33.0748 72.8264 34.4767 71.2971L51.5214 52.7029C52.9232 51.1736 52.9232 48.8264 51.5214 47.2971L34.4767 28.7029C33.0748 27.1736 33.0748 24.8264 34.4767 23.2971L53.999 2Z' fill='black' fill-opacity='0.32'/></g><g filter='url(#powerapps_filter1-{1})'><path d='M53.999 0.380127L97.999 48.3801L53.999 96.3801L34.4767 75.083C33.0748 73.5537 33.0748 71.2065 34.4767 69.6772L51.5214 51.083C52.9232 49.5537 52.9232 47.2065 51.5214 45.6772L34.4767 27.083C33.0748 25.5537 33.0748 23.2065 34.4767 21.6772L53.999 0.380127Z' fill='black' fill-opacity='0.24'/></g><path d='M53.999 0L97.999 48L53.999 96L34.4767 74.7029C33.0748 73.1736 33.0748 70.8264 34.4767 69.2971L51.5214 50.7029C52.9232 49.1736 52.9232 46.8264 51.5214 45.2971L34.4767 26.7029C33.0748 25.1736 33.0748 22.8264 34.4767 21.2971L53.999 0Z' fill='url(#powerapps_paint1-{3})'/><path d='M73.0514 27.2167C74.6367 25.4872 77.3633 25.4872 78.9486 27.2167L98 48L78.9486 68.7833C77.3633 70.5128 74.6367 70.5128 73.0514 68.7833L57.7165 52.0543C55.6137 49.7604 55.6137 46.2396 57.7165 43.9457L73.0514 27.2167Z' fill='url(#powerapps_paint2-{4})'/></g></svg>`, height, width, className, 6);
}