@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 437 B
JavaScript
import React from 'react';
import{handleDefaultProps as t}from"./utils";function m(h){const o=t(h);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:"M12 7V3H2v18h20V7zm-2 12H4v-2h6zm0-4H4v-2h6zm0-4H4V9h6zm0-4H4V5h6zm10 12h-8V9h8zm-2-8h-4v2h4zm0 4h-4v2h4z"}))}var r=React.memo(m);export{r as default};