@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 375 B
JavaScript
import React from 'react';
import{handleDefaultProps as h}from"./utils";function r(t){const o=h(t);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",{d:"M15 4v2h3v12h-3v2h5V4zM4 20h5v-2H6V6h3V4H4z"}))}var e=React.memo(r);export{e as default};