UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 806 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 EarOff = (props) => React.createElement("svg", { className: "lucide lucide-ear-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: "M6 18.5a3.5 3.5 0 107 0c0-1.57.92-2.52 2.04-3.46M6 8.5c0-.75.13-1.47.36-2.14M8.8 3.15A6.5 6.5 0 0119 8.5c0 1.63-.44 2.81-1.09 3.76" }), React.createElement("path", { d: "M12.5 6A2.5 2.5 0 0115 8.5M10 13a2 2 0 001.82-1.18M2 2l20 20" })); exports.default = EarOff;