@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 401 B
JavaScript
import React from 'react';
import{handleDefaultProps as h}from"./utils";function e(o){const t=h(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:"M13 18h-2v-2h2zm2-4H9v6h6zm4-4.7V4h-3v2.6L12 3 2 12h3l7-6.31L19 12h3z"}))}var p=React.memo(e);export{p as default};