@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 473 B
JavaScript
import React from 'react';
import{handleDefaultProps as o}from"./utils";function r(t){const e=o(t);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:"M4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2v-3H4zM20 8l-6-6H6c-1.1 0-1.99.9-1.99 2v7H20zm-7 1V3.5L18.5 9zM9 13h6v2H9zM17 13h6v2h-6zM1 13h6v2H1z"}))}var h=React.memo(r);export{h as default};