UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 782 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 ImageOff = (props) => React.createElement("svg", { className: "lucide lucide-image-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 20M10.41 10.41a2 2 0 11-2.83-2.83M13.5 13.5L6 21M18 12l3 3" }), React.createElement("path", { d: "M3.59 3.59A1.99 1.99 0 003 5v14a2 2 0 002 2h14c.55 0 1.052-.22 1.41-.59M21 15V5a2 2 0 00-2-2H9" })); exports.default = ImageOff;