/** @jsx h */ import { h } from 'preact'; export default function CodeIcon() { return ( ); }