@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 439 B
JavaScript
import React from 'react';
import{handleDefaultProps as e}from"./utils";function l(t){const o=e(t);return React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...o},React.createElement("path",{fill:"#00B386",d:"M12 2C6.475 2 2 6.475 2 12c0 5.52 4.475 10 10 10 5.52 0 10-4.48 10-10 0-5.525-4.48-10-10-10m-2 15-5-5 1.415-1.415L10 14.17l7.585-7.585L19 8z"}))}var r=React.memo(l);export{r as default};