UNPKG

@icongo/cg

Version:
29 lines (28 loc) 1.2 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.CGDesignmodo = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var CGDesignmodo = function CGDesignmodo(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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" })] })); }; exports.CGDesignmodo = CGDesignmodo;