@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 430 B
JavaScript
import React from 'react';
import{handleDefaultProps as e}from"./utils";function n(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:"M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2M6 4h5v8l-2.5-1.5L6 12z"}))}var r=React.memo(n);export{r as default};