@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 459 B
JavaScript
import React from 'react';
import{handleDefaultProps as p}from"./utils";function e(o){const t=p(o);return React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...t},React.createElement("path",{fill:"none",d:"M0 0h24v24H0z"}),React.createElement("path",{d:"M12 2 4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5zm-1.06 13.54L7.4 12l1.41-1.41 2.12 2.12 4.24-4.24 1.41 1.41z"}))}var r=React.memo(e);export{r as default};