iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 604 B
JavaScript
;
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 Ban = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-ban", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M15 8a6.97 6.97 0 00-1.71-4.584l-9.874 9.875A7 7 0 0015 8M2.71 12.584l9.874-9.875a7 7 0 00-9.874 9.874zM16 8A8 8 0 110 8a8 8 0 0116 0" }));
exports.default = Ban;