{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconFeature/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 IconFeature: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"feature, shine\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 1C12.4142 1 12.75 1.33579 12.75 1.75V8.25C12.75 8.66421 12.4142 9 12 9C11.5858 9 11.25 8.66421 11.25 8.25V1.75C11.25 1.33579 11.5858 1 12 1ZM5.46967 5.46967C5.76256 5.17678 6.23744 5.17678 6.53033 5.46967L8.53033 7.46967C8.82322 7.76256 8.82322 8.23744 8.53033 8.53033C8.23744 8.82322 7.76256 8.82322 7.46967 8.53033L5.46967 6.53033C5.17678 6.23744 5.17678 5.76256 5.46967 5.46967ZM18.5303 5.46967C18.8232 5.76256 18.8232 6.23744 18.5303 6.53033L16.5303 8.53033C16.2374 8.82322 15.7626 8.82322 15.4697 8.53033C15.1768 8.23744 15.1768 7.76256 15.4697 7.46967L17.4697 5.46967C17.7626 5.17678 18.2374 5.17678 18.5303 5.46967ZM1 12C1 11.5858 1.33579 11.25 1.75 11.25H8.25C8.66421 11.25 9 11.5858 9 12C9 12.4142 8.66421 12.75 8.25 12.75H1.75C1.33579 12.75 1 12.4142 1 12ZM15 12C15 11.5858 15.3358 11.25 15.75 11.25H22.25C22.6642 11.25 23 11.5858 23 12C23 12.4142 22.6642 12.75 22.25 12.75H15.75C15.3358 12.75 15 12.4142 15 12ZM12 15C12.4142 15 12.75 15.3358 12.75 15.75V22.25C12.75 22.6642 12.4142 23 12 23C11.5858 23 11.25 22.6642 11.25 22.25V15.75C11.25 15.3358 11.5858 15 12 15ZM8.53033 15.4697C8.82322 15.7626 8.82322 16.2374 8.53033 16.5303L6.53033 18.5303C6.23744 18.8232 5.76256 18.8232 5.46967 18.5303C5.17678 18.2374 5.17678 17.7626 5.46967 17.4697L7.46967 15.4697C7.76256 15.1768 8.23744 15.1768 8.53033 15.4697ZM15.4697 15.4697C15.7626 15.1768 16.2374 15.1768 16.5303 15.4697L18.5303 17.4697C18.8232 17.7626 18.8232 18.2374 18.5303 18.5303C18.2374 18.8232 17.7626 18.8232 17.4697 18.5303L15.4697 16.5303C15.1768 16.2374 15.1768 15.7626 15.4697 15.4697Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFeature;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAAypD,EAAzpD,IAAqB,EAAO,UAAU,kBAAiB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6hDAA6hD,KAAK,eAAc,CAAI,GAGnpD",
  "debugId": "DE96B2BEF4FB898064756E2164756E21",
  "names": []
}