@vimeo/iris
Version:
Vimeo Design System
17 lines (10 loc) • 1.06 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../../tslib.es6-3ec409b7.js');
var React = require('react');
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
var Stats = React.forwardRef(function (props, ref) { return (React__default["default"].createElement("svg", tslib_es6.__assign({ viewBox: "0 0 17 17", ref: ref }, props),
React__default["default"].createElement("path", { d: "M3 17a1 1 0 0 1-1-1v-5a1 1 0 0 1 2 0v5a1 1 0 0 1-1 1zm4 0a1 1 0 0 1-1-1V8a1 1 0 1 1 2 0v8a1 1 0 0 1-1 1zm4 0a1 1 0 0 1-1-1v-5a1 1 0 0 1 2 0v5a1 1 0 0 1-1 1zm4 0a1 1 0 0 1-1-1V9a1 1 0 0 1 2 0v7a1 1 0 0 1-1 1z", fill: "#1a2e3b" }),
React__default["default"].createElement("path", { d: "M11 7a1 1 0 0 1-.71-.29L6 2.41l-4.29 4.3A1.004 1.004 0 0 1 .29 5.29l5-5a1 1 0 0 1 1.41 0l4.3 4.3L15.29.3a1 1 0 0 1 1.41 1.41l-5 5A1 1 0 0 1 11 7z", fill: "#1a2e3b" }))); });
exports.Stats = Stats;