{"version":3,"sources":["../../../src/Icon/assets/ItFlickrSquare.tsx"],"sourcesContent":["import * as React from 'react';\nimport { SVGProps } from 'react';\nimport { SVGRProps } from '.';\nexport const component = ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => {\n  return (\n    <svg\n      xmlns='http://www.w3.org/2000/svg'\n      viewBox='0 0 24 24'\n      xmlSpace='preserve'\n      enableBackground='new 0 0 24 24'\n      aria-labelledby={titleId}\n      {...props}\n    >\n      {title ? <title id={titleId}>{title}</title> : null}\n      <path d='M20 4c-.6-.6-1.5-1-2.4-1H6.4c-.9 0-1.8.4-2.4 1-.6.6-1 1.5-1 2.4v11.3c0 .9.4 1.8 1 2.4.6.6 1.5 1 2.4 1h11.2c1.9 0 3.4-1.5 3.4-3.4V6.4c0-.9-.4-1.8-1-2.4zm-9.6 9.8c-1 1-2.5 1-3.5 0s-1-2.5 0-3.5 2.5-1 3.5 0c1 .9 1 2.5 0 3.5zm6.6 0c-.7.7-1.8.9-2.7.5-.9-.4-1.5-1.3-1.5-2.3 0-1 .6-1.9 1.5-2.3.9-.4 2-.2 2.7.5 1 1 1 2.6 0 3.6z' />\n    </svg>\n  );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,eAAAE,IAAA,eAAAC,EAAAH,GAAA,IAAAI,EAAuB,sBAGVF,EAAY,CAAC,CAAE,MAAAG,EAAO,QAAAC,EAAS,GAAGC,CAAM,IAEjD,gBAAC,OACC,MAAM,6BACN,QAAQ,YACR,SAAS,WACT,iBAAiB,gBACjB,kBAAiBD,EAChB,GAAGC,GAEHF,EAAQ,gBAAC,SAAM,GAAIC,GAAUD,CAAM,EAAW,KAC/C,gBAAC,QAAK,EAAE,iUAAiU,CAC3U","names":["ItFlickrSquare_exports","__export","component","__toCommonJS","React","title","titleId","props"]}