@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 435 B
JavaScript
import React from 'react';
import{handleDefaultProps as e}from"./utils";function m(t){const o=e(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:"M20 2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4V4c0-1.1-.9-2-2-2m-2 12H6v-2h12zm0-3H6V9h12zm0-3H6V6h12z"}))}var h=React.memo(m);export{h as default};