
import { generateIcon } from "../generate";
export function PowerAutomate(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='automate_filter0-{0}'><feFlood flood-opacity='0' result='BackgroundImageFix'/><feBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/><feGaussianBlur stdDeviation='0.4' result='effect1_foregroundBlur'/></filter><filter id='automate_filter1-{1}'><feFlood flood-opacity='0' result='BackgroundImageFix'/><feBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/><feGaussianBlur stdDeviation='4' result='effect1_foregroundBlur'/></filter><linearGradient id='automate_paint0-{2}' x1='43' y1='55' x2='29' y2='10' gradientUnits='userSpaceOnUse'><stop stop-color='#0D36A5'/><stop offset='1' stop-color='#1152D4'/></linearGradient><linearGradient id='automate_paint1-{3}' x1='46' y1='10' x2='46' y2='86' gradientUnits='userSpaceOnUse'><stop stop-color='#84CAFF'/><stop offset='1' stop-color='#61B1FB'/></linearGradient><linearGradient id='automate_paint2-{4}' x1='37.5' y1='10' x2='37.5' y2='86' gradientUnits='userSpaceOnUse'><stop stop-color='#3B90F5'/><stop offset='1' stop-color='#2A78EE'/></linearGradient></defs><mask id='automate_mask-{5}' mask-type='alpha' maskUnits='userSpaceOnUse' x='-1' y='10' width='97' height='76'><path d='M61.2116 10C62.3496 10 63.4337 10.4847 64.1925 11.3328L94.6136 45.3328C95.9723 46.8514 95.9723 49.1486 94.6136 50.6672L64.1925 84.6672C63.4337 85.5153 62.3496 86 61.2116 86H3.94634C0.488777 86 -1.34012 81.9095 0.965366 79.3328L29 48L0.965366 16.6672C-1.34012 14.0905 0.488777 10 3.94634 10H61.2116Z' fill='white'/></mask><g mask='url(#automate_mask-{5})'><path d='M63 10L29 48L-5 10H63Z' fill='url(#automate_paint0-{2})'/><g filter='url(#automate_filter0-{0})'><path d='M63 10.4L-5 86.4H63L97 48.4L63 10.4Z' fill='black' fill-opacity='0.24'/></g><g filter='url(#automate_filter1-{1})'><path d='M63 12L-5 88H63L97 50L63 12Z' fill='black' fill-opacity='0.32'/></g><path d='M-5 86L63 10L97 48L63 86H-5Z' fill='url(#automate_paint1-{3})'/><path d='M-5 86L63 10L80 29L29 86H-5Z' fill='url(#automate_paint2-{4})'/></g></svg>`, height, width, className, 6);
}
