@icongo/cg
Version:
css.gg Icons
15 lines • 465 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGGhost = 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: "M3 4h12v4H3V4Zm18 4h-4V4h4v4ZM3 10h18v4H3v-4Zm8 6H3v4h8v-4Zm2 0v4h8v-4h-8Z"
})
}));
export { CGGhost };