@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 453 B
JavaScript
import React from 'react';
import{handleDefaultProps as o}from"./utils";function l(t){const e=o(t);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("path",{d:"m20.79 9.23-2-3.46L14 8.54V3h-4v5.54L5.21 5.77l-2 3.46L8 12l-4.79 2.77 2 3.46L10 15.46V21h4v-5.54l4.79 2.77 2-3.46L16 12z"}))}var r=React.memo(l);export{r as default};