{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconArrowsAllSides21/index.tsx"],
  "sourcesContent": [
    "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n  size?: string | number;\n  ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n  CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n  children,\n  size = 24,\n  ariaLabel,\n  color,\n  ariaHidden = true,\n  style,\n  ...props\n}) => {\n  return (\n    <svg\n      {...props}\n      aria-hidden={ariaHidden}\n      role={ariaHidden ? undefined : \"img\"}\n      width={typeof size === \"number\" ? `${size}px` : size}\n      height={typeof size === \"number\" ? `${size}px` : size}\n      viewBox=\"0 0 24 24\"\n      fill=\"none\"\n      xmlns=\"http://www.w3.org/2000/svg\"\n      style={{ color, ...style }}\n    >\n      {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n      {children}\n    </svg>\n  );\n};\n",
    "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconArrowsAllSides21: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"arrows-all-sides-2, scan-text, text, focus, list\"><path d=\"M3.75 15C4.16421 15 4.5 15.3358 4.5 15.75V17.25C4.5 18.4926 5.50736 19.5 6.75 19.5H8.25C8.66421 19.5 9 19.8358 9 20.25C9 20.6642 8.66421 21 8.25 21H6.75C4.67893 21 3 19.3211 3 17.25V15.75C3 15.3358 3.33579 15 3.75 15Z\" fill=\"currentColor\"/><path d=\"M20.25 15C20.6642 15 21 15.3358 21 15.75V17.25C21 19.3211 19.3211 21 17.25 21H15.75C15.3358 21 15 20.6642 15 20.25C15 19.8358 15.3358 19.5 15.75 19.5H17.25C18.4926 19.5 19.5 18.4926 19.5 17.25V15.75C19.5 15.3358 19.8358 15 20.25 15Z\" fill=\"currentColor\"/><path d=\"M13.25 13.5C13.6642 13.5 14 13.8358 14 14.25C14 14.6642 13.6642 15 13.25 15H8.75C8.33579 15 8 14.6642 8 14.25C8 13.8358 8.33579 13.5 8.75 13.5H13.25Z\" fill=\"currentColor\"/><path d=\"M15.25 9C15.6642 9 16 9.33579 16 9.75C16 10.1642 15.6642 10.5 15.25 10.5H8.75C8.33579 10.5 8 10.1642 8 9.75C8 9.33579 8.33579 9 8.75 9H15.25Z\" fill=\"currentColor\"/><path d=\"M8.25 3C8.66421 3 9 3.33579 9 3.75C9 4.16421 8.66421 4.5 8.25 4.5H6.75C5.50736 4.5 4.5 5.50736 4.5 6.75V8.25C4.5 8.66421 4.16421 9 3.75 9C3.33579 9 3 8.66421 3 8.25V6.75C3 4.67893 4.67893 3 6.75 3H8.25Z\" fill=\"currentColor\"/><path d=\"M17.25 3C19.3211 3 21 4.67893 21 6.75V8.25C21 8.66421 20.6642 9 20.25 9C19.8358 9 19.5 8.66421 19.5 8.25V6.75C19.5 5.50736 18.4926 4.5 17.25 4.5H15.75C15.3358 4.5 15 4.16421 15 3.75C15 3.33579 15.3358 3 15.75 3H17.25Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconArrowsAllSides21;\n"
  ],
  "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAuD,CAAC,IAAU,CAC7E,OAAO,gBAAi6C,EAAj6C,IAAqB,EAAO,UAAU,oDAAmD,gBAAC,OAAD,CAAM,EAAE,4NAA4N,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2OAA2O,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wJAAwJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gJAAgJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6MAA6M,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4NAA4N,KAAK,eAAc,CAAI,GAG35C",
  "debugId": "44DC6E7ECD14029B64756E2164756E21",
  "names": []
}