@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 514 B
JavaScript
import React from 'react';
import{handleDefaultProps as e}from"./utils";function o(t){const h=e(t);return React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...h},React.createElement("path",{fill:"none",d:"M0 0h24v24H0z"}),React.createElement("path",{d:"M8 8H6v7c0 1.1.9 2 2 2h9v-2H8z"}),React.createElement("path",{d:"M20 3h-8c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 8h-8V7h8zM4 12H2v7c0 1.1.9 2 2 2h9v-2H4z"}))}var v=React.memo(o);export{v as default};