UNPKG

@zebra-fed/zeta-icons

Version:

The icon library for Zebra Technologies' Zeta Design System.

783 lines 171 kB
import { figma, html } from "@figma/code-connect/html"; figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4022", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>alarm</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4026", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>ar</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4023", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>bookmark</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4024", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>bookmark_outline</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4021", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>build</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4158", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>cached</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4181", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>calendar</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4245", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>calendar_3_day</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=787:1746", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>calendar_alt_1</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4246", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>calendar_alt_2</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4914:1860", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>calendar_available</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=787:1772", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>calendar_day</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4914:1914", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>calendar_edit</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=787:1816", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>calendar_monthly</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4249", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>calendar_range</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4914:1820", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded} >calendar_unavailable</zeta-icon >`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=787:1797", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>calendar_weekly</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=787:1859", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>calendar_yearly</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:3767", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>check_circle</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:3769", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded} >check_circle_outline</zeta-icon >`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4005", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded} >check_circle_outline_alt</zeta-icon >`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:3764", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>check_mark</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4014", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>clipboard</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4165", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>clock</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:3854", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>clock_outline</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4252", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>credit_card</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4166", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>delete</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4020", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>delete_forever</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4167", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>delete_outline</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:3861", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>dislike</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4159", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>document</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4172", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>download</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:3858", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>filter</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=755:1890", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>filter_alt</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=755:1843", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>hand</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4009", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>history</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=240:33", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>home</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:3765", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>info</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=257:1125", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>ios_share</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4171", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>label</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=10599:189", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>left_panel_close</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=10599:194", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>left_panel_open</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:3860", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>like</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=755:1941", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>lock</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:3851", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>lock_alt</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4162", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>log_in</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4161", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>log_out</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:3849", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>love</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:3850", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>love_outline</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4175", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>open_in_full</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4174", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>open_in_new_window</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4170", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>pending</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4018", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>pin</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4169", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>price</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4019", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>renew</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=238:3298", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>search</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4164", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>security_check</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:3763", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>settings</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=257:1130", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>share</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4178", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>touch</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4007", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>trending_down</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4006", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>trending_up</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=755:1950", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>unlock</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=755:1928", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>unlock_alt</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4010", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>update</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=755:1821", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>upload</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4008", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>user</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=240:40", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>user_circle</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:3857", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>user_settings</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4179", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>verified</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4012", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>visibility</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4013", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>visibility_off</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4176", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>zoom_in</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4177", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>zoom_out</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=10998:240", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>ai_measure</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=10998:305", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>ai_single_star</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=11058:1234", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>ai_stars</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=240:46", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>add_alert</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=803:1800", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>alert</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=257:1126", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>alert_active</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=257:1128", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>alert_outline</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4376", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>auto_delete</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4377", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>error</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4379", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>error_outline</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4380", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded} >important_notification</zeta-icon >`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4382", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>warning</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4381", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>warning_outline</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=257:966", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>closed_caption</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=257:951", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>fast_forward</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=257:952", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>fast_rewind</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=257:960", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>microphone</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=257:962", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>microphone_off</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=257:961", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>microphone_outline</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=257:950", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>pause</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=257:948", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>pause_circle</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=257:944", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>play</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=257:945", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>play_circle</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=257:946", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>play_outline</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=257:964", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>replay</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=257:953", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>skip_next</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=257:954", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>skip_previous</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=257:949", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>stop</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=257:947", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>stop_circle</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=257:968", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>video_camera</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=257:955", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>volume_down</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=257:956", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>volume_mute</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=257:958", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>volume_off</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=257:959", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>volume_up</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4932:3536", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>analytics</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4932:3494", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>chart_bar</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4932:3512", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>chart_bubble</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4932:3506", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded} >chart_bubble_outline</zeta-icon >`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4932:3549", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>chart_doughnut</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4932:3529", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>chart_filled</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4932:3541", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>chart_gantt</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4932:3500", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>chart_line</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4932:3497", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>chart_line_predict</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4932:3509", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>chart_line_stacked</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4932:3532", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>chart_outline</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4932:3516", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>chart_pie</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4932:3503", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>chart_pie_outline</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4932:3558", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>chart_scatter_plot</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4932:3546", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>chart_stacked</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4932:3519", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>chart_waterfall</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4932:3552", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>report</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4932:3555", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>table</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4518", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>add_call</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4932:3370", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>audio</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4932:3402", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>basket</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=259:1491", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>block</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4937:89", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>broadcast</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=5130:226", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>call_back</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4932:3336", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>chat</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4937:334", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>chat_bot</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4530", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>chat_bubble</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4532", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>chat_bubble_outline</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4937:80", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>chat_message_read</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4932:3329", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>chat_message_unread</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4932:3326", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>chat_search</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=7828:15", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>comms_chat</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=7751:2106", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>comms_chat_new</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=7751:2083", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>comms_chat_unread</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4015", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>conversation</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=858:1973", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>dialpad</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=2661:3027", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>dollar</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4519", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>email_alt</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4937:71", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>email_reply_all</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=858:1994", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>end_call</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4937:74", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>forward</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4937:338", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>gif</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4932:3367", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>headset</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4932:3408", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>hourglass</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4937:92", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>inbox</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=8205:175", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>incoming_call</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=8205:211", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>incoming_video</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4932:3405", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>lightbulb</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4932:3411", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>location_off</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4523", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>message</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=8205:192", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>missed_call</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=8205:229", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>missed_video</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4932:3393", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>navigate</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4932:3323", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>new_chat</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4932:3414", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>notifications_off</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=8205:187", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>outgoing_call</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=8205:216", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>outgoing_video</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4932:3396", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>palette</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4522", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>person_search</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4516", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>phone</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=259:1496", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded} >phone_bluetooth_speaker</zeta-icon >`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=259:1497", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>phone_in_talk</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4937:86", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>point_token</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=259:1500", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>priority</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4937:344", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>ptt</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4537", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>qr_code</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4937:77", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>react_add</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4937:83", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>react_thumbsup</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4932:3399", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>recording</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4538", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>rss_feed</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=259:1502", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>sd_card</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=857:1922", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>sim_card</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=243:4524", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>sms</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4937:95", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>snooze</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4937:341", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>sticker</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4937:347", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>subscribe</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=259:1503", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>sync</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=259:1504", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>sync_disabled</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=7751:2131", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>to_do</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=4937:350", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>unsubscribe</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=858:1954", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>wifi_call</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=250:723", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>add</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=250:701", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>add_box</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=250:702", { props: { rounded: figma.enum("Style", { Round: true, Sharp: false }) }, example: (props) => html `<zeta-icon rounded=${props.rounded}>add_circle</zeta-icon>`, }); figma.connect("https://www.figma.com/design/VQ7Aa3rDYB7mgpToI3bZ4D?node-id=250:703", { props: