@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 382 B
JavaScript
import React from 'react';
import{handleDefaultProps as l}from"./utils";function e(t){const o=l(t);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:"M3 10h11v2H3zM3 6h11v2H3zM3 14h7v2H3zM16 13v8l6-4z"}))}var a=React.memo(e);export{a as default};