@icongo/cg
Version:
css.gg Icons
21 lines • 815 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 CGBackspace = 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: "m17.743 8.464 1.414 1.415L17.036 12l2.121 2.121-1.414 1.415-2.122-2.122-2.121 2.122-1.414-1.415L14.207 12l-2.121-2.121L13.5 8.465l2.121 2.12 2.122-2.12Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "m8.586 19-6.293-6.293a1 1 0 0 1 0-1.414L8.586 5h14v14h-14Zm.828-12-5 5 5 5h11.172V7H9.414Z",
clipRule: "evenodd"
})]
}));
export { CGBackspace };