Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
private _renderIcon() {
return this.kind === DATE_PICKER_INPUT_KIND.SIMPLE
? undefined
: Calendar16({
class: `${prefix}--date-picker__icon`,
role: 'img',
children: [
html`
<title>Open calendar</title>
`,
],
});
}