@vector-im/compound-design-tokens
Version:
Compound design tokens
23 lines • 958 B
JavaScript
var _reactJsxRuntime = require("react/jsx-runtime");
var React = require("react");
function BackspaceIcon(props, ref) {
return /*#__PURE__*/_reactJsxRuntime.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__*/_reactJsxRuntime.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__*/_reactJsxRuntime.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";
module.exports = React.forwardRef(BackspaceIcon);