@icongo/cg
Version:
css.gg Icons
19 lines • 756 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 CGCornerDoubleUpLeft = 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: "M9.25 7.784 7.836 6.369l-4.242 4.243 4.242 4.243L9.25 13.44l-2.828-2.828L9.25 7.784Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "m13.493 13.44-1.414 1.415-4.243-4.243L12.08 6.37l1.414 1.415-1.847 1.846h4.76a4 4 0 0 1 4 4v4h-2v-4a2 2 0 0 0-2-2h-4.723l1.81 1.81Z"
})]
}));
export { CGCornerDoubleUpLeft };