@icongo/cg
Version:
css.gg Icons
26 lines • 1.11 kB
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 CGTapDouble = 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: "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__*/_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__*/_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"
})]
}));
export { CGTapDouble };