@vector-im/compound-design-tokens
Version:
Compound design tokens
19 lines • 634 B
JavaScript
var _reactJsxRuntime = require("react/jsx-runtime");
var React = require("react");
function CloudSolidIcon(props, ref) {
return /*#__PURE__*/_reactJsxRuntime.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__*/_reactJsxRuntime.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";
module.exports = React.forwardRef(CloudSolidIcon);