import gdsfactory as gf

gf.gpdk.PDK.activate()

c = gf.components.triangle2_thin(spacing=3).copy()
c.draw_ports()
c.plot()