@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 377 B
JavaScript
import React from 'react';
import{handleDefaultProps as o}from"./utils";function r(t){const v=o(t);return React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...v},React.createElement("path",{fill:"none",d:"M0 0h24v24H0z"}),React.createElement("path",{d:"M18 5V3H7v13H5v2h2v3h2v-3h4v-2H9v-3h8v-2H9V5z"}))}var n=React.memo(r);export{n as default};