@icongo/cg
Version:
css.gg Icons
19 lines • 634 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 CGExternal = 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: "M15.64 7.025h-3.622v-2h7v7h-2v-3.55l-4.914 4.914-1.414-1.414 4.95-4.95Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M10.982 6.975h-6v12h12v-6h-2v4h-8v-8h4v-2Z"
})]
}));
export { CGExternal };