@icongo/cg
Version:
css.gg Icons
21 lines • 775 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 CGOrganisation = 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: "M17 15h2v2h-2v-2Zm2-4h-2v2h2v-2Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M13 7h10v14H1V3h12v4ZM8 5h3v2H8V5Zm3 14v-2H8v2h3Zm0-4v-2H8v2h3Zm0-4V9H8v2h3Zm10 8V9h-8v2h2v2h-2v2h2v2h-2v2h8ZM3 19v-2h3v2H3Zm0-4h3v-2H3v2Zm3-4V9H3v2h3ZM3 7h3V5H3v2Z",
clipRule: "evenodd"
})]
}));
export { CGOrganisation };