@arashaltafi/react-toast
Version:
react toast library
9 lines (8 loc) • 626 B
JavaScript
import React from 'react';
var CloseSuccess = function () {
return (React.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
React.createElement("g", { id: "Linear / Essentional, UI / Close Circle" },
React.createElement("circle", { id: "Vector", cx: "12", cy: "12", r: "10", stroke: "#039855", strokeWidth: "1.5" }),
React.createElement("path", { id: "Vector_2", d: "M14.5 9.50002L9.5 14.5M9.49998 9.5L14.5 14.5", stroke: "#039855", strokeWidth: "1.5", strokeLinecap: "round" }))));
};
export default CloseSuccess;