@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 534 B
JavaScript
import React from 'react';
import{handleDefaultProps as c}from"./utils";function e(o){const l=c(o);return React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 32 32",...l},React.createElement("circle",{cx:16,cy:16,r:16,fill:"#fff"}),React.createElement("path",{fill:"#3C5A9A",d:"M17.155 25.26v-8.33h2.796l.418-3.245h-3.214v-2.073c0-.94.261-1.58 1.609-1.58l1.719-.001V7.128A23 23 0 0 0 17.978 7c-2.478 0-4.175 1.513-4.175 4.29v2.395H11v3.246h2.803v8.329z"}))}var t=React.memo(e);export{t as default};