UNPKG

metadata-based-explorer1

Version:
33 lines (31 loc) 1.32 kB
import * as React from 'react'; import AccessibleSVG from '../accessible-svg'; var MetadataSharedBadge = function MetadataSharedBadge(_ref) { var _ref$className = _ref.className, className = _ref$className === void 0 ? '' : _ref$className, _ref$height = _ref.height, height = _ref$height === void 0 ? 16 : _ref$height, title = _ref.title, _ref$width = _ref.width, width = _ref$width === void 0 ? 16 : _ref$width; return React.createElement(AccessibleSVG, { className: "metadata-shared-badge ".concat(className), height: height, title: title, viewBox: "0 0 16 16", width: width }, React.createElement("g", { fill: "none", fillRule: "evenodd" }, React.createElement("circle", { cx: "8", cy: "8", fill: "#D9E7F9", r: "7.5", stroke: "#4D91E2" }), React.createElement("path", { d: "M10.715 7A2.57 2.57 0 0 1 13 9.605v1.145a.25.25 0 0 1-.25.25h-3.5a.25.25 0 0 1-.25-.25V9.5a2.465 2.465 0 0 0-.38-1.34.25.25 0 0 1 0-.3A2.5 2.5 0 0 1 10.715 7zm-.215-.5a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5zm-5 0a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5zm-.245.5A2.5 2.5 0 0 1 8 9.5v1.25a.25.25 0 0 1-.25.25h-4.5a.25.25 0 0 1-.25-.25V9.605A2.575 2.575 0 0 1 5.255 7z", fill: "#4F92DF" }))); }; export default MetadataSharedBadge;