@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 465 B
JavaScript
import React from 'react';
import{handleDefaultProps as l}from"./utils";function e(o){const t=l(o);return React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...t},React.createElement("path",{fill:"none",d:"M0 0h24v24H0z"}),React.createElement("path",{d:"M18 8h-7l-2 5H6l-4 9h20zM13 1h2v4h-2zM16.121 5.468 18.95 2.64l1.414 1.414-2.829 2.828zM7.64 4.05l1.414-1.414 2.828 2.829-1.414 1.414z"}))}var n=React.memo(e);export{n as default};