@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 480 B
JavaScript
import React from 'react';
import{handleDefaultProps as h}from"./utils";function c(o){const t=h(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:"M20 6h-4V4c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2m-6 0h-4V4h4z"}))}var r=React.memo(c);export{r as default};