PHP Classes

File: src/components/svg/SvgCircleSuccessIcon.tsx

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   WordPress React Plugin Kit   src/components/svg/SvgCircleSuccessIcon.tsx   Download  
File: src/components/svg/SvgCircleSuccessIcon.tsx
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WordPress React Plugin Kit
Environment to develop new WordPress plugins
Author: By
Last change:
Date: 1 year ago
Size: 284 bytes
 

Contents

Class file image Download
export default function SvgCircleSuccessIcon() { return ( <svg height="20" width="20" className="fill-success-darker stroke-[4] stroke-success-liter inline" > <circle cx={10} cy={10} r={5} /> </svg> ); }