UNPKG

ab-tests

Version:
28 lines (22 loc) 839 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _react = _interopRequireDefault(require("react")); var _react2 = require("@emotion/react"); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } function CheckIcon() { return (0, _react2.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, (0, _react2.jsx)("path", { fill: "#00C2CE", d: "M8 .5C3.86.5.5 3.86.5 8c0 4.14 3.36 7.5 7.5 7.5 4.14 0 7.5-3.36 7.5-7.5C15.5 3.86 12.14.5 8 .5zM5.968 11.217L3.275 8.525a.747.747 0 111.057-1.058L6.5 9.628l5.16-5.16a.747.747 0 111.057 1.058l-5.692 5.692a.747.747 0 01-1.058 0z" })); } var _default = CheckIcon; exports["default"] = _default;