@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 520 B
JavaScript
import React from 'react';
import{handleDefaultProps as o}from"./utils";function t(e){const l=o(e);return React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...l},React.createElement("path",{fill:"none",d:"M0 0h24v24H0z"}),React.createElement("circle",{cx:15,cy:8,r:4}),React.createElement("path",{d:"M23 20v-2c0-2.3-4.1-3.7-6.9-3.9l6 5.9zm-11.6-5.5C9.2 15.1 7 16.3 7 18v2h9.9l4 4 1.3-1.3-21-20.9L0 3.1l4 4V10H1v2h3v3h2v-3h2.9zM6 10v-.9l.9.9z"}))}var v=React.memo(t);export{v as default};