iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.24 kB
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 Katana = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm.016 22.762H12c-5.95-.009-10.765-4.84-10.756-10.789.009-5.95 4.839-10.766 10.789-10.757 5.943.009 10.756 4.829 10.756 10.773 0 5.95-4.823 10.773-10.773 10.773zm9.475-10.857a5.562 5.562 0 01-9.142 3.214 6.331 6.331 0 003.251-2.062l.104.169c.339.584.568 1.226.676 1.893a6.281 6.281 0 00-.349-2.656 6.328 6.328 0 00-8.94-8.63 5.563 5.563 0 017.418 6.256 6.334 6.334 0 00-3.425-1.762l.093-.175a5.53 5.53 0 011.304-1.533 6.31 6.31 0 00-2.122 1.636 6.327 6.327 0 00-3.016 12.044 5.564 5.564 0 011.713-9.562 6.33 6.33 0 00.185 3.818h-.186a5.535 5.535 0 01-1.98-.36 6.295 6.295 0 002.471 1.025 6.328 6.328 0 008.513 2.758 6.319 6.319 0 003.432-6.073zm-11.018-1.443a5.582 5.582 0 013.6.998 5.584 5.584 0 01-2.667 2.618 5.57 5.57 0 01-.933-3.616z" }));
exports.default = Katana;