@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 443 B
JavaScript
import React from 'react';
import{handleDefaultProps as v}from"./utils";function e(t){const o=v(t);return React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...o},React.createElement("path",{fill:"none",d:"M0 0h24v24H0z"}),React.createElement("path",{d:"M22 13v3c0 1.1-.9 2-2 2h-3l1 1v2H6v-2l1-1H4c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h8v2H4v11h16v-3zm-7 2-5-5h4V3h2v7h4z"}))}var r=React.memo(e);export{r as default};