UNPKG

@jfstech/icons-react

Version:

<p align="center"> <a href="https://jfstech.uk" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/JFS-Tech/icons/HEAD/.github/logo-dark.svg"> <source media="(prefers-color

26 lines 859 B
import * as React from "react"; function Eraser02Icon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", "aria-hidden": "true", "data-slot": "icon", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M3.6 21.6h17.6m-9.865-3.43H7.91l-4.018-4.018a1.005 1.005 0 0 1 0-1.416L13.937 2.692a1.005 1.005 0 0 1 1.416 0l5.022 5.022a1.004 1.004 0 0 1 0 1.416z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(Eraser02Icon); export default ForwardRef;