UNPKG

@astraicons/react

Version:

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

24 lines 1.05 kB
import * as React from "react"; import { forwardRef } from "react"; const LoveSlashIcon = ({ 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", strokeLinejoin: "round", d: "m7.035 16.289-.515-.57-2.059-2.282C3.526 12.4 3 10.994 3 9.528s.526-2.872 1.461-3.909c1.949-2.159 5.108-2.159 7.056 0l.483.535.482-.535C13.418 4.582 14.687 4 16.011 4a4.6 4.6 0 0 1 2.489.737m1.814 1.994.073.144c.399.806.613 1.717.613 2.653 0 1.467-.526 2.873-1.461 3.91l-4.781 5.296C14.026 19.544 13.034 20 12 20s-2.026-.455-2.758-1.266l-.331-.367-.166-.183-.041-.046M20.547 3 3.455 19.966" })); const ForwardRef = forwardRef(LoveSlashIcon); export default ForwardRef;