@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 408 B
JavaScript
import React from 'react';
import{handleDefaultProps as l}from"./utils";function e(o){const t=l(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:"m6 2 .01 6L10 12l-3.99 4.01L6 22h12v-6l-4-4 4-3.99V2zm10 14.5V20H8v-3.5l4-4z"}))}var r=React.memo(e);export{r as default};