mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-04-24 15:07:05 -05:00
8 lines
144 B
TypeScript
8 lines
144 B
TypeScript
import React from 'react';
|
|
|
|
export const svg_styles: React.CSSProperties = {
|
|
height: '1em',
|
|
width: 'auto',
|
|
fill: 'currentColor',
|
|
};
|