@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 434 B
JavaScript
import React from 'react';
import{handleDefaultProps as t}from"./utils";function v(h){const o=t(h);return React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...o},React.createElement("path",{fill:"none",d:"M0 0h24v24H0z"}),React.createElement("path",{d:"M19 12h3L12 3 2 12h3v8h2v-2h10v2h2zM7.21 10h9.58l.21.19V12H7v-1.81zm7.36-2H9.43L12 5.69zM7 16v-2h10v2z"}))}var n=React.memo(v);export{n as default};