@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 463 B
JavaScript
import React from 'react';
import{handleDefaultProps as t}from"./utils";function o(e){const h=t(e);return React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...h},React.createElement("path",{fill:"none",d:"M0 0h24v24H0z"}),React.createElement("path",{d:"M20 6h-8l-2-2H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2m-1 8h-3v3h-2v-3h-3v-2h3V9h2v3h3z"}))}var v=React.memo(o);export{v as default};