ArcaneSvg constructor
const
ArcaneSvg({})
Implementation
const ArcaneSvg({
this.viewBox = '0 0 24 24',
this.width,
this.height,
this.size,
this.fill = 'currentColor',
this.stroke,
this.strokeWidth,
this.attributes,
required this.children,
this.className,
super.key,
});