@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 507 B
JavaScript
import React from 'react';
import{handleDefaultProps as t}from"./utils";function l(e){const o=t(e);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",{fillRule:"evenodd",d:"M14 6V4h-4v2zM4 8v11h16V8zm16-2c1.11 0 2 .89 2 2v11c0 1.11-.89 2-2 2H4c-1.11 0-2-.89-2-2l.01-11c0-1.11.88-2 1.99-2h4V4c0-1.11.89-2 2-2h4c1.11 0 2 .89 2 2v2z"}))}var v=React.memo(l);export{v as default};