@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 438 B
JavaScript
import React from 'react';
import{handleDefaultProps as e}from"./utils";function a(o){const t=e(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:"M21 3H3c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h5v2h8v-2h5c1.1 0 1.99-.9 1.99-2L23 5a2 2 0 0 0-2-2m0 14H3V5h18z"}))}var n=React.memo(a);export{n as default};