@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 423 B
JavaScript
import React from 'react';
import{handleDefaultProps as v}from"./utils";function e(t){const h=v(t);return React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...h},React.createElement("path",{fill:"none",d:"M0 0h24v24H0z"}),React.createElement("path",{d:"M4 18v3h3v-3h10v3h3v-6H4zm15-8h3v3h-3zM2 10h3v3H2zm15 3H7V5c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2z"}))}var n=React.memo(e);export{n as default};