@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 485 B
JavaScript
import React from 'react';
import{handleDefaultProps as t}from"./utils";function o(h){const e=t(h);return React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...e},React.createElement("path",{fill:"none",d:"M0 0h24v24H0z"}),React.createElement("path",{d:"M18 23H4c-1.1 0-2-.9-2-2V7h2v14h14zM15 1H8c-1.1 0-1.99.9-1.99 2L6 17c0 1.1.89 2 1.99 2H19c1.1 0 2-.9 2-2V7zm1.5 14h-6v-2h6zm0-6h-2v2h-2V9h-2V7h2V5h2v2h2z"}))}var r=React.memo(o);export{r as default};