@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 461 B
JavaScript
import React from 'react';
import{handleDefaultProps as t}from"./utils";function e(h){const o=t(h);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",{fill:"none",d:"M0 0h24v24H0z"}),React.createElement("path",{d:"M8 19h3v3h2v-3h3l-4-4zm8-15h-3V1h-2v3H8l4 4zM4 9v2h16V9zM4 12h16v2H4z"}))}var l=React.memo(e);export{l as default};