{"version":3,"file":"Directory.mjs","names":[],"sources":["../../src/icons/Directory.tsx"],"sourcesContent":["import React from 'react'\n\nimport { IconProps } from '../Types'\n\nexport const Directory = ({\n  title,\n  fill = 'currentColor',\n  stroke = 'none',\n  ref,\n  ...props\n}: IconProps = {}) => (\n  <svg\n    ref={ref}\n    viewBox=\"0 0 24 24\"\n    xmlns=\"http://www.w3.org/2000/svg\"\n    data-title=\"Directory\"\n    {...{ ...(title && { 'data-title': title }), fill, stroke, ...props }}\n    dangerouslySetInnerHTML={{\n      __html:\n        (title === undefined ? '' : `<title>${title}</title>`) +\n        '<path d=\"M9.8 6.5h11.12c.6 0 1.08-.48 1.08-1.08s-.48-1.08-1.08-1.08h-11.12c-.6 0-1.08.48-1.08 1.08s.48 1.08 1.08 1.08ZM3.92 16.65c-1.06 0-1.92.86-1.92 1.92s.86 1.92 1.92 1.92 1.92-.86 1.92-1.92-.86-1.92-1.92-1.92ZM20.92 10.91h-11.12c-.6 0-1.08.48-1.08 1.08s.48 1.08 1.08 1.08h11.12c.6 0 1.08-.48 1.08-1.08s-.48-1.08-1.08-1.08ZM20.92 17.5h-11.12c-.6 0-1.08.48-1.08 1.08s.48 1.08 1.08 1.08h11.12c.6 0 1.08-.48 1.08-1.08s-.48-1.08-1.08-1.08ZM3.92 3.5c-1.06 0-1.92.86-1.92 1.92s.86 1.92 1.92 1.92 1.92-.86 1.92-1.92-.86-1.92-1.92-1.92ZM3.92 10.07c-1.06 0-1.92.86-1.92 1.92s.86 1.92 1.92 1.92 1.92-.86 1.92-1.92-.86-1.92-1.92-1.92Z\"/>',\n    }}\n  />\n)\n\nDirectory.displayName = 'Directory'\n\nexport const tags = ['Directory', '']\n"],"mappings":";;;AAIA,IAAa,aAAa,EACxB,OACA,OAAO,gBACP,SAAS,QACT,KACA,GAAG,UACU,EAAE,KACf,oBAAC,OAAD;CACO;CACL,SAAQ;CACR,OAAM;CACN,cAAW;CACL,GAAI,SAAS,EAAE,cAAc,OAAO;CAAG;CAAM;CAAQ,GAAG;CAC9D,yBAAyB,EACvB,SACG,UAAU,KAAA,IAAY,KAAK,UAAU,MAAM,aAC5C,2nBACH;CACD,CAAA;AAGJ,UAAU,cAAc;AAExB,IAAa,OAAO,CAAC,aAAa,GAAG"}