@braineet/ui
Version:
Braineet design system
26 lines • 1.78 kB
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
import * as React from 'react';
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
function DownloadCloud(props) {
return /*#__PURE__*/_jsxs("svg", _extends({
viewBox: "0 0 24 24",
fill: "none"
}, props, {
children: [/*#__PURE__*/_jsx("g", {
opacity: 0.6,
children: /*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M8 7C5.79086 7 4 8.79086 4 11C4 13.2091 5.79086 15 8 15H10V13H8C6.89543 13 6 12.1046 6 11C6 9.89543 6.89543 9 8 9C8.24698 9 8.4863 9.04432 8.71075 9.12968C9.303 9.35494 9.95275 8.9796 10.0535 8.35403C10.363 6.43289 12.0308 5 14 5C16.2091 5 18 6.79086 18 9C18 11.2091 16.2091 13 14 13V15C17.3137 15 20 12.3137 20 9C20 5.68629 17.3137 3 14 3C11.4061 3 9.16155 4.6563 8.33748 7.01409C8.22571 7.00472 8.11314 7 8 7Z",
fill: "currentColor"
})
}), /*#__PURE__*/_jsx("path", {
d: "M11 13L11 19C11 19.5523 11.4477 20 12 20C12.5523 20 13 19.5523 13 19L13 13C13 12.4477 12.5523 12 12 12C11.4477 12 11 12.4477 11 13Z",
fill: "currentColor"
}), /*#__PURE__*/_jsx("path", {
d: "M10.7071 16.2929C10.3166 15.9024 9.68342 15.9024 9.29289 16.2929C8.90237 16.6834 8.90237 17.3166 9.29289 17.7071L11.2929 19.7071C11.6834 20.0976 12.3166 20.0976 12.7071 19.7071L14.7071 17.7071C15.0976 17.3166 15.0976 16.6834 14.7071 16.2929C14.3166 15.9024 13.6834 15.9024 13.2929 16.2929L12 17.5858L10.7071 16.2929Z",
fill: "currentColor"
})]
}));
}
export default DownloadCloud;