UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 813 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 VolumeOff = (props) => React.createElement("svg", { className: "lucide lucide-volume-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: "M16 9a5 5 0 01.95 2.293M19.364 5.636a9 9 0 011.889 9.96M2 2l20 20M7 7l-.587.587A1.4 1.4 0 015.416 8H3a1 1 0 00-1 1v6a1 1 0 001 1h2.416a1.4 1.4 0 01.997.413l3.383 3.384A.705.705 0 0011 19.298V11M9.828 4.172A.686.686 0 0111 4.657v.686" })); exports.default = VolumeOff;