@vimeo/iris
Version:
Vimeo Design System
9 lines (6 loc) • 646 B
JavaScript
import { c as __assign } from '../../tslib.es6-7f0e734f.js';
import React__default, { forwardRef } from 'react';
var ReviewCheck = forwardRef(function (props, ref) { return (React__default.createElement("svg", __assign({ viewBox: "0 0 20 20", ref: ref }, props),
React__default.createElement("path", { d: "M19 18.61V2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12.54l4.29 3.69a.1.1 0 0 0 .17-.08z", fill: "none", stroke: "#1a2e3b", strokeWidth: 2 }),
React__default.createElement("path", { fill: "none", stroke: "#1a2e3b", strokeLinejoin: "round", strokeWidth: 2, d: "M13.5 5.5l-4.39 4.75L6.5 7.5" }))); });
export { ReviewCheck };