UNPKG

@astraicons/react

Version:

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

21 lines 1.03 kB
import * as React from "react"; function ShieldSlashIcon({ 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: "M20.055 3.277a.75.75 0 1 0-1.068-1.054L17.42 3.81c-1.553-.778-3.17-1.056-5.266-1.06-3.196-.006-5.216.722-7.726 2.703a2.18 2.18 0 0 0-.79 1.362c-.284 1.726-.796 5.781.15 8.367.236.647.466 1.21.717 1.72l-2.29 2.321a.75.75 0 1 0 1.068 1.054zM20.522 15.182c.878-2.468.333-6.663.049-8.4a2.2 2.2 0 0 0-.733-1.33l-.247-.205L5.956 19.068c.284.32.604.642.97.98 1.705 1.569 2.946 2.702 5.23 2.702 2.282 0 3.523-1.133 5.228-2.703 1.65-1.518 2.375-2.722 3.138-4.865" })); } const ForwardRef = React.forwardRef(ShieldSlashIcon); export default ForwardRef;