@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 774 B
JavaScript
import React from 'react';
import{handleDefaultProps as f}from"./utils";function e(l){const t=f(l);return React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 100 100",...t},React.createElement("path",{fill:"#FFF5E0",d:"M50 100c27.614 0 50-22.386 50-50S77.614 0 50 0 0 22.386 0 50s22.386 50 50 50"}),React.createElement("path",{fill:"#FFB61B",d:"M50 83.333c18.41 0 33.334-14.924 33.334-33.333 0-18.41-14.924-33.333-33.334-33.333S16.667 31.59 16.667 50 31.591 83.333 50 83.333"}),React.createElement("circle",{cx:50,cy:50,r:16.667,fill:"#fff"}),React.createElement("path",{fill:"#FFB61B",d:"M50 25c-13.8 0-25 11.2-25 25s11.2 25 25 25 25-11.2 25-25-11.2-25-25-25m2.5 37.5h-5v-5h5zm0-10h-5v-15h5z"}))}var c=React.memo(e);export{c as default};