
import { generateIcon } from "../generate";
export function Sway(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'><defs><linearGradient id='sway-{0}' x1='8.865' y1='16.177' x2='27.135' y2='47.823' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='#058f92'/><stop offset='0.5' stop-color='#038489'/><stop offset='1' stop-color='#026d71'/></linearGradient></defs><path d='M59,10.33V44L40,46,17,44V10.33A2.326,2.326,0,0,1,19.33,8H56.67A2.326,2.326,0,0,1,59,10.33Z' fill='#37c6d0'/><path d='M59,29.86v7.99l-.71,1.01H36L50.05,24.81a2.752,2.752,0,0,1,3.9,0Z' fill='#1a9ba1'/><path d='M59,37.85V44L40,46,17,44v-.14l2.29-2.29L39.05,21.81a2.752,2.752,0,0,1,3.9,0l5.55,5.55Z' fill='#038387'/><circle cx='52' cy='15' r='3' fill='#86f2f2'/><path d='M19.333,56H56.667A2.334,2.334,0,0,0,59,53.667V44H17v9.667A2.334,2.334,0,0,0,19.333,56Z' fill='#036c70'/><rect width='64' height='64' fill='none'/><path d='M33,20.33V46.67a1.752,1.752,0,0,1-.04.4A2.314,2.314,0,0,1,30.67,49H17V18H30.67A2.326,2.326,0,0,1,33,20.33Z' opacity='0.2'/><path d='M34,20.33V44.67A3.361,3.361,0,0,1,30.67,48H17V17H30.67A3.342,3.342,0,0,1,34,20.33Z' opacity='0.1'/><path d='M33,20.33V44.67A2.326,2.326,0,0,1,30.67,47H17V18H30.67A2.326,2.326,0,0,1,33,20.33Z' opacity='0.2'/><path d='M32,20.33V44.67A2.326,2.326,0,0,1,29.67,47H17V18H29.67A2.326,2.326,0,0,1,32,20.33Z' opacity='0.1'/><rect x='4' y='18' width='28' height='28' rx='2.333' fill='url(#sway-{0})'/><path d='M14.219,31.715A4.294,4.294,0,0,1,12.884,30.3a3.835,3.835,0,0,1-.465-1.932,3.713,3.713,0,0,1,.865-2.5,5.091,5.091,0,0,1,2.3-1.5,9.694,9.694,0,0,1,3.14-.487,11.924,11.924,0,0,1,4.137.58v2.922a6.446,6.446,0,0,0-1.872-.766,9.027,9.027,0,0,0-2.188-.263,4.749,4.749,0,0,0-2.249.476,1.476,1.476,0,0,0-.892,1.351,1.37,1.37,0,0,0,.378.958,3.457,3.457,0,0,0,1.017.728q.64.316,1.91.842a1.953,1.953,0,0,1,.274.11,15.723,15.723,0,0,1,2.407,1.187,4.319,4.319,0,0,1,1.423,1.433,4.161,4.161,0,0,1,.514,2.162,4.024,4.024,0,0,1-.81,2.6A4.534,4.534,0,0,1,20.6,39.666a9.81,9.81,0,0,1-3.085.448,16.2,16.2,0,0,1-2.8-.23,9.607,9.607,0,0,1-2.271-.656V36.142a7.325,7.325,0,0,0,2.3,1.094,8.948,8.948,0,0,0,2.528.405,4.342,4.342,0,0,0,2.292-.487,1.535,1.535,0,0,0,.772-1.373,1.468,1.468,0,0,0-.432-1.051,4.387,4.387,0,0,0-1.193-.831q-.76-.384-2.249-1.007A12.8,12.8,0,0,1,14.219,31.715Z' fill='#fff'/></svg>`, height, width, className, 1);
}
