@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 395 B
JavaScript
import React from 'react';
import{handleDefaultProps as o}from"./utils";function e(h){const t=o(h);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:"M3 3v18h18V3zm16 16H5V5h14zM11 7h2v2h-2zM7 7h2v2H7zm8 0h2v2h-2z"}))}var v=React.memo(e);export{v as default};