UNPKG

@vimeo/iris

Version:
17 lines (10 loc) 1.03 kB
'use strict'; 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 Enterprise = React.forwardRef(function (props, ref) { return (React__default["default"].createElement("svg", tslib_es6.__assign({ viewBox: "0 0 20 20", ref: ref }, props), React__default["default"].createElement("path", { fill: "#1a2e3b", fillRule: "evenodd", d: "M4 6h2V4H4v2zm3 0h2V4H7v2zm-1 4H4V8h2v2m0 4H4v-1.95h2V14m7 0h-2v-1.9l.05-.05H13l.05.05V14H13m3 0h-2v-1.9l.05-.05H16l.05.05V14H16" }), React__default["default"].createElement("path", { d: "M18 18.07H9V10h9zm-11 0H2V2h9v6H8.05a1 1 0 0 0-1 1zM13 8V1a1 1 0 0 0-1-1H1a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1z", fill: "#1a2e3b", fillRule: "evenodd" }))); }); exports.Enterprise = Enterprise;