@icongo/cg
Version:
css.gg Icons
19 lines • 652 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 CGExport = 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: "m16.95 5.968-1.414 1.414L13 4.846v12.196h-2V4.847L8.465 7.382 7.05 5.968 12 1.018l4.95 4.95Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M5 20.982v-10h4v-2H3v14h18v-14h-6v2h4v10H5Z"
})]
}));
export { CGExport };