@icongo/cg
Version:
css.gg Icons
15 lines • 565 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGRemote = 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: "m17.051 4.322 1.415 1.414-4.243 4.243 4.243 4.242-1.415 1.415-5.656-5.657 5.656-5.657ZM6.949 19.678l-1.415-1.414 4.243-4.242-4.243-4.243L6.95 8.365l5.656 5.657-5.656 5.656Z"
})
}));
export { CGRemote };