iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.04 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 AdCircleOff = (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-ad-circle-off", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M4.91 4.949A9.968 9.968 0 002 12c0 5.523 4.477 10 10 10a9.968 9.968 0 007.05-2.909M20.778 16.793A9.955 9.955 0 0022 12c0-5.523-4.477-10-10-10-1.74 0-3.376.444-4.8 1.225" }),
React.createElement("path", { d: "M7 15v-4.5a1.5 1.5 0 012.138-1.358M9.854 9.853c.094.196.146.415.146.647V15M7 13h3M14 14v1h1M17 13v-2a2 2 0 00-2-2h-1v1M3 3l18 18" }));
exports.default = AdCircleOff;