@vector-im/compound-design-tokens
Version:
Compound design tokens
19 lines • 596 B
JavaScript
import { forwardRef } from "react";
import { jsx as _jsx } from "react/jsx-runtime";
function CloudSolidIcon(props, ref) {
return /*#__PURE__*/_jsx("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "currentColor",
viewBox: "0 0 24 24",
ref: ref,
...props,
children: /*#__PURE__*/_jsx("path", {
d: "M7 20a5 5 0 0 1-.985-9.903 5.5 5.5 0 0 1 9.734-3.09Q15.874 7.002 16 7a4 4 0 0 1 3.936 4.716A4.5 4.5 0 0 1 18 19.973V20z"
})
});
}
;
CloudSolidIcon.displayName = "CloudSolidIcon";
export default forwardRef(CloudSolidIcon);