docs: prepare cloud docs (#12784)
* initial * fixes * docs: prepare cloud docs
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
import { IconProps } from "@medusajs/icons/dist/types"
|
||||
import React from "react"
|
||||
|
||||
export const IconCloudSolid = (props: IconProps) => {
|
||||
return (
|
||||
<svg
|
||||
width="16"
|
||||
height="17"
|
||||
viewBox="0 0 16 17"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
{...props}
|
||||
>
|
||||
<g clipPath="url(#clip0_20373_260192)">
|
||||
<path
|
||||
opacity="0.3"
|
||||
d="M11.968 6.62535C11.8027 4.56846 10.0995 2.94446 7.99999 2.94446C5.7911 2.94446 3.99999 4.73557 3.99999 6.94446C3.99999 7.25557 4.04354 7.55424 4.11021 7.8449C2.69065 7.90446 1.55554 9.06624 1.55554 10.5C1.55554 11.9729 2.74932 13.1667 4.22221 13.1667H11.1111C12.952 13.1667 14.4444 11.6742 14.4444 9.83335C14.4444 8.29024 13.3911 7.0049 11.968 6.62535Z"
|
||||
fill="currentColor"
|
||||
/>
|
||||
<path
|
||||
d="M11.968 6.62535C11.8027 4.56846 10.0995 2.94446 7.99999 2.94446C5.7911 2.94446 3.99999 4.73557 3.99999 6.94446C3.99999 7.25557 4.04354 7.55424 4.11021 7.8449C2.69065 7.90446 1.55554 9.06624 1.55554 10.5C1.55554 11.9729 2.74932 13.1667 4.22221 13.1667H11.1111C12.952 13.1667 14.4444 11.6742 14.4444 9.83335C14.4444 8.29024 13.3911 7.0049 11.968 6.62535Z"
|
||||
stroke="currentColor"
|
||||
strokeWidth="1.5"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
/>
|
||||
<path
|
||||
d="M8.62662 7.61111C9.23728 6.92933 10.1235 6.5 11.1111 6.5C11.4071 6.5 11.6951 6.55244 11.968 6.62533"
|
||||
stroke="currentColor"
|
||||
strokeWidth="1.5"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_20373_260192">
|
||||
<rect
|
||||
width="16"
|
||||
height="16"
|
||||
fill="white"
|
||||
transform="translate(0 0.5)"
|
||||
/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
@@ -3,6 +3,7 @@ export * from "./BundledProduct"
|
||||
export * from "./CalendarRefresh"
|
||||
export * from "./ChefHat"
|
||||
export * from "./CircleDottedLine"
|
||||
export * from "./CloudSolid"
|
||||
export * from "./DecisionProcess"
|
||||
export * from "./Erp"
|
||||
export * from "./ImageBinary"
|
||||
|
||||
Reference in New Issue
Block a user