Features
- Google Logo
- Apple Logo
Usage
import 'package:common_svgs/common_svgs.dart';
Widget build(BuildContext context) => CommonSVGs.google.icon(
width: 24,
height: 24,
);
// you can also use CommonSVGs.google.picture
// or CommonSVGs.apple.loader