@icongo/cg
Version:
css.gg Icons
21 lines • 870 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 CGCap = 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",
d: "M8 18v2h8v-2H8Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M13.988 3.22a2 2 0 1 0-3.976 0 9.003 9.003 0 0 0-6.94 9.926A3.001 3.001 0 0 0 1 16v4a3 3 0 0 0 3 3h16a3 3 0 0 0 3-3v-4c0-1.333-.87-2.463-2.072-2.854a9.003 9.003 0 0 0-6.94-9.926ZM12 5a7 7 0 0 0-6.93 8h13.86A7 7 0 0 0 12 5ZM3 16a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-4Z",
clipRule: "evenodd"
})]
}));
export { CGCap };