@icongo/cg
Version:
css.gg Icons
19 lines • 695 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 CGCast = 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: "M20 6H4v2H2V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-5v-2h5V6ZM2 13a7 7 0 0 1 7 7H7a5 5 0 0 0-5-5v-2Zm0 4a3 3 0 0 1 3 3H2v-3Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M2 9c6.075 0 11 4.925 11 11h-2a9 9 0 0 0-9-9V9Z"
})]
}));
export { CGCast };