UNPKG

@vimeo/iris

Version:
17 lines (10 loc) 1.08 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 Tag = React.forwardRef(function (props, ref) { return (React__default["default"].createElement("svg", tslib_es6.__assign({ "data-name": "Layer 1", viewBox: "0 0 20 20", ref: ref }, props), React__default["default"].createElement("path", { d: "M13.71 6.66a1.44 1.44 0 0 1 0-2.39 1.42 1.42 0 0 1 1.6 0 1.44 1.44 0 1 1-1.6 2.39", fill: "#1a2e3b" }), React__default["default"].createElement("path", { d: "M8.57 20a1.61 1.61 0 0 1-1.14-.47l-7-7a1.61 1.61 0 0 1 0-2.28L9.87.86a1.67 1.67 0 0 1 1-.47L16.45 0A2 2 0 0 1 18 .58L19.39 2A2 2 0 0 1 20 3.52l-.39 5.55a1.64 1.64 0 0 1-.47 1l-9.4 9.4a1.61 1.61 0 0 1-1.17.53zm-6.41-8.6l6.41 6.41 9-9L18 3.38 16.59 2l-5.41.38zm15.42-2.47z", fill: "#1a2e3b" }))); }); exports.Tag = Tag;