@use '@lucca-front/scss/src/commons/utils/namespace';

@mixin component($atRoot: namespace.$defaultAtRoot) {
	display: inline-block;
	inline-size: var(--components-softwareIcon-size);
	block-size: var(--components-softwareIcon-size);

	svg {
		display: block;
		inline-size: 100%;
		block-size: 100%;
	}

	@at-root ($atRoot) {

	}
}
