zmp-ui
Version:
Zalo Mini App framework
17 lines • 458 B
JavaScript
import React from "react";
var TickIcon = function TickIcon() {
return /*#__PURE__*/React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: "100%",
height: "100%",
viewBox: "0 0 14 11",
fill: "none"
}, /*#__PURE__*/React.createElement("path", {
d: "M1.5 5.5L5 9L12.5 1.5",
stroke: "currentColor",
strokeWidth: "3",
strokeLinecap: "round",
strokeLinejoin: "round"
}));
};
export default TickIcon;