import { h } from "@stencil/core"; function SvgIdNumber(props) { return ( <svg viewBox="0 0 1000 1000" {...props}> <path d="M419 65H65v354l483 494 365-397zM242 323q-34 0-57-24t-24-57 24-58 57-23 58 23 23 58-23 57-58 24z" /> </svg> ); } export default SvgIdNumber;