iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 755 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 Linuxprofessionalinstitute = (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 0zm0 20.987a8.987 8.987 0 110-17.974 8.987 8.987 0 110 17.974zm5.104-3.003l.8-2.998H10.74l2.765-10.491h-2.998L6.912 17.984zm.29-10.494c0 .822-.67 1.494-1.494 1.494a1.493 1.493 0 010-2.985c.822 0 1.494.669 1.494 1.49" }));
exports.default = Linuxprofessionalinstitute;