@icongo/mc
Version:
Micon Icons
13 lines • 620 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCCloudsmith = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 1328 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M1330 1679.6c0 185.6-150.4 336.4-336 336.4s-336-150.8-336-336.4 150.4-336 336-336 336 150.4 336 336zM994 704c185.6 0 320-150.4 320-336S1179.6 32 994 32 642 182.4 642 368 523.6 672 338 672 2 838.4 2 1024s150.4 320 336 320 336-134.4 336-320 134.4-320 320-320z"
})
}));
export { MCCloudsmith };