UNPKG

@astraicons/react

Version:

A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.

23 lines 1.05 kB
import * as React from "react"; function SaveSlashIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { d: "M9.614 2.002h5.422c1.391 0 2.118-.061 2.767.567L3.598 17.455l.053-8.788c0-3.681 2.67-6.665 5.963-6.665M3.763 20.854c.373 1.054 1.592 1.532 2.49.78l3.706-3.108c1.402-1.175 3.33-1.175 4.732 0l3.707 3.107c1.072.899 2.602.044 2.602-1.454V8.667c0-1.62-.517-3.104-1.376-4.26L4.11 20.665a.64.64 0 0 1-.348.19" }), /*#__PURE__*/React.createElement("path", { d: "M18.858 2.429a.705.705 0 0 1 0 .964L4.11 18.846a.63.63 0 0 1-.92 0 .705.705 0 0 1 0-.964L17.938 2.429a.63.63 0 0 1 .92 0" })); } const ForwardRef = React.forwardRef(SaveSlashIcon); export default ForwardRef;