UNPKG

@icongo/cg

Version:
34 lines (33 loc) 1.51 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.CGTapDouble = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var CGTapDouble = function CGTapDouble(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: "M14.924 18v-4a3 3 0 0 0-6 0v4a3 3 0 1 0 6 0Zm-3-9a5 5 0 0 0-5 5v4a5 5 0 0 0 10 0v-4a5 5 0 0 0-5-5Z", clipRule: "evenodd" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "currentColor", d: "M10.924 14a1 1 0 1 1 2 0v3h-2v-3Zm1-13a9.97 9.97 0 0 1 7.105 2.963l-1.415 1.414A7.976 7.976 0 0 0 11.924 3c-2.15 0-4.1.847-5.538 2.227L4.97 3.812A9.967 9.967 0 0 1 11.924 1Z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.923 5a6.97 6.97 0 0 1 4.38 1.539l-1.426 1.426A4.978 4.978 0 0 0 11.923 7c-1.075 0-2.071.34-2.886.917l-1.43-1.429A6.97 6.97 0 0 1 11.924 5Z", clipRule: "evenodd" })] })); }; exports.CGTapDouble = CGTapDouble;