UNPKG

@astraicons/react

Version:

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

27 lines 1.22 kB
import * as React from "react"; import { forwardRef } from "react"; const ShieldSlashIcon = ({ 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: "M12.03 3c-2.88-.005-4.7.65-6.962 2.432a1.96 1.96 0 0 0-.711 1.227c-.257 1.553-.717 5.203.134 7.53.37 1.013.723 1.794 1.19 2.507M12.03 3c.545.001 1.054.023 1.536.07M12.03 3l1.536.07m0 0c.545.053 1.056.138 1.545.264m0 0q.418.106.819.254m-.819-.254.819.254m0 0q.3.11.596.247m0 0c.232.107 1.244.533 1.474.665zM7.592 18.819l.281.255C9.146 20.217 10.228 21 12.03 21c2.057 0 3.175-1.02 4.712-2.432 1.486-1.367 2.14-2.45 2.827-4.379.734-2.061.364-5.46.103-7.189" }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M20.547 2.517 3.455 19.483" })); const ForwardRef = forwardRef(ShieldSlashIcon); export default ForwardRef;