
import { generateIcon } from "../generate";
export function Forms(height?: number, width?: number, className?: string) {
    return generateIcon(`<svg width='32' height='32' viewBox='0 0 430 400' xmlns='http://www.w3.org/2000/svg'><path fill='#036c70' d='M430 200v181.7c0 10.1-8.2 18.3-18.3 18.3H118.3c-10.1 0-18.3-8.2-18.3-18.3V200l170-20 160 20z'/><path fill='#37c6d0' d='M118.3 0h293.4C421.8 0 430 8.2 430 18.3V200H100V18.3C100 8.2 108.2 0 118.3 0z'/><path fill='#1a9ba1' d='M280 250h100v100H280z'/><circle cx='330' cy='100' r='60' fill='#1a9ba1'/><circle cx='330' cy='100' r='30' fill='#036c70'/><path d='M221.7 80H100v250h121.7c10.1 0 18.3-8.2 18.3-18.3V98.3c0-10.1-8.2-18.3-18.3-18.3z' opacity='.1'/><path d='M211.7 90H100v250h111.7c10.1 0 18.3-8.2 18.3-18.3V108.3c0-10.1-8.2-18.3-18.3-18.3z' opacity='.2'/><path d='M211.7 90H100v230h111.7c10.1 0 18.3-8.2 18.3-18.3V108.3c0-10.1-8.2-18.3-18.3-18.3z' opacity='.2'/><path d='M201.7 90H100v230h101.7c10.1 0 18.3-8.2 18.3-18.3V108.3c0-10.1-8.2-18.3-18.3-18.3z' opacity='.2'/><linearGradient id='forms-{0}' x1='38.2184' x2='181.7816' y1='326.3227' y2='77.6773' gradientTransform='matrix(1 0 0 -1 0 402)' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='#058f92'/><stop offset='.5' stop-color='#038489'/><stop offset='1' stop-color='#026d71'/></linearGradient><path fill='url(#forms-{0})' d='M18.3 90h183.3c10.1 0 18.3 8.2 18.3 18.3v183.3c0 10.1-8.2 18.3-18.3 18.3H18.3C8.2 310 0 301.8 0 291.7V108.3C0 98.2 8.2 90 18.3 90z'/><path fill='#fff' d='M147.1 159.8H95.5v32.5h48.1v19.3H95.5v48H72.2V140.4h75l-.1 19.4z'/></svg>`, height, width, className, 1);
}
