/* eslint react/jsx-first-prop-new-line: "off" */ /* eslint max-len: "off" */ import React from 'react'; export default function Logo({ transform = '' }) { return ( ); }