@vector-im/compound-design-tokens
Version:
Compound design tokens
23 lines • 919 B
JavaScript
import { forwardRef } from "react";
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
function BackspaceIcon(props, ref) {
return /*#__PURE__*/_jsxs("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "currentColor",
viewBox: "0 0 24 24",
ref: ref,
...props,
children: [/*#__PURE__*/_jsx("path", {
d: "M15.043 8.457a1 1 0 0 1 1.414 1.414l-2.043 2.043 2.129 2.129a1 1 0 1 1-1.414 1.414l-2.13-2.129-2.127 2.129a1 1 0 0 1-1.415-1.414l2.129-2.129-2.043-2.043a1 1 0 0 1 1.414-1.414L13 10.5z"
}), /*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
d: "M20 4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H7.28a2 2 0 0 1-1.655-.877l-4.072-6a2 2 0 0 1 0-2.246l4.072-6A2 2 0 0 1 7.28 4zM3.208 12l4.072 6H20V6H7.28z",
clipRule: "evenodd"
})]
});
}
;
BackspaceIcon.displayName = "BackspaceIcon";
export default forwardRef(BackspaceIcon);