iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 662 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 Ban2 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 2.001c-5.523 0-10 4.477-10 10s4.477 10 10 10 10-4.477 10-10-4.477-10-10-10zm-8.5 10a8.5 8.5 0 0113.957-6.517L5.483 17.458A8.466 8.466 0 013.5 12.001zm3.044 6.518L18.518 6.545A8.5 8.5 0 016.544 18.519z", fill: "#323544" }));
exports.default = Ban2;