UNPKG

@astraicons/react

Version:

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

32 lines 1.34 kB
import * as React from "react"; function VideoSlashIcon({ 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", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "m18.018 8.61 2.027-2.049C20.831 5.766 22 6.47 22 7.736v8.785c0 1.267-1.169 1.97-1.955 1.174l-2.027-2.047M10.054 16.064H8.56" }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", d: "M5.278 19.507c.696.317 1.47.494 2.287.494h4.978c3.024 0 5.475-2.423 5.475-5.412v-4.92a5.34 5.34 0 0 0-.605-2.475" }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", d: "M17.259 4 2 19.42M15.246 4.961a5.5 5.5 0 0 0-2.703-.704H7.565c-3.024 0-5.475 2.422-5.475 5.411v4.92c0 1.056.306 2.04.834 2.873M9.058 9.67c0 .815-.668 1.476-1.493 1.476s-1.493-.661-1.493-1.476c0-.816.668-1.476 1.493-1.476s1.493.66 1.493 1.476Z", opacity: 0.4 })); } const ForwardRef = React.forwardRef(VideoSlashIcon); export default ForwardRef;