UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 799 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const ShieldOff = (props) => React.createElement("svg", { className: "lucide lucide-shield-off", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props }, React.createElement("path", { d: "M2 2l20 20M5 5a1 1 0 00-1 1v7c0 5 3.5 7.5 7.67 8.94a1 1 0 00.67.01c2.35-.82 4.48-1.97 5.9-3.71M9.309 3.652A12.252 12.252 0 0011.24 2.28a1.17 1.17 0 011.52 0C14.51 3.81 17 5 19 5a1 1 0 011 1v7a9.784 9.784 0 01-.08 1.264" })); exports.default = ShieldOff;