@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 495 B
JavaScript
import React from 'react';
import{handleDefaultProps as o}from"./utils";function n(e){const t=o(e);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",{fillRule:"evenodd",d:"M18 3H6C3.79 3 2 4.79 2 7c0 1.48.81 2.75 2 3.45V19c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-8.55c1.19-.69 2-1.97 2-3.45 0-2.21-1.79-4-4-4m-4 12h-4v-4h4z"}))}var r=React.memo(n);export{r as default};