@evg-b/evg-icons
Version:
material icons
15 lines (12 loc) • 453 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var KeyboardBackspace = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M0 0h24v24H0z",
fill: "none"
}), /*#__PURE__*/React.createElement("path", {
d: "M21 11H6.83l3.58-3.59L9 6l-6 6 6 6 1.41-1.41L6.83 13H21z"
})),
name: 'KeyboardBackspace'
});
export default KeyboardBackspace;