iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1 kB
JavaScript
"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 DiscOff = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-disc-off", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M20.044 16.04A9 9 0 007.962 3.955M5.629 5.643A9 9 0 0012 21c2.491 0 4.73-1 6.36-2.631M11.298 11.288a1 1 0 101.402 1.427" }),
React.createElement("path", { d: "M7 12c0-1.38.559-2.629 1.462-3.534m2.607-1.38C11.371 7.03 11.682 7 12 7M12 17a4.985 4.985 0 003.551-1.48m1.362-2.587c.057-.302.087-.614.087-.933M3 3l18 18" }));
exports.default = DiscOff;