UNPKG

@vimeo/iris

Version:
9 lines (6 loc) 794 B
import { c as __assign } from '../../tslib.es6-7f0e734f.js'; import React__default, { forwardRef } from 'react'; var Tag = forwardRef(function (props, ref) { return (React__default.createElement("svg", __assign({ "data-name": "Layer 1", viewBox: "0 0 20 20", ref: ref }, props), React__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.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" }))); }); export { Tag };