@icongo/cg
Version:
css.gg Icons
21 lines • 702 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 CGTikcode = 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: "M9 5H5v4h4V5ZM3 3v8h8V3H3Zm16 2h-4v4h4V5Zm-6-2v8h8V3h-8ZM9 15H5v4h4v-4Zm-6-2v8h8v-8H3Z",
clipRule: "evenodd"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M13 13h2v8h-2v-8Zm3 0h2v8h-2v-8Zm3 0h2v8h-2v-8Z"
})]
}));
export { CGTikcode };