vira
Version:
A simple and highly versatile design system using element-vir.
9 lines (8 loc) • 312 B
TypeScript
import { type ViraIconSvg } from './icon-svg.js';
/**
* Wraps an existing icon with explicit dimensions and outputs another icon that can be used
* anywhere the original icon can be used.
*
* @category Icon
*/
export declare function createSizedIcon(icon: Readonly<ViraIconSvg>, size: number): ViraIconSvg;