@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 804 B
JavaScript
import React from 'react';
import{handleDefaultProps as o}from"./utils";function r(e){const t=o(e);return React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 22",...t},React.createElement("g",{fill:"none",fillRule:"evenodd"},React.createElement("rect",{width:22.5,height:10.5,x:.75,y:.75,fill:"#FFF",stroke:"#44475B",strokeWidth:1.5,rx:1.3}),React.createElement("path",{fill:"#FFF",stroke:"#44475B",strokeLinejoin:"round",strokeWidth:1.5,d:"M18 4.5V21H6V4.5"}),React.createElement("circle",{cx:12,cy:12,r:1.75,fill:"#44475B",stroke:"#44475B",strokeWidth:.5}),React.createElement("path",{stroke:"#44475B",strokeLinecap:"round",strokeWidth:1.5,d:"M3.75 4.5h16.5"}),React.createElement("path",{d:"M6 21h4.5L6 16.5zm12 0h-4.5l4.5-4.5z"})))}var l=React.memo(r);export{l as default};