UNPKG

@astraicons/react

Version:

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

28 lines 980 B
const React = require("react"); const { forwardRef } = require("react"); const SaveSlashIcon = ({ title, titleId, ...props }, ref) => /*#__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", ref: ref, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", d: "M4.533 20.613c.501.456 1.263.551 1.867.057l3.419-2.797a3.4 3.4 0 0 1 4.363 0L17.6 20.67c.99.809 2.4.04 2.4-1.31V9A6.4 6.4 0 0 0 19.265 6" }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M4 18V8.999C4 5.686 6.462 3 9.5 3h5c1.233 0 2.372.443 3.289 1.19M19.092 3 2.5 19.5", opacity: 0.4 })); const ForwardRef = forwardRef(SaveSlashIcon); module.exports = ForwardRef;