@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 510 B
JavaScript
import React from 'react';
import{handleDefaultProps as a}from"./utils";function e(t){const r=a(t);return React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...r},React.createElement("path",{fill:"none",d:"M0 0h24v24H0z"}),React.createElement("circle",{cx:19,cy:3,r:3}),React.createElement("path",{d:"M6 8V6h9.03a4.9 4.9 0 0 1-.92-4H4.01a2 2 0 0 0-2 2L2 22l4-4h14c1.1 0 2-.9 2-2V6.97C21.16 7.61 20.13 8 19 8zm8 6H6v-2h8zm4-3H6V9h12z"}))}var h=React.memo(e);export{h as default};