@icongo/cg
Version:
css.gg Icons
15 lines • 461 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGGitter = props => /*#__PURE__*/_jsx("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: "M5 1.5h2v13H5v-13Zm4 3h2v18H9v-18Zm6 0h-2v18h2v-18Zm2 0h2v10h-2v-10Z"
})
}));
export { CGGitter };