@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 612 B
JavaScript
import React from 'react';
import{handleDefaultProps as r}from"./utils";function t(e){const o=r(e);return React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...o},React.createElement("g",{fill:"none",fillRule:"evenodd"},React.createElement("circle",{cx:12,cy:12,r:12,fill:"#00B386"}),React.createElement("path",{fill:"#FFF",stroke:"#FFF",strokeLinecap:"round",strokeLinejoin:"round",d:"M12 17.455H6.545V12zm0-10.91h5.455V12z"}),React.createElement("path",{stroke:"#FFF",strokeLinecap:"square",strokeWidth:2,d:"m9.025 14.975 5.95-5.95"})))}var l=React.memo(t);export{l as default};