@icongo/cg
Version:
css.gg Icons
17 lines • 710 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGErase = props => /*#__PURE__*/_jsx("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",
fillRule: "evenodd",
d: "M3.5 12.9a2 2 0 0 0 0 2.828l3.858 3.858H4.086a1 1 0 1 0 0 2h16a1 1 0 0 0 0-2h-9.13l9.515-9.515a2 2 0 0 0 0-2.828L16.227 3a2 2 0 0 0-2.829 0L3.5 12.9Zm4.326-1.498-2.912 2.912 4.243 4.242 2.911-2.911-4.242-4.243ZM9.24 9.988l4.243 4.242 5.573-5.573-4.242-4.243L9.24 9.988Z",
clipRule: "evenodd"
})
}));
export { CGErase };