@central-icons-react/round-outlined-radius-3-stroke-2
Version:
A collection of round outlined React icons with 3px radius and 2px stroke width, designed for use in React applications.
11 lines • 3.5 kB
Source Map (JSON)
{
"version": 3,
"sources": ["src/CentralIconBase/index.tsx", "src/Icon3dPackage2/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 Icon3dPackage2: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"3d-package-2, box, delivery\"><path d=\"M9.6001 3.38541C10.4744 2.88061 10.9116 2.62821 11.3764 2.52942C11.7876 2.44201 12.2126 2.44201 12.6238 2.52942C13.0886 2.62821 13.5258 2.88061 14.4001 3.38541L18.2604 5.61413C19.1347 6.11892 19.5718 6.37132 19.8898 6.72442C20.1711 7.03686 20.3836 7.40493 20.5135 7.80477C20.6604 8.25666 20.6604 8.76146 20.6604 9.77105V14.2285C20.6604 15.2381 20.6604 15.7429 20.5135 16.1948C20.3836 16.5946 20.1711 16.9627 19.8898 17.2751C19.5718 17.6282 19.1347 17.8806 18.2604 18.3854L14.4001 20.6141C13.5258 21.1189 13.0886 21.3713 12.6238 21.4701C12.2126 21.5575 11.7876 21.5575 11.3764 21.4701C10.9116 21.3713 10.4744 21.1189 9.6001 20.6141L5.73984 18.3854C4.86551 17.8806 4.42835 17.6282 4.11041 17.2751C3.8291 16.9627 3.61659 16.5946 3.48667 16.1948C3.33984 15.7429 3.33984 15.2381 3.33984 14.2285V9.77105C3.33984 8.76146 3.33984 8.25666 3.48667 7.80477C3.61659 7.40493 3.8291 7.03686 4.11041 6.72442C4.42835 6.37132 4.86551 6.11892 5.73984 5.61413L9.6001 3.38541Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><path d=\"M20.6604 7L12.0001 12M12.0001 22V12M3.33984 7L12.0001 12\" stroke=\"currentColor\" strokeWidth=\"2\"/><path d=\"M17.332 8.92285V13.9983C17.332 14.3348 17.332 14.503 17.2831 14.6536C17.2398 14.7869 17.169 14.9096 17.0753 15.0137C16.9693 15.1314 16.8236 15.2155 16.5323 15.3838C16.1384 15.6114 15.9414 15.7251 15.7798 15.7082C15.6389 15.6934 15.5108 15.6195 15.4275 15.5048C15.332 15.3734 15.332 15.146 15.332 14.6912V10.0771L7.17188 5.36621L8.17188 3.63379L17.332 8.92285Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default Icon3dPackage2;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAqiD,EAAriD,IAAqB,EAAO,UAAU,+BAA8B,gBAAC,OAAD,CAAM,EAAE,+7BAA+7B,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,OAAD,CAAM,EAAE,2DAA2D,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,OAAD,CAAM,EAAE,0WAA0W,KAAK,eAAc,CAAI,GAG/hD",
"debugId": "41242553C9D9FD8964756E2164756E21",
"names": []
}