@icongo/cg
Version:
css.gg Icons
21 lines • 821 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 CGDesignmodo = 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",
fillRule: "evenodd",
d: "M7 4.054a5 5 0 1 0 0 10 5 5 0 0 0 0-10Zm-2 5a2 2 0 1 0 4 0 2 2 0 0 0-4 0Z",
clipRule: "evenodd"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M22 10.554h-5v-3h5v3Zm-10.45 6.392a3.988 3.988 0 0 0 2.829-1.172l2.121 2.121a6.978 6.978 0 0 1-4.95 2.05 6.978 6.978 0 0 1-4.95-2.05l2.122-2.12a3.987 3.987 0 0 0 2.828 1.17Z"
})]
}));
export { CGDesignmodo };