@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 452 B
JavaScript
import React from 'react';
import{handleDefaultProps as l}from"./utils";function o(e){const t=l(e);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:"M12 6.34 21 3l-3.34 9zm10.61 13.44L4.22 1.39 2.81 2.81l5.07 5.07L3 9.69v1.41l7.07 2.83L12.9 21h1.41l1.81-4.88 5.07 5.07z"}))}var a=React.memo(o);export{a as default};