UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

13 lines (10 loc) 238 B
import { sqrt } from '../math.js'; var symbolSquare = { draw(context, size) { const w = sqrt(size); const x = -w / 2; context.rect(x, x, w, w); } }; export { symbolSquare as default }; //# sourceMappingURL=square.js.map