{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSelectLassoDashed/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 IconSelectLassoDashed: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"select-lasso-dashed, circle-to-search-dashed, encircle, mark\"><path d=\"M13.6602 20.3379C14.0663 20.2578 14.4607 20.5225 14.541 20.9287C14.6212 21.3348 14.3572 21.729 13.9512 21.8096C13.3196 21.9345 12.6669 22 12 22C11.3331 22 10.6804 21.9345 10.0488 21.8096C9.64281 21.729 9.37883 21.3348 9.45898 20.9287C9.53934 20.5225 9.93368 20.2578 10.3398 20.3379C10.876 20.444 11.4314 20.5 12 20.5C12.5686 20.5 13.124 20.444 13.6602 20.3379ZM3.89062 16.5166C4.23482 16.2862 4.70121 16.3785 4.93164 16.7227C5.55227 17.6495 6.35046 18.4477 7.27734 19.0684C7.62154 19.2988 7.71383 19.7652 7.4834 20.1094C7.25293 20.4533 6.78745 20.5457 6.44336 20.3154C5.35317 19.5856 4.41443 18.6468 3.68457 17.5566C3.45431 17.2126 3.5467 16.7471 3.89062 16.5166ZM19.0684 16.7227C19.2988 16.3785 19.7652 16.2862 20.1094 16.5166C20.4533 16.7471 20.5457 17.2126 20.3154 17.5566C19.5856 18.6468 18.6468 19.5856 17.5566 20.3154C17.2126 20.5457 16.7471 20.4533 16.5166 20.1094C16.2862 19.7652 16.3785 19.2988 16.7227 19.0684C17.6495 18.4477 18.4477 17.6495 19.0684 16.7227ZM2 12C2 11.3331 2.06549 10.6804 2.19043 10.0488C2.27096 9.64281 2.66519 9.37883 3.07129 9.45898C3.47746 9.53934 3.74218 9.93368 3.66211 10.3398C3.55604 10.876 3.5 11.4314 3.5 12C3.5 12.5686 3.55604 13.124 3.66211 13.6602C3.74218 14.0663 3.47746 14.4607 3.07129 14.541C2.66519 14.6212 2.27096 14.3572 2.19043 13.9512C2.06549 13.3196 2 12.6669 2 12ZM20.5 12C20.5 11.266 20.3868 10.6383 20.1934 10.1045C20.0524 9.71525 20.2535 9.28579 20.6426 9.14453C21.032 9.00338 21.4624 9.20433 21.6035 9.59375C21.8624 10.308 22 11.1104 22 12C22 12.6669 21.9345 13.3196 21.8096 13.9512C21.729 14.3572 21.3348 14.6212 20.9287 14.541C20.5225 14.4607 20.2578 14.0663 20.3379 13.6602C20.444 13.124 20.5 12.5686 20.5 12ZM9.1377 7.60547C9.4486 7.33177 9.92259 7.36195 10.1963 7.67285C10.4696 7.98376 10.4397 8.45785 10.1289 8.73145C9.63382 9.16729 9.28897 9.65752 9.11426 10.1816C8.98331 10.5744 8.55884 10.7869 8.16602 10.6562C7.77306 10.5253 7.56042 10.1 7.69141 9.70703C7.96588 8.88378 8.48515 8.17993 9.1377 7.60547ZM6.44336 3.68457C6.78745 3.45431 7.25293 3.5467 7.4834 3.89062C7.71383 4.23482 7.62154 4.70121 7.27734 4.93164C6.35046 5.55227 5.55227 6.35046 4.93164 7.27734C4.70121 7.62154 4.23482 7.71383 3.89062 7.4834C3.5467 7.25293 3.45431 6.78745 3.68457 6.44336C4.41443 5.35317 5.35317 4.41443 6.44336 3.68457ZM13.4805 5.70801C15.0442 5.46685 16.7195 5.58023 18.1768 6.15918C18.5617 6.31214 18.7506 6.74885 18.5977 7.13379C18.4446 7.51859 18.0079 7.70664 17.623 7.55371C16.4585 7.09099 15.0605 6.98199 13.709 7.19043C13.2996 7.25353 12.9166 6.97283 12.8535 6.56348C12.7905 6.1542 13.0712 5.77113 13.4805 5.70801ZM12 2C12.4142 2 12.75 2.33579 12.75 2.75C12.75 3.16421 12.4142 3.5 12 3.5C11.4314 3.5 10.876 3.55604 10.3398 3.66211C9.93368 3.74218 9.53934 3.47746 9.45898 3.07129C9.37883 2.66519 9.64281 2.27096 10.0488 2.19043C10.6804 2.06549 11.3331 2 12 2Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSelectLassoDashed;\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,EAAwD,CAAC,IAAU,CAC9E,OAAO,gBAAo4F,EAAp4F,IAAqB,EAAO,UAAU,gEAA+D,gBAAC,OAAD,CAAM,EAAE,gwFAAgwF,KAAK,eAAc,CAAI,GAG93F",
  "debugId": "AB970D8BE009B27F64756E2164756E21",
  "names": []
}