@icongo/cg
Version:
css.gg Icons
19 lines • 644 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 CGImport = 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: "M5 9.982v10h14v-10h-4v-2h6v14H3v-14h6v2H5Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M13 2h-2v12.053l-2.535-2.536-1.415 1.415 4.95 4.95 4.95-4.95-1.414-1.415L13 14.053V2Z"
})]
}));
export { CGImport };