@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 529 B
JavaScript
import React from 'react';
import{handleDefaultProps as o}from"./utils";function t(e){const c=o(e);return React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...c},React.createElement("path",{fill:"none",d:"M0 0h24v24H0z"}),React.createElement("path",{d:"M18 6V4h2V2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h14v-2h-4.03A4.97 4.97 0 0 0 18 16v-5H8v5c0 1.64.81 3.09 2.03 4H6V4h2v2c0 .55.45 1 1 1h8c.55 0 1-.45 1-1"}),React.createElement("circle",{cx:13,cy:9,r:1}))}var h=React.memo(t);export{h as default};