UNPKG

@icongo/cg

Version:
24 lines 744 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var CGNametag = 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: "M4 14v6h6v-2H6v-4H4Z" }), /*#__PURE__*/_jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M9 9v6h6V9H9Zm4 2h-2v2h2v-2Z", clipRule: "evenodd" }), /*#__PURE__*/_jsx("path", { fill: "currentColor", d: "M4 10V4h6v2H6v4H4Zm16 0V4h-6v2h4v4h2Zm0 4v6h-6v-2h4v-4h2Z" })] })); export { CGNametag };