iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.12 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 Osmc = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M22.768 12.002c0 5.935-4.829 10.768-10.768 10.768-5.935-.005-10.763-4.833-10.763-10.768 0-5.94 4.828-10.767 10.768-10.767 5.934 0 10.763 4.828 10.763 10.767m.292-4.673a11.913 11.913 0 00-2.57-3.813 11.963 11.963 0 00-3.813-2.57A11.857 11.857 0 0012.005 0a11.926 11.926 0 00-8.486 3.516A11.963 11.963 0 00.948 7.33c-.63 1.481-.946 3.05-.946 4.672s.316 3.192.942 4.673a11.913 11.913 0 002.57 3.813A11.963 11.963 0 0012 24c1.619 0 3.191-.32 4.673-.942a11.913 11.913 0 003.813-2.57 11.963 11.963 0 003.512-8.486c0-1.623-.311-3.191-.938-4.673M8.566 14.631V9.263l2.574 2.684-2.574 2.684zM7.327 6.296v11.422l8.116-8.455v6.767c0 .343.279.618.617.618a.622.622 0 00.622-.622v-9.74l-4.677 4.77-4.678-4.76z" }));
exports.default = Osmc;