Skip to content

Instantly share code, notes, and snippets.

View superbryntendo's full-sized avatar
👨‍🍳

Bryn Jackson superbryntendo

👨‍🍳
View GitHub Profile
import React from 'react';
import styled, { css } from 'styled-components';
import { Tooltip } from '../globals';
export const InlineSvg = styled.svg`
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;