@icongo/cg
Version:
css.gg Icons
19 lines • 664 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var CGDigitalocean = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 24 24"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M12 6a6 6 0 0 0-6 6H1C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11v-5a6 6 0 0 0 0-12Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M7 18v-5h5v5H7Zm-4 0v4h4v-4H3Zm0 0H1v-2h2v2Z"
})]
}));
export { CGDigitalocean };