iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 971 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 Odnoklassniki = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 0a6.2 6.2 0 00-6.194 6.195 6.2 6.2 0 006.195 6.192 6.2 6.2 0 006.193-6.192A6.2 6.2 0 0012.001 0zm0 3.63a2.567 2.567 0 012.565 2.565 2.568 2.568 0 01-2.564 2.564 2.568 2.568 0 01-2.565-2.564 2.567 2.567 0 012.565-2.564zM6.807 12.6a1.814 1.814 0 00-.91 3.35 11.611 11.611 0 003.597 1.49l-3.462 3.463a1.815 1.815 0 002.567 2.566L12 20.066l3.405 3.403a1.813 1.813 0 002.564 0c.71-.709.71-1.858 0-2.566l-3.462-3.462a11.593 11.593 0 003.596-1.49 1.814 1.814 0 10-1.932-3.073 7.867 7.867 0 01-8.34 0c-.318-.2-.674-.29-1.024-.278z" }));
exports.default = Odnoklassniki;