@arashaltafi/react-toast
Version:
react toast library
7 lines (6 loc) • 528 B
JavaScript
import React from 'react';
var Indicator = function () {
return (React.createElement("svg", { width: "18", height: "16", viewBox: "0 0 18 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
React.createElement("path", { id: "indicator", d: "M11.8513 14.4C10.5841 16.5333 7.41593 16.5333 6.14867 14.4L0.446013 4.8C-0.821244 2.66666 0.762829 -4.00427e-07 3.29734 -6.22002e-07L14.7027 -1.61909e-06C17.2372 -1.84066e-06 18.8212 2.66667 17.554 4.8L11.8513 14.4Z", fill: "#EFF8FF" })));
};
export default Indicator;