@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 459 B
JavaScript
import React from 'react';
import{handleDefaultProps as l}from"./utils";function e(t){const o=l(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:"M6 2v6h.01L6 8.01 10 12l-4 4 .01.01H6V22h12v-5.99h-.01L18 16l-4-4 4-3.99-.01-.01H18V2zm10 14.5V20H8v-3.5l4-4zm-4-5-4-4V4h8v3.5z"}))}var p=React.memo(e);export{p as default};