@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 509 B
JavaScript
import React from 'react';
import{handleDefaultProps as t}from"./utils";function r(o){const e=t(o);return React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...e},React.createElement("path",{fill:"none",d:"M0 0h24v24H0z"}),React.createElement("circle",{cx:12,cy:4,r:2}),React.createElement("path",{d:"M15.89 8.11C15.5 7.72 14.83 7 13.53 7h-2.54C8.24 6.99 6 4.75 6 2H4c0 3.16 2.11 5.84 5 6.71V22h2v-6h2v6h2V10.05L18.95 14l1.41-1.41z"}))}var l=React.memo(r);export{l as default};