iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.41 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 Namuwiki = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12 12-5.372 12-12S18.628 0 12 0zM6.49 5.922a2.083 2.083 0 012.096 2.064 2.074 2.074 0 01-.832 1.674l1.787 4.22L12.5 12.63l-.385-.908a2.098 2.098 0 01-.281.023A2.083 2.083 0 019.738 9.68a2.08 2.08 0 014.16-.032 2.076 2.076 0 01-.767 1.627l1.125 2.657 3.53-1.496a2.083 2.083 0 01-.046-.413 2.08 2.08 0 112.096 2.063 2.076 2.076 0 01-1.535-.664l-3.614 1.53.496 1.173a.554.554 0 01-.292.727.555.555 0 01-.727-.295l-1.23-2.909-4.883 2.067c.011.084.019.17.02.256a2.083 2.083 0 01-2.065 2.095 2.083 2.083 0 01-2.096-2.064 2.083 2.083 0 012.065-2.096 2.073 2.073 0 011.642.79l.904-.383-1.796-4.245a1.954 1.954 0 01-.202.012 2.081 2.081 0 01-2.095-2.062A2.082 2.082 0 016.49 5.922zM6.5 7.14a.861.861 0 10.015 1.722.861.861 0 00-.015-1.722zm5.313 1.662a.861.861 0 10.012 1.719.861.861 0 00-.013-1.72zm7.956 2.343a.861.861 0 10.91.854.863.863 0 00-.866-.854h-.043zM5.985 15.125a.862.862 0 00-.853.867.861.861 0 00.865.856.862.862 0 00-.012-1.723z" }));
exports.default = Namuwiki;